---
title: Get the localization ids for a challenge version
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-gamecenterchallengeversions-_id_-relationships-localizations
---

# Get the localization ids for a challenge version

List all the localization IDs for a specific Game Center challenge version.

## URL

GET https://api.appstoreconnect.apple.com/v1/gameCenterChallengeVersions/{id}/relationships/localizations

## Path Parameters

id:

## Query Parameters

limit:

## Response Codes

200 OK: 400 Bad Request: 401 Unauthorized: 403 Forbidden: 404 Not Found: 429 :

## See Also

### Managing localizations

- [Read Challenge Localization Information](appstoreconnectapi/get-v1-gamecenterchallengelocalizations-_id_.md)
- [Read Image Information for a Challenge Localization](appstoreconnectapi/get-v1-gamecenterchallengelocalizations-_id_-image.md)
- [Get the image id for a challenge localization](appstoreconnectapi/get-v1-gamecenterchallengelocalizations-_id_-relationships-image.md)
- [List All Localizations for a Challenge Version](appstoreconnectapi/get-v1-gamecenterchallengeversions-_id_-localizations.md)
- [Add a Challenge Localization](appstoreconnectapi/post-v1-gamecenterchallengelocalizations.md)
- [Modify a Challenge Localization](appstoreconnectapi/patch-v1-gamecenterchallengelocalizations-_id_.md)
- [Delete a Challenge Localization](appstoreconnectapi/delete-v1-gamecenterchallengelocalizations-_id_.md)
