This answer states that:
Once it is submitted, your job will be in queue. You will have to request by GET this job ID to get the answer from the backend. The GET URL is: https://quantumexperience.ng.bluemix.net/api/Jobs/execution_id. You will get another JSON answer (put it in a
r_jsonvariable). If it has theqasmsitem, see ifr_json['qasms'][0]has aresultitem and you will get the result of the submission.
But when I download it with python, I got a HTML but not JSON. When I open this URL in Chrome, I just enter https://quantum-computing.ibm.com/
The question I meet is there are too many circuit need to run (19200 circuit). But One task can take 64 circuit. (When I try 96 circuit, it fail) So I have to create 300 tasks. Download these result one by one is not easy, so I want a URL. If someone can tell me how to download 300 results quickly or how to run more circuit in One task. It also really helpful. Thank you very much.