Hi there! I am trying to use my API key in a project but for some reason it is giving me a 404 error that the API key is unauthorized? Is there any way to fix this thank you?
When I go to open my web application, this is what comes up
{"status_code":7,"status_message":"Invalid API key: You must be granted a valid key.","success":false}
¿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 ticao2 🇧🇷 pt-BR
el 31 de julio de 2025 a las 17:39
Only the Travis Bell admin and you can access your API Key.
So I suggest you
Take a Test
Using a computer, desktop or notebook.
On some mobile devices this test may not work correctly.
In the URL below, change THE_KEY to your API Key.
https://api.themoviedb.org/3/movie/550?api_key=THE_KEY
Use this example to do a search using a new tab or window in your browser.
You will receive the basic data of the Movie Fight Club (1999)
https://www.themoviedb.org/movie/550-fight-club
If it works, your Key is OK.
When there is a problem, the TMDb Server sends a message.
Can you tell which message the server sent?
Here is a list of possible messages:
https://developer.themoviedb.org/docs/errors
If this test works or if it doesn't work, please let us know here.
Contestado por MeeGroB
el 7 de agosto de 2025 a las 18:09
Hi, I have the same problem. did these steps and gave this response: { "status_code": 7, "status_message": "Invalid API key: You must be granted a valid key.", "success": false } Please help
in the API reference when I click in the button "Try It!" in any request, it's resolved normally.
Contestado por ticao2 🇧🇷 pt-BR
el 8 de agosto de 2025 a las 13:33
Something's wrong.
If you get the correct answers using the "Try it!" feature, your API Key is valid.
Verify that the API Key you used in the test I mentioned above is the same API Key that's in your profile.
https://www.themoviedb.org/settings/api
It must be a sequence of 32 alphanumeric characters.
Contestado por tmdb97025271
el 9 de agosto de 2025 a las 10:12
I have the same problem, it seems like a general error
Contestado por ticao2 🇧🇷 pt-BR
el 9 de agosto de 2025 a las 12:21
It seems so.
I ran some tests.
Apparently the problem is limited to your account data requests.
Other requests are working for me.
I think that's a matter for Travis Bell, the administrator, to resolve.