hamidrezaramzani / iran-locations-api

a simple api for find city and provinces
https://iran-locations-api.ir/
52 stars 7 forks source link

Get province and city using latitude and longitude #16

Open mma-amini opened 2 weeks ago

mma-amini commented 2 weeks ago

Do you have a web service that can retrieve province and city information using geographic coordinates? For example: iran-locations-api.ir/api/v1/fa/info?lat=37.230325&long=47.450176

{ "name": "آذربايجان شرقی", "center": "تبریز", "latitude": "38.50", "longitude": "46.180", "id": 1, "city": { "name": "ميانه", "latitude": "37.230", "longitude": "47.450", "id": 3 } }

hamidrezaramzani commented 8 hours ago

Thank you for your suggestion! We're currently working on implementing this feature, and your input is greatly appreciated. Stay tuned for updates!

@mma-amini