Authentication
Account
Certifications
Configuration
Credits
Find
Keywords
Movies
- POSTAdd rating
- DELDelete rating
- GETFetch account states
- GETFetch alternative titles
- GETFetch external IDs
- GETFetch latest movie
- GETFetch movie changes
- GETFetch movie credits
- GETFetch movie details
- GETFetch movie images
- GETFetch movie keywords
- GETFetch movie List
- GETFetch movie recommendations
- GETFetch movie translation
- GETFetch release dates
- GETFetch similar movies
- GETFetch user reviews
- GETFetch videos
- GETFetch watch providers
People
People-Lists
Reviews
Search
Tv-episode-groups
Tv-episodes
Tv-seasons
Tv-Series
- POSTAdd rating
- DELDelete rating
- GETFetch account states
- GETFetch aggregate credits
- GETFetch alternative titles
- GETFetch content ratings
- GETFetch episode groups
- GETFetch external IDs
- GETFetch latest TV shows
- GETFetch reviews
- GETFetch series images
- GETFetch similar shows
- GETFetch theatrically screened
- GETFetch TV changes
- GETFetch TV credits
- GETFetch TV details
- GETFetch TV keywords
- GETFetch tv show translations
- GETFetch tv show videos
- GETFetch watch providers
- GETList TV series
Authentication
Account
Certifications
Configuration
Movies
- GETFetch movie details
- GETFetch account states
- GETFetch alternative titles
- GETFetch movie changes
- GETFetch movie credits
- GETFetch external IDs
- GETFetch movie images
- GETFetch movie keywords
- GETFetch latest movie
- GETFetch movie List
- GETFetch movie recommendations
- GETFetch release dates
- GETFetch user reviews
- GETFetch similar movies
- GETFetch movie translation
- GETFetch videos
- GETFetch watch providers
- POSTAdd rating
- DELDelete rating
Credits
Find
Search
Keywords
People Lists
People
Reviews
TV Series
- GETFetch TV details
- GETFetch account states
- GETFetch aggregate credits
- GETFetch alternative titles
- GETFetch TV changes
- GETFetch content ratings
- GETFetch TV credits
- GETFetch episode groups
- GETFetch external IDs
- GETFetch series images
- GETFetch TV keywords
- GETFetch latest TV shows
- GETList TV series
- GETFetch TV recommendations
- GETFetch reviews
- GETFetch theatrically screened
- GETFetch similar shows
- GETFetch tv show translations
- GETFetch tv show videos
- GETFetch watch providers
- POSTAdd rating
- DELDelete rating
TV Seasons
TV Episodes
TV Episode groups
TV Series
Fetch latest TV shows
This endpoint allows you to get the newest TV show ID.
GET
/
tv
/
latest
Copy
curl --request GET \
--url https://api.themoviedb.org/3/tv/latest \
--header 'Authorization: Bearer <token>'
Copy
{
"adult": false,
"backdrop_path": null,
"created_by": [],
"episode_run_time": [],
"first_air_date": "2022-01-03",
"genres": [],
"homepage": "",
"id": 280772,
"in_production": true,
"languages": [],
"last_air_date": "2022-01-03",
"last_episode_to_air": {
"air_date": "2022-01-03",
"episode_number": 1,
"episode_type": "standard",
"id": 5870005,
"name": "Episode 1",
"overview": "",
"production_code": "",
"runtime": null,
"season_number": 1,
"show_id": 280772,
"still_path": null,
"vote_average": 0,
"vote_count": 0
},
"name": "芸能界オールスター草野球",
"networks": [],
"next_episode_to_air": null,
"number_of_episodes": 1,
"number_of_seasons": 1,
"origin_country": [
"JP"
],
"original_language": "ja",
"original_name": "芸能界オールスター草野球",
"overview": "",
"popularity": 0,
"poster_path": null,
"production_companies": [
{
"id": 3034,
"logo_path": "/jnuO8pZNEBLEq5YaOP1f5OkmG91.png",
"name": "TV Tokyo",
"origin_country": "JP"
}
],
"production_countries": [
{
"iso_3166_1": "JP",
"name": "Japan"
}
],
"seasons": [
{
"air_date": "2022-01-03",
"episode_count": 1,
"id": 435609,
"name": "Season 1",
"overview": "",
"poster_path": null,
"season_number": 1,
"vote_average": 0
}
],
"spoken_languages": [],
"status": "Returning Series",
"tagline": "",
"type": "Scripted",
"vote_average": 0,
"vote_count": 0
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
Fetch latest TV shows
The response is of type object
.
Copy
curl --request GET \
--url https://api.themoviedb.org/3/tv/latest \
--header 'Authorization: Bearer <token>'
Copy
{
"adult": false,
"backdrop_path": null,
"created_by": [],
"episode_run_time": [],
"first_air_date": "2022-01-03",
"genres": [],
"homepage": "",
"id": 280772,
"in_production": true,
"languages": [],
"last_air_date": "2022-01-03",
"last_episode_to_air": {
"air_date": "2022-01-03",
"episode_number": 1,
"episode_type": "standard",
"id": 5870005,
"name": "Episode 1",
"overview": "",
"production_code": "",
"runtime": null,
"season_number": 1,
"show_id": 280772,
"still_path": null,
"vote_average": 0,
"vote_count": 0
},
"name": "芸能界オールスター草野球",
"networks": [],
"next_episode_to_air": null,
"number_of_episodes": 1,
"number_of_seasons": 1,
"origin_country": [
"JP"
],
"original_language": "ja",
"original_name": "芸能界オールスター草野球",
"overview": "",
"popularity": 0,
"poster_path": null,
"production_companies": [
{
"id": 3034,
"logo_path": "/jnuO8pZNEBLEq5YaOP1f5OkmG91.png",
"name": "TV Tokyo",
"origin_country": "JP"
}
],
"production_countries": [
{
"iso_3166_1": "JP",
"name": "Japan"
}
],
"seasons": [
{
"air_date": "2022-01-03",
"episode_count": 1,
"id": 435609,
"name": "Season 1",
"overview": "",
"poster_path": null,
"season_number": 1,
"vote_average": 0
}
],
"spoken_languages": [],
"status": "Returning Series",
"tagline": "",
"type": "Scripted",
"vote_average": 0,
"vote_count": 0
}
Assistant
Responses are generated using AI and may contain mistakes.