Hi, I cannot seem to access the release date response for the API. I think it's an issue with my Key's authorization? Please let me know if that's the issue. Thanks!
¿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 7 de julio de 2024 a las 17:12
First test your Key.
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 it does not work, let us know right here.
Contestado por yangjiafan
el 7 de julio de 2024 a las 20:02
The message I got after running "try it!" for the release date module in the API reference section, I got "404 Invalid id: The pre-requisite id is invalid or not found".
I was able to run the URL when changing THE_KEY to my key and got some data about the fight club. However, I didn't see the MPAA rating - R among those information. Perhaps there's an authorization issue with the pre-requisite id?
Thanks, Justin
Contestado por Travis Bell
el 7 de julio de 2024 a las 21:13
You’re looking for the /release_dates method.
Contestado por yangjiafan
el 7 de julio de 2024 a las 22:08
yes, but I can't access that method. it shows me 404 error.
Thanks, Travis
Contestado por yangjiafan
el 7 de julio de 2024 a las 22:12
Oh, I see, I must enter a path params to work it out. Thanks!