if i enter this on the web browser "https://api.themoviedb.org/3/search/movie?query=dirty%20angels?api_key=" it returns this???
{"status_code":7,"status_message":"Invalid API key: You must be granted a valid key.","success":false}
api key is valid, if i enter this "https://api.themoviedb.org/3/movie/550?api_key=" it returns
"original_title": "Fight Club", and more info??
how the enter a search for movie title and get list of results???
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة ticao2 🇧🇷 pt-BR
بتاريخ أبريل 9, 2025 في 1:33 مساءا
Your API Request has 2 question marks, " ? ".
Replace the second one with the ampersand character, " & ".
See below:
Only the first parameter, right after the " ? " character, may not have or may have the " & " character.
All other parameters must have the " & " character at the beginning.