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.
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por 1935711
el 25 de febrero de 2025 a las 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: