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.
Es fehlt ein Film oder eine Serie? Logge dich ein zum Ergänzen.
Diesen Eintrag bewerten oder zu einer Liste hinzufügen?
Kein Mitglied?
Antwort von 1935711
am 25. Februar 2025 um 16:28
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: