Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When retrieving movie details, the "origin_country" field is missing. #146

Open
BenjaminSong90 opened this issue Jul 13, 2024 · 3 comments

Comments

@BenjaminSong90
Copy link

test api: https://developer.themoviedb.org/reference/movie-details

@ChrisKruegerDev
Copy link
Member

@BenjaminSong90 The origin_country is in the production company object. There is no field origin_country in the movie details.

@BenjaminSong90
Copy link
Author

this is movie detail info, the origin_country is in the detail

{
"adult": false,
"backdrop_path": "/cq9N64ucEtfIc3eMxNr1VzY9LH9.jpg",
"belongs_to_collection": null,
"budget": 40000000,
"genres": [
{
"id": 18,
"name": "Drama"
}
],
"homepage": "https://www.sonypictures.com/movies/thesocialnetwork",
"id": 37799,
"imdb_id": "tt1285016",
"origin_country": [
"US"
],
"original_language": "en",
"original_title": "The Social Network",
"overview": "In 2003, Harvard undergrad and computer genius Mark Zuckerberg begins work on a new concept that eventually turns into the global social network known as Facebook. Six years later, he is one of the youngest billionaires ever, but Zuckerberg finds that his unprecedented success leads to both personal and legal complications when he ends up on the receiving end of two lawsuits, one involving his former friend.",
"popularity": 47.351,
"poster_path": "/n0ybibhJtQ5icDqTp8eRytcIHJx.jpg",
"production_companies": [
{
"id": 5,
"logo_path": "/71BqEFAF4V3qjjMPCpLuyJFB9A.png",
"name": "Columbia Pictures",
"origin_country": "US"
},
{
"id": 7295,
"logo_path": "/62E1B91PxZw8q4KNkge5Qemo7EM.png",
"name": "Relativity Media",
"origin_country": "US"
},
{
"id": 258,
"logo_path": null,
"name": "Scott Rudin Productions",
"origin_country": "US"
},
{
"id": 11370,
"logo_path": null,
"name": "Michael De Luca Productions",
"origin_country": "US"
},
{
"id": 7626,
"logo_path": "/4839MGss4pPAalhqqYH1AD1CnEj.png",
"name": "Trigger Street Productions",
"origin_country": "US"
}
],
"production_countries": [
{
"iso_3166_1": "US",
"name": "United States of America"
}
],
"release_date": "2010-10-01",
"revenue": 224920315,
"runtime": 121,
"spoken_languages": [
{
"english_name": "English",
"iso_639_1": "en",
"name": "English"
}
],
"status": "Released",
"tagline": "You don't get to 500 million friends without making a few enemies.",
"title": "The Social Network",
"video": false,
"vote_average": 7.368,
"vote_count": 11825
}

@ChrisKruegerDev
Copy link
Member

Thanks. I will add the field

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants