metadata

List supported languages

Get all language codes accepted by the lang query parameter. Available to every tier. Non-English response languages require GROWTH tier or higher (BASIC keys get them in the Playground; TESTING keys are English-only).

get/languages

Response

Successful Response

codestring required

Language code (e.g. 'pt-br') for the lang query param

namestring required

Human-readable language name

Example response

[
  {
    "code": "pt-br",
    "name": "Brazilian Portuguese"
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.