About this endpoint
What it does
Performs a reverse location lookup using latitude and longitude passed as query parameters. The endpoint returns a JSON object, but the output schema does not define any fixed response fields.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| lat | Number | Yes | Latitude coordinate in decimal degrees. Minimum: -90, maximum: 90. |
| lon | Number | Yes | Longitude coordinate in decimal degrees. Minimum: -180, maximum: 180. |
| radius_m | Integer | No | Search radius in meters. Default: 1000. Minimum: 50, maximum: 50000. |
Response
Returns a JSON object with no fixed top-level fields defined in the schema. The response schema allows additional properties, so the exact shape is not specified here.