How do I get the country of flickr images using flickr.photos.search?

I have the following url:

https://api.flickr.com/services/rest/?method=flickr.photos.search&license=1,2,4,7&has_geo=1&extras=original_format,description,date_taken,geo,date_upload,owner_name,place_url,tags&format=json&nojsoncallback = 1 & api_key = c55f5a419863413f77af53764f86bd66

And it returns some geolocation information like latitude, longitude, place_id and woeid. But it doesn't send the country directly.

Although I can get the country by reverse geocoding, it is lat, long. But in this case it needs a separate API, a network call for each image, which I don't want to do.

So, is there any way I can get the country from the above API call (or modified)

+3


source to share





All Articles