Read Game Center achievement localization information
Get information about a specific Game Center achievement localization.
URL
GET https://api.appstoreconnect.apple.com/v2/gameCenterAchievementLocalizations/{id}Path Parameters
| Name | Type | Description |
|---|---|---|
id Required | string |
Query Parameters
| Name | Type | Description |
|---|---|---|
fields[gameCenterAchievementImages] Optional | [string] | |
fields[gameCenterAchievementLocalizations] Optional | [string] | |
include Optional | [string] |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | GameCenterAchievementLocalizationV2Response | |
| 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[gameCenterAchievementImages]:
fields[gameCenterAchievementLocalizations]:
include:
200:
400:
401:
403:
404:
429:
See Also
Reading achievements localizations
List all images for a Game Center achievement localizationGet all image IDs for a Game Center achievement localizationList all localizations for an achievementGET /v1/gameCenterAchievements/{id}/relationships/localizationsRead achievement localization informationRead the achievement localization informationRead the achievement ID for a localizationRead the image for a specific achievement localizationGET /v1/gameCenterAchievementLocalizations/{id}/relationships/gameCenterAchievementImage