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."
Es fehlt ein Film oder eine Serie? Logge dich ein zum Ergänzen.
Diesen Eintrag bewerten oder zu einer Liste hinzufügen?
Kein Mitglied?
Antwort von ticao2 🇧🇷 pt-BR
am 5. August 2024 um 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.