List Locales

GET {{baseUrl}}/api/v2/locales

Lists the translation locales available for the account.

Note: You can alter the list by passing an updated locale_ids array to the Update Account Settings endpoint.

Allowed For

  • Anyone

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"locales":[{"created_at":"2009-07-20T22:55:29Z","id":1,"locale":"en-US","name":"English","updated_at":"2011-05-05T10:38:52Z","url":"https://company.zendesk.com/api/v2/locales/en-US.json"},{"created_at":"2010-12-23T12:45:22Z","id":8,"locale":"de","name":"Deutsch","updated_at":"2012-04-01T10:44:12Z","url":"https://company.zendesk.com/api/v2/locales/de.json"}]}