Trying to get movie info by id.
The headers are OK, becouse are the ones i used to search the movie. The API call i'm using is this:
http://themoviedb.apiary.io/3/movie/1948?api_key=###
is it wrong?
¿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 Travis Bell
el 7 de febrero de 2013 a las 14:01
That domain doesn't exist. If you're trying to use Apiary to troubleshoot and inspect requests, you will need to signup with Apiary and use the custom domain they provide you.
If you want to hit the production endpoint, the domain is:
Obviously, any production application you build should use our domain and not Apiary's.
Cheers.