About this endpoint
What it does
Returns reverse-geocoding results for the provided latitude and longitude coordinates. The response contains structured location information and may include provider-specific fields.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| lat | Number | Yes | Latitude. Must be between -90 and 90. |
| lon | Number | Yes | Longitude. Must be between -180 and 180. |
| include_poi | Boolean | No | Whether to include points of interest. Default: false. |
Response
Returns a JSON object containing the resolved location information. Since the provider may return additional location-specific fields, the response schema is intentionally flexible and should not be treated as a fixed field list.