'Where to put x api key while fetching from server

I am trying hit following link Actual link from requests and python, since it is Javascript I dont want to use selenium for automation. I know it uses api in backend, However I am not sure where to put key in url it has x-api-key for following url , I tried using ?x_api_key='key' in request header still not working Api Link



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source