Cirrosense API Documentation
Cirrosense is a REST API that delivers current and forecasted weather data in JSON format.
The API is designed to be simple to integrate and consistent to consume. Most users can make their first successful request within minutes by following the Quick Start guide, which walks through authentication and a minimal example request.
If you already know what you're looking for, you can jump directly to the relevant section below.
Endpoints
| Endpoint | Description | Links |
|---|---|---|
| /current | Returns current weather conditions for a given location | Documentation |
| /forecast | Returns daily and/or hourly weather forecast for a given location | Documentation |
| /geocode | Returns a list of locations matching the given place name | Documentation |