اختصارات لوحة المفاتيح
البحث المتقدم
Hello, I was approved a API key and now both my api key and access key are not working?
Hi @Saulp1021, what is the api URL you are trying to use and what is the error number and error message you get? Hide your private api key with a string like "xxxxxx".
{ "status_code": 7, "status_message": "Invalid API key: You must be granted a valid key.", "success": false } https://api.themoviedb.org/3/discover/movie
You need to specify your api key.
https://api.themoviedb.org/3/discover/movie?api_key=xxxxxx
For discover movie, you probably also want to specify a filter. For example:
https://api.themoviedb.org/3/discover/movie?api_key=xxxxxx&primary_release_year=2023
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
تسجيل الدخول
التسجيل
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
سجل و انضم الى المجتمع
رد بواسطة robbie3999
بتاريخ أكتوبر 9, 2023 في 7:38 مساءا
Hi @Saulp1021, what is the api URL you are trying to use and what is the error number and error message you get? Hide your private api key with a string like "xxxxxx".
رد بواسطة Saulp1021
بتاريخ أكتوبر 9, 2023 في 9:50 مساءا
{ "status_code": 7, "status_message": "Invalid API key: You must be granted a valid key.", "success": false } https://api.themoviedb.org/3/discover/movie
رد بواسطة robbie3999
بتاريخ أكتوبر 9, 2023 في 10:13 مساءا
You need to specify your api key.
For discover movie, you probably also want to specify a filter. For example: