List All Localizations for a Leaderboard
Get a list of localized metadata for a leaderboard.
URL
GET https://api.appstoreconnect.apple.com/v1/gameCenterLeaderboards/{id}/localizationsPath Parameters
| Name | Type | Description |
|---|---|---|
id Required | string | An opaque resource ID that uniquely identifies the resource. Obtain the leaderboard resource ID from the Get leaderboards information response. |
Query Parameters
| Name | Type | Description |
|---|---|---|
fields[gameCenterLeaderboardImages] Optional | [string] | |
fields[gameCenterLeaderboardLocalizations] Optional | [string] | |
fields[gameCenterLeaderboards] Optional | [string] | |
include Optional | [string] | |
limit Optional | integer |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | GameCenterLeaderboardLocalizationsResponse | |
| 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 |
Discussion
Example Request and Response
See Also
Reading leaderboards
Read Game Center Leaderboard InformationList All Versions for a Game Center LeaderboardGet All Version IDs for a Game Center LeaderboardRead Leaderboard InformationRead Group Information for a LeaderboardList localization IDs for a Game Center leaderboardList all groups to which a leaderboard belongsList Releases for a LeaderboardList release IDs for a Game Center leaderboard