GET api/levelData
Get all level data
Response Information
List of level data
Response body formats
application/json, text/json
Sample:
[
{
"Gold": 1,
"Jump30": 2,
"Jump50": 3,
"Jump70": 4,
"Jump99": 5
},
{
"Gold": 1,
"Jump30": 2,
"Jump50": 3,
"Jump70": 4,
"Jump99": 5
},
{
"Gold": 1,
"Jump30": 2,
"Jump50": 3,
"Jump70": 4,
"Jump99": 5
}
]