How to get location information of image from unsplash API?

1.2k Views Asked by At

I am trying to integrate Unsplash API in my android app. Could anyone please let me know if the API supports location where the image has taken (geotagging)? It is available only for a few images as far as I understand. Is it possible to get it for those images which have geotagging?

Regards, Smitha

1

There are 1 best solutions below

2
On BEST ANSWER

Yes, It gives you both image location (where the image was taken) and the user location (where the photographer is)

See get-a-photo API doc. As you see in the doc, sometimes location might be nullable.