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."
Nevari atrast filmu vai TV pārraidi? Jāpiesakās, lai to izveidotu.
Vēlies novērtēt šo vienumu vai pievienot to sarakstam?
Neesi dalībnieks?
Atbilde no ticao2 🇧🇷 pt-BR
on augusts 5, 2024 at 2:52 PM
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.