Hi! i hope you are well and you find this mail well.
i am working on local project where i have to fetch api and display on my project.
some apis not working properly .
these are the apis
fetchTrending: /trending/all/week?api_key=${API_KEY}&language=en-US
,
fetchNetflixOrignals: /discover/tv?api_key=${API_KEY}&with_networks=213
,
fetchTopRated: /movie/top_rated?api_key=${API_KEY}&language=en-US
,
fetchActionMovies: /discover/movies?api_key=${API_KEY}&with_genres=28
,
fetchComedyMovies: /discover/movies?api_key=${API_KEY}&with_genres=35
,
fetchHorrorMovies: /discover/movies?api_key=${API_KEY}&with_genres=27
,
fetchRomanceMovies: /discover/movies?api_key=${API_KEY}&with_genres=10749
,
fetchDocumentaries: /discover/movies?api_key=${API_KEY}&with_genres=99
,
and its says
"The resource you requested could not be found."
¿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 5 de agosto de 2024 a las 14:52
It's probably an error in the API Request you're sending.
Since your examples aren't complete, I'll post a complete and working one here.
Try my example in a new tab in your browser and let us know if it works for you.
Of course, you should replace THE_KEY with your own API Key.