Atajos de teclado
Búsqueda avanzada
Hello, I was approved a API key and now both my api key and access key are not working?
Hi @Saulp1021, what is the api URL you are trying to use and what is the error number and error message you get? Hide your private api key with a string like "xxxxxx".
{ "status_code": 7, "status_message": "Invalid API key: You must be granted a valid key.", "success": false } https://api.themoviedb.org/3/discover/movie
You need to specify your api key.
https://api.themoviedb.org/3/discover/movie?api_key=xxxxxx
For discover movie, you probably also want to specify a filter. For example:
https://api.themoviedb.org/3/discover/movie?api_key=xxxxxx&primary_release_year=2023
¿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 robbie3999
el 9 de octubre de 2023 a las 19:38
Hi @Saulp1021, what is the api URL you are trying to use and what is the error number and error message you get? Hide your private api key with a string like "xxxxxx".
Contestado por Saulp1021
el 9 de octubre de 2023 a las 21:50
{ "status_code": 7, "status_message": "Invalid API key: You must be granted a valid key.", "success": false } https://api.themoviedb.org/3/discover/movie
Contestado por robbie3999
el 9 de octubre de 2023 a las 22:13
You need to specify your api key.
For discover movie, you probably also want to specify a filter. For example: