Skip to main content
GET
/
tv
/
{series_id}
/
season
/
{season_number}
/
translations
Translations
curl --request GET \
  --url https://api.themoviedb.org/3/tv/{series_id}/season/{season_number}/translations \
  --header 'Authorization: Bearer <token>'
{
  "id": 1434,
  "translations": [
    {
      "iso_3166_1": "US",
      "iso_639_1": "en",
      "name": "English",
      "english_name": "English",
      "data": {
        "name": "Season 7",
        "overview": ""
      }
    },
    {
      "iso_3166_1": "DE",
      "iso_639_1": "de",
      "name": "Deutsch",
      "english_name": "German",
      "data": {
        "name": "",
        "overview": ""
      }
    },
    {
      "iso_3166_1": "HU",
      "iso_639_1": "hu",
      "name": "Magyar",
      "english_name": "Hungarian",
      "data": {
        "name": "",
        "overview": ""
      }
    },
    {
      "iso_3166_1": "BS",
      "iso_639_1": "bs",
      "name": "Bosanski",
      "english_name": "Bosnian",
      "data": {
        "name": "",
        "overview": ""
      }
    },
    {
      "iso_3166_1": "RU",
      "iso_639_1": "ru",
      "name": "Pусский",
      "english_name": "Russian",
      "data": {
        "name": "",
        "overview": ""
      }
    },
    {
      "iso_3166_1": "IT",
      "iso_639_1": "it",
      "name": "Italiano",
      "english_name": "Italian",
      "data": {
        "name": "",
        "overview": ""
      }
    },
    {
      "iso_3166_1": "CZ",
      "iso_639_1": "cs",
      "name": "Český",
      "english_name": "Czech",
      "data": {
        "name": "",
        "overview": ""
      }
    },
    {
      "iso_3166_1": "ES",
      "iso_639_1": "es",
      "name": "Español",
      "english_name": "Spanish",
      "data": {
        "name": "",
        "overview": ""
      }
    },
    {
      "iso_3166_1": "IL",
      "iso_639_1": "he",
      "name": "עִבְרִית",
      "english_name": "Hebrew",
      "data": {
        "name": "",
        "overview": ""
      }
    },
    {
      "iso_3166_1": "FR",
      "iso_639_1": "fr",
      "name": "Français",
      "english_name": "French",
      "data": {
        "name": "",
        "overview": ""
      }
    },
    {
      "iso_3166_1": "BR",
      "iso_639_1": "pt",
      "name": "Português",
      "english_name": "Portuguese",
      "data": {
        "name": "",
        "overview": ""
      }
    },
    {
      "iso_3166_1": "NL",
      "iso_639_1": "nl",
      "name": "Nederlands",
      "english_name": "Dutch",
      "data": {
        "name": "",
        "overview": ""
      }
    },
    {
      "iso_3166_1": "SA",
      "iso_639_1": "ar",
      "name": "العربية",
      "english_name": "Arabic",
      "data": {
        "name": "",
        "overview": ""
      }
    },
    {
      "iso_3166_1": "GE",
      "iso_639_1": "ka",
      "name": "ქართული",
      "english_name": "Georgian",
      "data": {
        "name": "",
        "overview": ""
      }
    },
    {
      "iso_3166_1": "ES",
      "iso_639_1": "ca",
      "name": "Català",
      "english_name": "Catalan",
      "data": {
        "name": "",
        "overview": ""
      }
    },
    {
      "iso_3166_1": "PT",
      "iso_639_1": "pt",
      "name": "Português",
      "english_name": "Portuguese",
      "data": {
        "name": "",
        "overview": ""
      }
    },
    {
      "iso_3166_1": "FI",
      "iso_639_1": "fi",
      "name": "suomi",
      "english_name": "Finnish",
      "data": {
        "name": "",
        "overview": ""
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

series_id
integer
required

The series ID of the tv

season_number
integer
required

The season ID of the tv series

Response

200 - application/json

Successful

id
integer

A unique identifier

translations
object[]

A list of available translations for the movie