About this endpoint
What it does
Returns climate exposure information for a coordinate-based lookup using latitude and longitude, with an optional search radius in meters.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| lat | Number | Yes | Latitude coordinate. Minimum -90, maximum 90. |
| lon | Number | Yes | Longitude coordinate. Minimum -180, maximum 180. |
| radius_m | Integer | No | Search radius in meters. Default 2000. Minimum 100, maximum 50000. |
Response
Returns a JSON object whose exact top-level fields are not defined in the schema. The response is an object with additional properties allowed, but the schema does not specify any named response fields.
| Parameter | Type | Mandatory | Description |
|---|