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

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

json_data={}

response = requests.get(
    '/api/douyin-api/HRn3waUJ9YpF?count=20&max_time=0&user_sec_uid=MS4wLjABAAAAG6HPOCDuclgp3ZMRTo63Swx4S7kTnEgP3z4T4K22BFc',
    headers=headers,
    
)
print(response.json())