Soporte de The Movie Database

I'm currently building a website that processes data of specific movies by entering the tmdb-ID.

For the new Guardians of the Galaxy the release date in Germany is 27th of April, but as of right now i can't find a way to retrieve that kind of data from my query. My query only has "release_date" which seems to be the default US-release date.

https://api.themoviedb.org/3/movie/283995?api_key=<>

I tried adding things like "&language=de-DE&region=DE", but that only translates the content like genre, description, etc.

Is there any way to get an extra field as a result so that i can catch the region-specific release date from that?

2 respuestas (en la página 1 de 1)

Jump to last post

See:

https://developers.themoviedb.org/3/movies/get-movie-release-dates

For example:

https://api.themoviedb.org/3/movie/283995/release_dates?api_key=####

You'll have to filter the returned data by country by looking at the contained iso_3166_1 fields, because to my knowledge there is no way to specify that in the query itself.

Alternatively, you could also do something like:

https://api.themoviedb.org/3/movie/283995?api_key=####&append_to_response=release_dates

if you already need to query the main movie data for some other reason. But, again, there is no way to pre-filter the release dates by country that I know of.

@jeras Is correct, since you can use append_to_response to include the release date data in your query, you can figure it out on your end.

¿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 debate

n crear nuevo debate
w cambiar el estado de visualización
p cambiar público/privado
c cambiar cerrar/abrir
a abrir actividad
r responder al debate
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