Skip to main content
GET
/
3
/
tv
/
latest
Latest
curl --request GET \
  --url https://api.themoviedb.org/3/tv/latest
{
  "adult": false,
  "backdrop_path": "/sJhPVMqzZb4dfmOkewgUdzaca5K.jpg",
  "created_by": [],
  "episode_run_time": [],
  "first_air_date": "2015-01-08",
  "genres": [],
  "homepage": "",
  "id": 281657,
  "in_production": true,
  "languages": [],
  "last_air_date": "2015-01-15",
  "last_episode_to_air": {
    "air_date": "2015-01-15",
    "episode_number": 2,
    "episode_type": "standard",
    "id": 5891455,
    "name": "Episode 2",
    "overview": "",
    "production_code": "",
    "runtime": 51,
    "season_number": 1,
    "show_id": 281657,
    "still_path": "/r7qMkfBtdij3gSxdWSx4WZ1RJDg.jpg",
    "vote_average": 0,
    "vote_count": 0
  },
  "name": "L'acquario più grande del mondo",
  "networks": [],
  "next_episode_to_air": null,
  "number_of_episodes": 2,
  "number_of_seasons": 1,
  "origin_country": [
    "IT"
  ],
  "original_language": "it",
  "original_name": "L'acquario più grande del mondo",
  "overview": "",
  "popularity": 0,
  "poster_path": "/tj7Ab5H2l9J4mNaYjPUDFHSmOM1.jpg",
  "production_companies": [],
  "production_countries": [],
  "seasons": [
    {
      "air_date": "2015-01-08",
      "episode_count": 2,
      "id": 437329,
      "name": "Season 1",
      "overview": "",
      "poster_path": "/tj7Ab5H2l9J4mNaYjPUDFHSmOM1.jpg",
      "season_number": 1,
      "vote_average": 0
    }
  ],
  "spoken_languages": [],
  "status": "Returning Series",
  "tagline": "",
  "type": "Scripted",
  "vote_average": 0,
  "vote_count": 0
}

Response

200 - application/json

Latest

adult
boolean
Example:

false

backdrop_path
string
Example:

"/sJhPVMqzZb4dfmOkewgUdzaca5K.jpg"

created_by
any[]
Example:
[]
episode_run_time
any[]
Example:
[]
first_air_date
string
Example:

"2015-01-08"

genres
any[]
Example:
[]
homepage
string
Example:

""

id
number
Example:

281657

in_production
boolean
Example:

true

languages
any[]
Example:
[]
last_air_date
string
Example:

"2015-01-15"

last_episode_to_air
object
name
string
Example:

"L'acquario più grande del mondo"

networks
any[]
Example:
[]
next_episode_to_air
any
number_of_episodes
number
Example:

2

number_of_seasons
number
Example:

1

origin_country
string[]
Example:
["IT"]
original_language
string
Example:

"it"

original_name
string
Example:

"L'acquario più grande del mondo"

overview
string
Example:

""

popularity
number
Example:

0

poster_path
string
Example:

"/tj7Ab5H2l9J4mNaYjPUDFHSmOM1.jpg"

production_companies
any[]
Example:
[]
production_countries
any[]
Example:
[]
seasons
object[]
Example:
[
{
"air_date": "2015-01-08",
"episode_count": 2,
"id": 437329,
"name": "Season 1",
"overview": "",
"poster_path": "/tj7Ab5H2l9J4mNaYjPUDFHSmOM1.jpg",
"season_number": 1,
"vote_average": 0
}
]
spoken_languages
any[]
Example:
[]
status
string
Example:

"Returning Series"

tagline
string
Example:

""

type
string
Example:

"Scripted"

vote_average
number
Example:

0

vote_count
number
Example:

0

I