Soporte de The Movie Database

I am trying to make an API call to get a single movies details, for example:

 https://api.themoviedb.org/3/movie/442249?api_key=[MY_KEY] 

then I noticed it did not include what the movie certification was for that one particular movie.

I read how to make a call for that information here: https://developers.themoviedb.org/3/movies/get-movie-release-dates

So I have two questions...

(1) In a single call for only the release_dates
If I was going to make an additional call to get this movies certification information, by running this:

https://api.themoviedb.org/3/movie/442249/release_dates?api_key=[MY_KEY]

Is there a way to get only the information for "iso_3166_1": "US" , without having all other language objects showing in this call by appending something to the URL?

(2) In a single call for only the movie details with appended release_dates
How would I be able to make a single API call, like this:

https://api.themoviedb.org/3/movie/442249?api_key=[MY_KEY]&append_to_response=release_dates

but have only the information for iso_3166_1: "US" appended ?

1 respuesta (en la página 1 de 1)

Jump to last post

Hi there,

Option #2 is your best bet, but no, there is no way to query just the US releases. Since /release_dates is an array, and movies can have more than one release per country, you'll have to iterate over the results looking for the specific release type that you want anyways. Best thing to do is have your own logic looking for the release dates (and types) you want.

¿No encuentras una película o serie? Inicia sesión para crearla:

Global

s centrar la barra de búsqueda
p abrir menú de perfil
esc cierra una ventana abierta
? abrir la ventana de atajos del teclado

En las páginas multimedia

b retrocede (o a padre cuando sea aplicable)
e ir a la página de edición

En las páginas de temporada de televisión

(flecha derecha) ir a la temporada siguiente
(flecha izquierda) ir a la temporada anterior

En las páginas de episodio de televisión

(flecha derecha) ir al episodio siguiente
(flecha izquierda) ir al episodio anterior

En todas las páginas de imágenes

a abrir la ventana de añadir imagen

En todas las páginas de edición

t abrir la sección de traducción
ctrl+ s enviar formulario

En las páginas de discusión

n crear nueva discusión
w cambiar el estado de visualización
p cambiar público/privado
c cambiar cerrar/abrir
a abrir actividad
r responder a la discusión
l ir a la última respuesta
ctrl+ enter enviar tu mensaje
(flecha derecha) página siguiente
(flecha izquierda) página anterior

Configuraciones

¿Quieres puntuar o añadir este elemento a una lista?

Iniciar sesión