Atajos de teclado
Búsqueda avanzada
Is there a general rule of thumb for when queries need &api_key= to when queries need ?api_key=?
&api_key=
?api_key=
The difference is to do with the HTTP standard for query strings, and has nothing to do with our API. To specify a query string you delimit your request URL with a ?. From then on, to specify more parameters you use the & to append more params.
?
&
You can read more about HTTP query strings here: http://en.wikipedia.org/wiki/Query_string
¿No encuentras una película o serie? Inicia sesión para crearla:
Iniciar sesión
Regístrate
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Regístrate y únete a la comunidad
Contestado por Travis Bell
el 29 de julio de 2014 a las 23:58
The difference is to do with the HTTP standard for query strings, and has nothing to do with our API. To specify a query string you delimit your request URL with a
?
. From then on, to specify more parameters you use the&
to append more params.You can read more about HTTP query strings here: http://en.wikipedia.org/wiki/Query_string