Endpoints
- Account
- Authentication
- Certification
- Changes
- Collections
- Companies
- Configuration
- Credits
- Discover
- Find
- Genres
- Guest Session
- Keywords
- List
- Movie Lists
- Movies
- Networks
- People Lists
- People
- Reviews
- Search
- Trending
- TV Series Lists
- TV Series
- TV Seasons
- TV Episodes
- TV Episode Groups
- Watch Providers
- API Reference
Search
Movie
Search for movies by their original, translated and alternative titles.
GET
/
3
/
search
/
movie
curl --request GET \
--url https://api.themoviedb.org/3/search/movie
{
"page": 1,
"results": [
{
"adult": false,
"backdrop_path": "/mpRSzmUX0Lsimgg0M8hZRS2xrDC.jpg",
"genre_ids": [
18,
10752
],
"id": 16121,
"original_language": "en",
"original_title": "The Big Red One",
"overview": "A veteran sergeant of World War I leads a squad in World War II, always in the company of the survivor Pvt. Griff, the writer Pvt. Zab, the Sicilian Pvt. Vinci and Pvt. Johnson, in Vichy French Africa, Sicily, D-Day at Omaha Beach, Belgium and France, and ending in a concentration camp in Czechoslovakia where they face the true horror of war.",
"popularity": 10.767,
"poster_path": "/h0VcqQ3z1RroKk7WtiW0E6DDho2.jpg",
"release_date": "1980-01-22",
"title": "The Big Red One",
"video": false,
"vote_average": 6.7,
"vote_count": 308
},
{
"adult": false,
"backdrop_path": "/cjEcqdRdPQJhYre3HUAc5538Gk8.jpg",
"genre_ids": [
28,
14,
35
],
"id": 845781,
"original_language": "en",
"original_title": "Red One",
"overview": "After Santa Claus (codename: Red One) is kidnapped, the North Pole's Head of Security must team up with the world's most infamous tracker in a globe-trotting, action-packed mission to save Christmas.",
"popularity": 1892.703,
"poster_path": "/cdqLnri3NEGcmfnqwk2TSIYtddg.jpg",
"release_date": "2024-10-31",
"title": "Red One",
"video": false,
"vote_average": 7.1,
"vote_count": 1921
},
{
"adult": false,
"backdrop_path": "/qrszuQRpcITVvKD6eXKIX86Twob.jpg",
"genre_ids": [
18,
10752
],
"id": 501906,
"original_language": "en",
"original_title": "The Big Red One : The Reconstruction",
"overview": "A re-working, re-editing, and restructuring of Sam Fuller's The Big Red One bringing it closer as originally envisioned by the late filmmaker. It includes forty-seven additional minutes which was not utilized in the film's original release. Supervised by Richard Schickel, Peter Bogdanovich, and editor Bryan McKenzie.",
"popularity": 2.459,
"poster_path": "/A7IqvfTQCNnl2W3eRxq3f4FkWUW.jpg",
"release_date": "2005-05-03",
"title": "The Big Red One : The Reconstruction",
"video": true,
"vote_average": 8.6,
"vote_count": 5
},
{
"adult": false,
"backdrop_path": "/l055x0r3oJpiYgNgBzSBGPO9MaD.jpg",
"genre_ids": [
99
],
"id": 628843,
"original_language": "en",
"original_title": "Sam Fuller & the Big Red One",
"overview": "A documentary shot during the production of Samuel Fuller's film The Big Red One.",
"popularity": 2.036,
"poster_path": "/pD7MOyFhAyWhUwxB1XI1EUKavYu.jpg",
"release_date": "1984-02-04",
"title": "Sam Fuller & the Big Red One",
"video": false,
"vote_average": 0,
"vote_count": 0
},
{
"adult": false,
"backdrop_path": null,
"genre_ids": [
99
],
"id": 263102,
"original_language": "en",
"original_title": "The Real Glory: Reconstructing 'The Big Red One'",
"overview": "Documentary about the efforts to reconstruct Sam Fuller's The Big Red One closer to the film Fuller had originally envisioned.",
"popularity": 0.564,
"poster_path": "/zIykCqfuCRRzAd6I1p3dPY5K0R9.jpg",
"release_date": "2005-05-03",
"title": "The Real Glory: Reconstructing 'The Big Red One'",
"video": false,
"vote_average": 6,
"vote_count": 1
},
{
"adult": false,
"backdrop_path": null,
"genre_ids": [
36
],
"id": 1272624,
"original_language": "en",
"original_title": "The True Story of the Big Red One",
"overview": "THE TRUE STORY OF THE BIG RED ONE is pitting Hollywood fiction against historical fact, where we'll examine the reality behind Samuel Fuller's great war movie \"The Big Red One\". Based upon Fuller's own World War II experiences, the film starred Lee Marvin as the intrepid sergeant of special infantry squadron in various campaigns of the war. Learn the dramatic story of the illustrious First Division of the U.S. Army - called the Big Red One because of the red numeral \"1\" on its uniforms' shoulders - from it's organization in 1917 through the present day.",
"popularity": 0.001,
"poster_path": null,
"release_date": "1998-03-01",
"title": "The True Story of the Big Red One",
"video": false,
"vote_average": 0,
"vote_count": 0
}
],
"total_pages": 1,
"total_results": 6
}
Query Parameters
Example:
"%22Big%20Red%20One%22"
Example:
"false"
Example:
"en-US"
Example:
"1"
Response
200 - application/json
Movie
The response is of type object
.
curl --request GET \
--url https://api.themoviedb.org/3/search/movie
{
"page": 1,
"results": [
{
"adult": false,
"backdrop_path": "/mpRSzmUX0Lsimgg0M8hZRS2xrDC.jpg",
"genre_ids": [
18,
10752
],
"id": 16121,
"original_language": "en",
"original_title": "The Big Red One",
"overview": "A veteran sergeant of World War I leads a squad in World War II, always in the company of the survivor Pvt. Griff, the writer Pvt. Zab, the Sicilian Pvt. Vinci and Pvt. Johnson, in Vichy French Africa, Sicily, D-Day at Omaha Beach, Belgium and France, and ending in a concentration camp in Czechoslovakia where they face the true horror of war.",
"popularity": 10.767,
"poster_path": "/h0VcqQ3z1RroKk7WtiW0E6DDho2.jpg",
"release_date": "1980-01-22",
"title": "The Big Red One",
"video": false,
"vote_average": 6.7,
"vote_count": 308
},
{
"adult": false,
"backdrop_path": "/cjEcqdRdPQJhYre3HUAc5538Gk8.jpg",
"genre_ids": [
28,
14,
35
],
"id": 845781,
"original_language": "en",
"original_title": "Red One",
"overview": "After Santa Claus (codename: Red One) is kidnapped, the North Pole's Head of Security must team up with the world's most infamous tracker in a globe-trotting, action-packed mission to save Christmas.",
"popularity": 1892.703,
"poster_path": "/cdqLnri3NEGcmfnqwk2TSIYtddg.jpg",
"release_date": "2024-10-31",
"title": "Red One",
"video": false,
"vote_average": 7.1,
"vote_count": 1921
},
{
"adult": false,
"backdrop_path": "/qrszuQRpcITVvKD6eXKIX86Twob.jpg",
"genre_ids": [
18,
10752
],
"id": 501906,
"original_language": "en",
"original_title": "The Big Red One : The Reconstruction",
"overview": "A re-working, re-editing, and restructuring of Sam Fuller's The Big Red One bringing it closer as originally envisioned by the late filmmaker. It includes forty-seven additional minutes which was not utilized in the film's original release. Supervised by Richard Schickel, Peter Bogdanovich, and editor Bryan McKenzie.",
"popularity": 2.459,
"poster_path": "/A7IqvfTQCNnl2W3eRxq3f4FkWUW.jpg",
"release_date": "2005-05-03",
"title": "The Big Red One : The Reconstruction",
"video": true,
"vote_average": 8.6,
"vote_count": 5
},
{
"adult": false,
"backdrop_path": "/l055x0r3oJpiYgNgBzSBGPO9MaD.jpg",
"genre_ids": [
99
],
"id": 628843,
"original_language": "en",
"original_title": "Sam Fuller & the Big Red One",
"overview": "A documentary shot during the production of Samuel Fuller's film The Big Red One.",
"popularity": 2.036,
"poster_path": "/pD7MOyFhAyWhUwxB1XI1EUKavYu.jpg",
"release_date": "1984-02-04",
"title": "Sam Fuller & the Big Red One",
"video": false,
"vote_average": 0,
"vote_count": 0
},
{
"adult": false,
"backdrop_path": null,
"genre_ids": [
99
],
"id": 263102,
"original_language": "en",
"original_title": "The Real Glory: Reconstructing 'The Big Red One'",
"overview": "Documentary about the efforts to reconstruct Sam Fuller's The Big Red One closer to the film Fuller had originally envisioned.",
"popularity": 0.564,
"poster_path": "/zIykCqfuCRRzAd6I1p3dPY5K0R9.jpg",
"release_date": "2005-05-03",
"title": "The Real Glory: Reconstructing 'The Big Red One'",
"video": false,
"vote_average": 6,
"vote_count": 1
},
{
"adult": false,
"backdrop_path": null,
"genre_ids": [
36
],
"id": 1272624,
"original_language": "en",
"original_title": "The True Story of the Big Red One",
"overview": "THE TRUE STORY OF THE BIG RED ONE is pitting Hollywood fiction against historical fact, where we'll examine the reality behind Samuel Fuller's great war movie \"The Big Red One\". Based upon Fuller's own World War II experiences, the film starred Lee Marvin as the intrepid sergeant of special infantry squadron in various campaigns of the war. Learn the dramatic story of the illustrious First Division of the U.S. Army - called the Big Red One because of the red numeral \"1\" on its uniforms' shoulders - from it's organization in 1917 through the present day.",
"popularity": 0.001,
"poster_path": null,
"release_date": "1998-03-01",
"title": "The True Story of the Big Red One",
"video": false,
"vote_average": 0,
"vote_count": 0
}
],
"total_pages": 1,
"total_results": 6
}