unogsNG

FREEMIUM
(Ким) Admin | Оновлено hace 4 días | Media
Популярність

9.7 / 10

Затримки

372ms

Рівень обслуговування

100%

Health Check

N/A

Повернутися до всіх обговорень

{"message":"You are not subscribed to this API."}

Rapid account: Twfyqbhyry 4
twfyqbhyry4
hace 3 años

i am trying to use the api with the same code given in the website with my api and it returns the messege: {“message”:“You are not subscribed to this API.”}

import requests

url = “https://unogsng.p.rapidapi.com/search

querystring = {“start_year”: “1972”, “orderby”: “rating”, “audiosubtitle_andor”: “and”, “limit”: “100”, “subtitle”: “english”,
“countrylist”: “78,46”, “audio”: “english”, “country_andorunique”: “unique”, “offset”: “0”, “end_year”: “2019”}

headers = {
‘x-rapidapi-host’: “unogsng.p.rapidapi.com”,
‘x-rapidapi-key’: “my_api_key”
}

response = requests.request(“GET”, url, headers=headers, params=querystring)

print(response.text)

Приєднуйтесь до обговорення — додайте повідомлення нижче:

Вхід / Реєстрація, щоб публікувати нові повідомлення