Australia's weather service - forecasts, observations, radar, and severe weather warnings.
Daily Forecast Grid
ASYNCREADNo auth
Returns a multi-day weather forecast for a forecast grid cell.
ParametersFormJSON
Forecast grid X coordinate from place detail
Forecast grid Y coordinate from place detail
IANA timezone for local forecast times (from place detail)
cost: 1 credit · 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_bom_gov_au_daily_forecast_grid", "params": { "grid_x": "658", "grid_y": "223", "timezone": "Australia/Sydney" } }'