Skip to main content
GET
/
tv
/
latest
Latest
curl --request GET \
  --url https://api.themoviedb.org/3/tv/latest \
  --header 'Authorization: Bearer <token>'
{
  "adult": false,
  "backdrop_path": null,
  "created_by": [
    {
      "id": 1267955,
      "credit_id": "678058a0ee84fa4def7af900",
      "name": "Rubens Ewald Filho",
      "original_name": "Rubens Ewald Filho",
      "gender": 2,
      "profile_path": "/q8dsH9sKkuRCZXf0PMoQvE8roSk.jpg"
    }
  ],
  "episode_run_time": [],
  "first_air_date": "1980-01-28",
  "genres": [],
  "homepage": "",
  "id": 281559,
  "in_production": true,
  "languages": [
    "pt"
  ],
  "last_air_date": "1980-01-31",
  "last_episode_to_air": {
    "id": 5889466,
    "name": "Episode 20",
    "overview": "",
    "vote_average": 0,
    "vote_count": 0,
    "air_date": "1980-08-12",
    "episode_number": 20,
    "episode_type": "standard",
    "production_code": "",
    "runtime": null,
    "season_number": 2,
    "show_id": 281559,
    "still_path": null
  },
  "name": "Um Homem Muito Especial",
  "next_episode_to_air": null,
  "networks": [],
  "number_of_episodes": 4,
  "number_of_seasons": 2,
  "origin_country": [
    "BR"
  ],
  "original_language": "pt",
  "original_name": "Um Homem Muito Especial",
  "overview": "",
  "popularity": 0,
  "poster_path": null,
  "production_companies": [],
  "production_countries": [],
  "seasons": [
    {
      "air_date": "1980-01-28",
      "episode_count": 4,
      "id": 437159,
      "name": "Season 1",
      "overview": "",
      "poster_path": null,
      "season_number": 1,
      "vote_average": 0
    },
    {
      "air_date": "1980-07-21",
      "episode_count": 20,
      "id": 437160,
      "name": "Season 2",
      "overview": "",
      "poster_path": null,
      "season_number": 2,
      "vote_average": 0
    }
  ],
  "spoken_languages": [
    {
      "english_name": "Portuguese",
      "iso_639_1": "pt",
      "name": "Português"
    }
  ],
  "status": "Returning Series"
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Successful

adult
boolean

Indicates whether the content is intended for adult audiences.

backdrop_path
string

The relative path to the backdrop image for the content.

created_by
string

Represents the creator(s) of the show.

episode_run_time
integer[]

Specifies the runtime of each episode in minutes.

first_air_date
string

The date when the show first premiered, typically in the format YYYY-MM-DD.

genres
object[]

A list of genres associated with the content, each represented as an object.

homepage
string

The URL to the official website of the content.

id
integer

A unique identifier assigned to the content.

in_production
boolean

Indicates whether the show is still in production (true) or has been concluded (false).

language
string[]

The language(s) in which the content was originally produced, following ISO 639-1 codes.

last_air_date
string

The date of the last aired episode, typically in the format YYYY-MM-DD.

last_episode_to_air
object

Details of the last aired episode.

name
string

The official name or title of the series.

next_episode_to_air
string

The air date of the upcoming episode, if available, typically in the format YYYY-MM-DD.

networks
object[]

Details of the network(s) that broadcast the series.

number_of_episodes
integer

The total count of episodes in the series.

number_of_seasons
integer

The total count of seasons in the series.

origin_country
string[]

The country or countries where the series originated, represented by their respective codes.

original_language
string

The language in which the series was originally produced, represented as a language code.

original_name
string

The original title of the series.

overview
string

A brief description or synopsis of the series.

popularity
number

A numerical representation of the content’s popularity, typically based on audience engagement.

poster_path
string

The relative path to the poster image for the content.

production_company
object[]

A list of production companies involved in creating the content.

production_countries
object[]

A list of countries where the content was produced.

season
object[]

Represents a collection of seasons in the series.

spoken_languages
object[]

A list of languages spoken in the content, each represented as an object.

status
string

The current status of the series.

tagline
string

A tagline or short phrase associated with the content.

title
string

The official or display title of the content.

type
boolean

Represents the type of content.

vote_average
number

The average rating given to the content by users.

vote_count
integer

The total number of votes or ratings received for the content