About this endpoint
What it does
Looks up an address from geographic coordinates. It accepts lat and lon as query parameters and returns a JSON object; the detailed response fields are not defined in the schema, so the shape may include additional properties.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| lat | Number | Yes | Latitude coordinate. Must be between -90 and 90. |
| lon | Number | Yes | Longitude coordinate. Must be between -180 and 180. |
Response
Returns a JSON object containing the input coordinates, the nearest matching address, and attribution information.