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