import requests headers = { 'X-Luckdata-Api-Key': '' } json_data={} response = requests.get( '/api/tiktok-api/qPjJVd0SOgKm?count=10®ion=JP', headers=headers, ) print(response.json())