import requests headers = { 'X-Luckdata-Api-Key': '' } json_data={} response = requests.get( '/api/imdb/3b330bschr2j?q=game of thr', headers=headers, ) print(response.json())