API ReferenceAPI Reference
Locales
Resource overviewThe curated BCP 47 locale catalog used throughout the content API.
AuthenticationNo key required
Common workflowRead supported locales first, then use exact locale values when creating localized resources.
Key type: No API key
Returns the curated BCP 47 locale catalog supported by organization settings and localized content APIs.
Response Body
application/json
curl -X GET "https://example.com/v1/locales"{ "object": "list", "data": [ { "tag": "string", "name": "string", "language": "string", "region": "string" } ]}