v1
latestOpenAPI 3.1.02026-07-22123157.1 KBLeaderboards Metadata API
Some games may have multiple types of scores. You can use The Leaderboard Metadata API to understand what each of those score values represents in the context of the game.
get/v3/leaderboards-metadata
Query parameters
game-codestring required
The unique code of the Gamezop game for which you want to fetch Leaderboards' metadata. You can find the code for any game from the All Games API
Response
200 OK. If the game has no leaderboards, the data array will be empty.
Example response
{
"data": [
{
"leaderboard_id": "NkxfOJM-qg_default"
}
]
}