Skip to main content
GET
/
configuration
/
countries
Countries
curl --request GET \
  --url https://api.themoviedb.org/3/configuration/countries \
  --header 'Authorization: Bearer <token>'
[
  {
    "iso_3166_1": "AD",
    "english_name": "Andorra",
    "native_name": "Andorra"
  },
  {
    "iso_3166_1": "AE",
    "english_name": "United Arab Emirates",
    "native_name": "United Arab Emirates"
  },
  {
    "iso_3166_1": "AF",
    "english_name": "Afghanistan",
    "native_name": "Afghanistan"
  },
  {
    "iso_3166_1": "AG",
    "english_name": "Antigua and Barbuda",
    "native_name": "Antigua & Barbuda"
  },
  {
    "iso_3166_1": "AI",
    "english_name": "Anguilla",
    "native_name": "Anguilla"
  },
  {
    "iso_3166_1": "AL",
    "english_name": "Albania",
    "native_name": "Albania"
  },
  {
    "iso_3166_1": "AM",
    "english_name": "Armenia",
    "native_name": "Armenia"
  },
  {
    "iso_3166_1": "AN",
    "english_name": "Netherlands Antilles",
    "native_name": "Netherlands Antilles"
  },
  {
    "iso_3166_1": "AO",
    "english_name": "Angola",
    "native_name": "Angola"
  },
  {
    "iso_3166_1": "AQ",
    "english_name": "Antarctica",
    "native_name": "Antarctica"
  },
  {
    "iso_3166_1": "AR",
    "english_name": "Argentina",
    "native_name": "Argentina"
  },
  {
    "iso_3166_1": "AS",
    "english_name": "American Samoa",
    "native_name": "American Samoa"
  },
  {
    "iso_3166_1": "AT",
    "english_name": "Austria",
    "native_name": "Austria"
  },
  {
    "iso_3166_1": "AU",
    "english_name": "Australia",
    "native_name": "Australia"
  }
]

Authorizations

Authorization
string
header
required

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

Query Parameters

language
string

Defaults to en-US

Response

200 - application/json

Successful

iso_3166_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