ClimaCell API
Number of APIs: 18
The ClimaCell REST API provides access to high resolution weather data for locations across the U.S., with global data coming soon. It uses HTTPS, and requires an access token (???Key???). The API requests carry query parameters, and the responses return results in JSON format.
Contact Support: Name: No Contact Email: email@example.com
-
locations - Get Locations GET {{baseUrl}}/locations?limit=<>&offset=<>
-
locations - Get Locations Location GET {{baseUrl}}/locations/:location_id
-
groups-{group id}-members - Get Groups Group Members GET {{baseUrl}}/groups/:group_id/members?limit=<>&offset=<>
-
groups - Get Groups GET {{baseUrl}}/groups?limit=<>&offset=<>
-
webhooks - Get Webhooks GET {{baseUrl}}/webhooks?limit=<>&offset=<>
-
alerts - Get Alerts Alert GET {{baseUrl}}/alerts/:alert_id
-
alerts - Get Alerts GET {{baseUrl}}/alerts?limit=<>&offset=<>
-
Post Historical POST {{baseUrl}}/historical
-
Post Simple Weather POST {{baseUrl}}/simple_weather
-
Post Realtime POST {{baseUrl}}/realtime