I was wondering, I have been using this endpoint for a while now and all of the sudden I am getting an invalid API Key response: "[{"status_code":7,"status_message":"Invalid API key: You must be granted a valid key.","success":false}", but this other one works with my same key. Is there something I am missing here. I have listed the end point that doesn't work (but has been working for a long time) and the one that does work below:
One that doesn't work: https://api.themoviedb.org/3/movie/now_playing?apikey=MY_KEY®ion=US
One that does work: https://api.themoviedb.org/3/movie/550?api_key=MY_KEY
Any help would be greatly appreciated! Thank you!
Non riesci a trovare un film o una serie Tv? Accedi per crearlo.
Vuoi valutare o aggiungere quest'elemento a una lista?
Non sei un membro?
Risposta da Travis Bell
il 1 febbraio, 2024 alle 6:07PM
You have a typo here. It should be
api_key
.Risposta da pbonner
il 1 febbraio, 2024 alle 8:33PM
you the man, dumb mistake sorry about that.