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
Movies
Fetch movie details
This endpoint allows you to get the top-level details of a movie by ID.
GET
/
movie
/
{movie_id}
Copy
curl --request GET \
--url https://api.themoviedb.org/3/movie/%7B{movie_id}%7D \
--header 'Authorization: Bearer <token>'
Copy
{
"adult": false,
"backdrop_path": "/evFChfYeD2LqobEJf8iQsrYcGTw.jpg",
"belongs_to_collection": null,
"budget": 11500000,
"genres": [
{
"id": 28,
"name": "Action"
},
{
"id": 80,
"name": "Crime"
},
{
"id": 53,
"name": "Thriller"
}
],
"homepage": "",
"id": 1182387,
"imdb_id": "tt29252358",
"origin_country": [
"US"
],
"original_language": "en",
"original_title": "Armor",
"overview": "Armored truck security guard James Brody is working with his son Casey transporting millions of dollars between banks when a team of thieves led by Rook orchestrate a takeover of their truck to seize the riches. Following a violent car chase, Rook soon has the armored truck surrounded and James and Casey find themselves cornered onto a decrepit bridge.",
"popularity": 1666.034,
"poster_path": "/pnXLFioDeftqjlCVlRmXvIdMsdP.jpg",
"production_companies": [
{
"id": 7417,
"logo_path": "/13GyIWMzFvDqJN6I6tZCQYzWr7L.png",
"name": "Convergence Entertainment",
"origin_country": "US"
},
{
"id": 20312,
"logo_path": "/iYmytRQt5jqlBIEaMQ0Cb6iAHh8.png",
"name": "TPC",
"origin_country": "US"
},
{
"id": 121204,
"logo_path": "/vbtvY4IxgUZk713rkmoTO4MHIac.png",
"name": "BondIt Media Capital",
"origin_country": "US"
},
{
"id": 3604,
"logo_path": "/jC6Hk3ZyNRlVPJsA0xGlAhgd2RP.png",
"name": "Grindstone Entertainment Group",
"origin_country": "US"
}
],
"production_countries": [
{
"iso_3166_1": "US",
"name": "United States of America"
}
],
"release_date": "2024-10-30",
"revenue": 0,
"runtime": 89,
"spoken_languages": [
{
"english_name": "English",
"iso_639_1": "en",
"name": "English"
}
],
"status": "Released",
"tagline": "On the bridge of death.",
"title": "Armor",
"video": false,
"vote_average": 5.6,
"vote_count": 64
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Query Parameters
comma separated list of endpoints within this namespace, 20 items max
Example:
"string"
Defaults to en-US
Example:
"string"
Response
200 - application/json
fetch movie details
The response is of type object
.
Copy
curl --request GET \
--url https://api.themoviedb.org/3/movie/%7B{movie_id}%7D \
--header 'Authorization: Bearer <token>'
Copy
{
"adult": false,
"backdrop_path": "/evFChfYeD2LqobEJf8iQsrYcGTw.jpg",
"belongs_to_collection": null,
"budget": 11500000,
"genres": [
{
"id": 28,
"name": "Action"
},
{
"id": 80,
"name": "Crime"
},
{
"id": 53,
"name": "Thriller"
}
],
"homepage": "",
"id": 1182387,
"imdb_id": "tt29252358",
"origin_country": [
"US"
],
"original_language": "en",
"original_title": "Armor",
"overview": "Armored truck security guard James Brody is working with his son Casey transporting millions of dollars between banks when a team of thieves led by Rook orchestrate a takeover of their truck to seize the riches. Following a violent car chase, Rook soon has the armored truck surrounded and James and Casey find themselves cornered onto a decrepit bridge.",
"popularity": 1666.034,
"poster_path": "/pnXLFioDeftqjlCVlRmXvIdMsdP.jpg",
"production_companies": [
{
"id": 7417,
"logo_path": "/13GyIWMzFvDqJN6I6tZCQYzWr7L.png",
"name": "Convergence Entertainment",
"origin_country": "US"
},
{
"id": 20312,
"logo_path": "/iYmytRQt5jqlBIEaMQ0Cb6iAHh8.png",
"name": "TPC",
"origin_country": "US"
},
{
"id": 121204,
"logo_path": "/vbtvY4IxgUZk713rkmoTO4MHIac.png",
"name": "BondIt Media Capital",
"origin_country": "US"
},
{
"id": 3604,
"logo_path": "/jC6Hk3ZyNRlVPJsA0xGlAhgd2RP.png",
"name": "Grindstone Entertainment Group",
"origin_country": "US"
}
],
"production_countries": [
{
"iso_3166_1": "US",
"name": "United States of America"
}
],
"release_date": "2024-10-30",
"revenue": 0,
"runtime": 89,
"spoken_languages": [
{
"english_name": "English",
"iso_639_1": "en",
"name": "English"
}
],
"status": "Released",
"tagline": "On the bridge of death.",
"title": "Armor",
"video": false,
"vote_average": 5.6,
"vote_count": 64
}
Assistant
Responses are generated using AI and may contain mistakes.