I'm doing pythonAPI exercises, and this is my completed API address:
http://api.juheapi.com/japi/toh?key=10245c2b75fa03d527204967ef7291cb&v=1.0&month=07&day=05
If you use the browser to open, the correct JSON file is displayed.but i cant't get correct result using the following codecode .
page = urllib.urlopen(url)
html = page.read()
dic_json = json.loads(html)
print dic_json