Soporte de The Movie Database

TMDB is great by the way - hopefully they can knock IMDB of it's perch!

Having spent over 11 hours attempting this and studying the documentation we still cant work out if this is an error with the API or our calls. We suspect this will take someone about 20 seconds to figure out.

We are trying to use GET find/{imdb_id} to return: poster_path, tmdb_id, etc

When we try:

curl -k --request GET \--url 'https://api.themoviedb.org/3/find/tt0133093?external_source=imdb_id&language=en-US&api_key=APIKEYHERE' \--data '{poster_path}';'{id}';'{title}'

we recieve a error:

Couldn't resolve host (along with an output of all the information and not just the 'poster_path, id, title' that we called.)

We are using a shell command via Tasker on Android to test.

Are we doing something wrong?

Cheers for the pointers.

Warm regards

L

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

Jump to last post

My first instinct would be something to do with the use of single quotes. Also, passing POST data though the GET method isn't supported so there's no need to use --data at all.

curl -k --request GET --url "https://api.themoviedb.org/3/find/tt0133093?external_source=imdb_id&language=en-US&api_key=###"

Is working properly.

@travisbell

Really appreciate the swift response Travis - helps a lot with our deadlines!

Apologies; as the single quotes was just a typo - we are using double and your example works great.

What we were ideally hoping for help with is whether we could select which pieces of information are return instead of the whole lot. i.e- just things like: title, poster_url, tmdb_ID, etc

Is this possible and if so, what would the curl/command be to achieve that?

Cheers again Travis!

@Paszt

Perfect - thank you Elizabeth!

¿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