Skip to main content
GET
/
configuration
/
languages
Languages
curl --request GET \
  --url https://api.themoviedb.org/3/configuration/languages \
  --header 'Authorization: Bearer <token>'
[
  {
    "iso_639_1": "bi",
    "english_name": "Bislama",
    "name": ""
  },
  {
    "iso_639_1": "cs",
    "english_name": "Czech",
    "name": "Český"
  },
  {
    "iso_639_1": "ba",
    "english_name": "Bashkir",
    "name": ""
  },
  {
    "iso_639_1": "ae",
    "english_name": "Avestan",
    "name": ""
  },
  {
    "iso_639_1": "av",
    "english_name": "Avaric",
    "name": ""
  },
  {
    "iso_639_1": "de",
    "english_name": "German",
    "name": "Deutsch"
  },
  {
    "iso_639_1": "mt",
    "english_name": "Maltese",
    "name": "Malti"
  },
  {
    "iso_639_1": "om",
    "english_name": "Oromo",
    "name": ""
  },
  {
    "iso_639_1": "rm",
    "english_name": "Raeto-Romance",
    "name": ""
  },
  {
    "iso_639_1": "so",
    "english_name": "Somali",
    "name": "Somali"
  },
  {
    "iso_639_1": "ts",
    "english_name": "Tsonga",
    "name": ""
  },
  {
    "iso_639_1": "vi",
    "english_name": "Vietnamese",
    "name": "Tiếng Việt"
  },
  {
    "iso_639_1": "gn",
    "english_name": "Guarani",
    "name": ""
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful

iso_639_1
string

The ISO 3166-1 alpha-2 country code

english_name
string

The official English name of the country

native_name
string

The name of the country in its native language