Skip to main content
GET
/
translate
/
v1
/
languages
{
  "data": {
    "languages": [
      {
        "language": "<string>",
        "name": "<string>"
      }
    ]
  }
}
{
  "statusCode": 401,
  "message": "Invalid API key",
  "data": {
    "code": "AUTH_INVALID"
  }
}
{
  "statusCode": 403,
  "message": "API key does not have access to translation service",
  "data": {
    "code": "PERMISSION_DENIED"
  }
}

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Query Parameters

target
string

Target language code for translating language names (e.g., 'es' for Spanish names)

model
enum<string>

Translation model to check language support for

Available options:
nmt,
base

Response

List of supported languages

data
object