Hello, good day. I am trying to make a movie search web a-page, its indeed a before done one, watching previously done but its API link says its false now. I tried to find an API, a similar one, but could not achieve it.
****_The false API is here ''const API_URL = 'https:api.themoviedb.org/4/discover/movie?sort_by=popularity.desc&api_key=c&page=1'
Also, const SEARCH_API = 'https://api.themoviedb.org/4/search/movie?api_key=="'_****
the above 2 ones says they are false.
Do you kindly know how can I get replacements that can be working in my project.
Many thanks, kind regards, ANY
.לא מצאת סרט או סדרה? היכנס כדי ליצור אותם
?רוצה לדרג או להוסיף פריט אל רשימה
?לא חבר אתר
תגובה מאת ticao2 🇧🇷 pt-BR
ב-אוקטובר 28, 2024 ב-10:36לפני חצות יום
Only the Travis Bell admin and you can access your API Key.
So I suggest you
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.