GET/reference/languages

Get Languages

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

Responses

StatusMeaningDescriptionSchema
200OKSuccessInline
400Bad RequestBad RequestNone
401UnauthorizedAuthorization FailedNone
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.