GET request is not returning any data. Probably because you need to pass some headers.
You can inspect network tab in browser and replace in your get request all headers you see there.
Or you can just go to that url in browser and get that json from DOM text.