I am referring to this page: https://developer.themoviedb.org/reference/movie-details
I formed a request to this endpoint and noticed that there is an undocumented field in the root object (not the field inside the production_companies
object):
"origin_country": [
"US"
],
This field appears to exist for the TV show details endpoint documented at: https://developer.themoviedb.org/reference/tv-series-details
Hope this helps.
P.S. I couldn't find a way to directly make a pull request to suggest this change. This discussion is the best way I knew how, to report this.
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by 1935711
on люты 25, 2025 at 4:28 PM
I am referring to this page: https://developer.themoviedb.org/reference/movie-details
I also noticed that the
belongs_to_collection
field is mis-identified as a "string" but in reality is an object: