import requests headers = { 'X-Luckdata-Api-Key': '' } json_data={} response = requests.get( '/api/Instagram-API/zci0ijv7235n?username=abdallhdev', headers=headers, ) print(response.json())