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}
찾으시는 영화나 TV 프로그램이 없나요? 로그인 하셔서 직접 만들어주세요.
이 항목을 평가하거나 목록에 추가할까요?
회원이 아닌가요?
ticao2 🇧🇷 pt-BR님의 댓글
7월 31, 2025 at 5: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.
MeeGroB님의 댓글
8월 7, 2025 at 6: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.
ticao2 🇧🇷 pt-BR님의 댓글
8월 8, 2025 at 1: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.
tmdb97025271님의 댓글
8월 9, 2025 at 10:12 오전
I have the same problem, it seems like a general error
ticao2 🇧🇷 pt-BR님의 댓글
8월 9, 2025 at 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.