I made a new Python Library called 'apilookup'. You can use it to simplify API requests (more details on my GitHub) GitHub: https://github.com/hamdivazim/apilookup PyPi: https://pypi.org/project/apilookup/ Use this command in your terminal for easy download: $ pip install apilookup If that doesn't work, try: $ py -m pip install apilookup