import requests headers = { 'X-Luckdata-Api-Key': '' } json_data={} response = requests.get( '/api/douyin-api/OrMfHx5bJsPF?count=10&offset=0&video_id=6993228049399549198', headers=headers, ) print(response.json())