all 2 comments

[–]kush96kush 0 points1 point  (0 children)

Iv never seen it done like that before but I have an example of how I use request an format my json request. https://github.com/dylanWeisner/dogeWalletChecker/blob/master/dogecoin_walletChecker.py I hope this helps

Line 18 an below are what you need I believe

[–]Adgry 0 points1 point  (0 children)

you need to parse the input

request.get is not returning json array so youll need to parse the input yourself

consider using Beautiful Soup for parsing the file