Read Game Center leaderboard information
Get information about a specific Game Center leaderboard.
URL
GET https://api.appstoreconnect.apple.com/v2/gameCenterLeaderboards/{id}Path Parameters
| Name | Type | Description |
|---|---|---|
id Required | string |
Query Parameters
| Name | Type | Description |
|---|---|---|
fields[gameCenterLeaderboardVersions] Optional | [string] | |
fields[gameCenterLeaderboards] Optional | [string] | |
include Optional | [string] | |
limit[gameCenterLeaderboardSets] Optional | integer | |
limit[versions] Optional | integer |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | GameCenterLeaderboardV2Response | |
| 400 | Bad Request Content-Type: application/json | ErrorResponse | |
| 401 | Unauthorized Content-Type: application/json | ErrorResponse | |
| 403 | Forbidden Content-Type: application/json | ErrorResponse | |
| 404 | Not Found Content-Type: application/json | ErrorResponse | |
| 429 | Content-Type: application/json | ErrorResponse |
Overview
id:
fields[gameCenterLeaderboardVersions]:
fields[gameCenterLeaderboards]:
include:
limit[gameCenterLeaderboardSets]:
limit[versions]:
200:
400:
401:
403:
404:
429:
See Also
Reading leaderboards
List all versions for a Game Center leaderboardGet all version IDs for a Game Center leaderboardRead leaderboard informationRead group information for a leaderboardList all localizations for a leaderboardGET /v1/gameCenterLeaderboards/{id}/relationships/localizationsList all groups to which a leaderboard belongsList releases for a leaderboardGET /v1/gameCenterLeaderboards/{id}/relationships/releases