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!
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on February 1, 2024 at 6:07 PM
You have a typo here. It should be
api_key
.Reply by pbonner
on February 1, 2024 at 8:33 PM
you the man, dumb mistake sorry about that.