Neural.1824:

I’m very new to using JSON, but have do have some limited experience with API’s (worked with the Eve Online API in the past).

So far I have successfully pulled static data off of a file on my hard drive, and displayed it. I have also successfully gone through tutorials on pulling API data from an external source, but when I move to use the GW2 API, things go blank.

Is there some additional code needed to get the data from the GW2 API? Are there any tutorials specific to the GW2 API? It just seems odd that things work fine until I use the sample URL from the wiki.

DarkMagister.7429:

I’d say that EVE API is a very different thing, at least in those parts I worked with it
What access point do you use for testing?
My drill for initial testing was:
1. Copy the link from wiki and open in my brower
2. Generate the link I needed in the program, copy it and check in the browser that it works fine.
3. Show the downloaded JSON as text
4. Try to interpret the JSON.

This will at least allow you to see the stage you have a problem at.

Neural.1824:

Displaying the response as text is a good idea. I’ll see what I can get out of that. I suspect that it’s just not getting the data, but will see what turns up. Thx.