Find nearest city to coordinates
GET/api/getNearCity
Returns information about the nearest city to the provided coordinates, including name, country code, and location.
Request
Responses
- 200
- 400
- 500
Successful operation, returns nearest city information
Missing or invalid required parameters. lat
and/or lng
must be provided and be valid geographic coordinates.
Server error