GET/reference/languages

Get Languages

This API call retrieves a list of all available language codes along with their corresponding language names.

language: The code representing the language (e.g., "en" for English).

languageName: The full name of the language associated with the code (e.g., "English").
GET/reference/languages

Responses

StatusMeaningDescriptionSchema
200OKSuccess
400Bad RequestBad RequestNone
401UnauthorizedAuthorization FailedNone
429Too Many RequestsRate limit exceeded. Please slow down your requests.None
500Internal Server ErrorInternal server errorNone

Example Request

# You can also use wget
curl -X GET /reference/languages \
  -H 'Accept: application/json' \
  -H 'Authorization: API_KEY'

Example responses

200 Response
[
  {
    "language": "af",
    "languageName": "Afrikaans"
  }
]

Need Support?

Our team is here to help you integrate and make the most of our APIs. Get in touch for technical support, custom solutions, or any questions.