Get All Player Progressions
GET
https://api.lootlocker.com/game/player/progressions
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.lootlocker.com/game/player/progressions' \
--header 'x-session-token: ' \
--header 'x-session-token;'
Response Response Example
{
"pagination": {
"next_cursor": null,
"previous_cursor": null,
"total": 2
},
"items": [
{
"id": "01GJN6J46DM00Z88WR225Y9P77",
"progression_key": "fighter",
"progression_name": "Fighter",
"step": 1,
"points": 200,
"previous_threshold": 0,
"next_threshold": 500,
"last_level_up": null
},
{
"id": "01GJN6JGK3AV0N8YJ9GHSCJ4D3",
"progression_key": "mage",
"progression_name": "Mage",
"step": 3,
"points": 1300,
"previous_threshold": 1000,
"next_threshold": 2000,
"last_level_up": "2022-11-24T16:12:41Z"
}
]
}
Request
Header Params
x-session-token
stringÂ
required
Example:
{{session_token}}
Responses
Modified at 2025-04-16 11:34:32