import json http = urllib3.PoolManager() r = http.request('GET', 'http://httpbin.org/ip') json.loads(r.data.decode('utf-8'))