Sunset Predictor
**Will tonight's sunset be worth watching?** Sunset Predictor answers that with a single **0–100 quality score** for any location on Earth, today through **5 days ahead**. The score is computed from live weather and atmospheric data, not a guess: - Cloud cover (low / mid / high layers) - Humidity & dew point - Visibility & aerosol optical depth (haze) - Air quality (AQI) - Wind speed & direction…
Sunset Predictor endpoints
| Method | Endpoint | Description |
|---|---|---|
| Predictions | ||
| GET |
getPrediction /api/v1/predict |
Predicts the quality of a sunset for a location and date, scored 0-100 from cloud cover, humidity, visibility, air quality, wind, and precipitation. Pass either `lat`+`lon` or… |
| Cities | ||
| GET |
searchCities /api/v1/cities |
Search cities by name. Returns matching cities with coordinates you can feed into /api/v1/predict. |
| GET |
reverseGeocode /api/v1/cities/reverse |
Get a city name from coordinates. |
| Health | ||
| GET |
ping /ping |
Lightweight liveness probe. No authentication, no I/O. Returns 200 while the service is up. |
| Other endpoints | ||
| GET |
getPrediction /api/v1/predict |
Predicts the quality of a sunset for a given location based on weather conditions including cloud cover, humidity, visibility, wind, and precipitation. External callers must… |
| GET |
getAiInfo /api/ai-info |
Provides information about the service for AI agents including capabilities, API endpoints, and usage examples. |
| GET |
getApiKeyUsage /api/v1/usage |
Returns the calling API key's daily quota status and per-day history. Requires the `usage:read` scope. The call itself consumes one request from today's quota. |
| GET |
ping /ping |
Lightweight liveness probe for load balancers and uptime monitors. Does no I/O and requires no authentication. Returns 200 while the app process is serving requests. |
| GET |
searchCities /api/v1/cities |
Search for cities by name. Returns matching cities with coordinates. |
| GET |
reverseGeocode /api/v1/cities/reverse |
Get city name from coordinates (reverse geocoding). |
Sunset Predictor pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $9.99 / month | 10 / second |
|
| ULTRA | $29.99 / month | 20 / second |
|