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."
Kan du inte hitta en film eller tv-serie? Logga in för att skapa den.
Vill du betygsÀtta denna artikel eller lÀgga till den i en lista?
Inte medlem?
Svar frĂ„n ticao2 đ§đ· pt-BR
den 5 augusti 2024 vid 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.