About this endpoint
What it does
Returns the climate score for a coordinate pair supplied as query parameters. The request takes latitude and longitude and responds with a JSON object; the detailed response fields are not yet defined in the schema.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| lat | Number | Yes | Latitude in decimal degrees. Minimum -90, maximum 90. |
| lon | Number | Yes | Longitude in decimal degrees. Minimum -180, maximum 180. |
Response
Returns a JSON object. The schema does not define fixed top-level response fields; additionalProperties: true means the response shape may include properties beyond those captured in the schema.



