uNoGS

FREEMIUM
Verified
От Admin | Обновлено 14 days ago | Entertainment
Популярность

9.8 / 10

Задержка

929ms

Уровень обслуживания

100%

Health Check

N/A

Назад ко всем обсуждениям

Can't find expire date in v2

Rapid account: Gioxx
gioxx
a year ago
As mentioned in thread title: where I can find the expire date for movies/series using API v2 and /search/titles? In v1 I was using the unogsdate parameter.
Thanks in advance.
import requests

url = "https://unogs-unogs-v1.p.rapidapi.com/search/titles"

querystring = {"expiring":"true","country_andorunique":"unique","country_list":"269","order_by":"date_asc"}

headers = {
	"X-RapidAPI-Key": "REDACTED",
	"X-RapidAPI-Host": "unogs-unogs-v1.p.rapidapi.com"
}

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

print(response.text)

Присоединяйтесь к обсуждению – добавьте комментарий ниже:

Войдите / Зарегистрируйтесь, чтобы публиковать новые комментарии