actech’s app does a perfect job in retrieving the ‘name’ property of your JSON response.
If you’re new to APIs, try checking out this tutorial I just wrote that talks the reader through using a Location API to get the name of the country where a given latitude/longitude point is located.
Because they’re both based around Location APIs, you might find the information in it useful for understanding your API.