Numerical weather, astronomy, cloud-cover, and meteogram forecasts worldwide.
Astro Forecast
ASYNCREADNo auth
Returns the astronomy seeing forecast for given coordinates with sunrise, sunset, and chart links.
ParametersFormJSON
Longitude in decimal degrees for the forecast location
Latitude in decimal degrees for the forecast location
UI language code (e.g. en)
Altitude correction flag (0 or 1)
Unit system for display (metric or british)
Timezone shift in hours relative to UTC
Optional site label passed through to the forecast page
cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \ -X POST \ -H "X-API-Key: $ANAKIN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "action_id": "act_7timer_astro_forecast_page", "params": { "lon": "77.583", "lat": "12.983", "lang": "en", "ac": "0", "unit": "metric", "tzshift": "0" } }'