登入
請求頭
參數
LuckData API-Key
Please Input
LuckData API-Host
Please Input
本測試默認消耗 1 個積分
接口描述
Search Video
Code Snippets
Example Responses
Results
Target:
Python
Client:
requests
import requests

headers = {
    'X-Luckdata-Api-Key': ''
}

json_data={}

response = requests.get(
    '/api/douyin-api/5Sb8riP02gzQ?count=10&offset=0&keyword=邓紫棋北京鸟巢演唱会&search_id=&publish_time=None',
    headers=headers,
    
)
print(response.json())