Australian weather API any point, verifiable.
Current conditions and a multi-model forecast consensus for any Australian coordinate or town — cyclone wind, rainfall, temperature — with provenance and an Ed25519 signature on every response.
The call
Keyless over MCP, or one REST call with a free key. Every datapoint is provenance-stamped and citeable.
# REST (free key)
curl -H "X-API-Key: $KEY" "https://dynamicfeed.ai/weather?city=Brisbane"
# MCP (keyless) — point any client at https://dynamicfeed.ai/mcp, then call:
current_weather(city="Brisbane")
Sample response
{ "location": "Brisbane", "temperature_c": 21.4, "wind_kmh": 24.1,
"precipitation_mm": 0.0, "conditions": "Partly cloudy",
"provenance": { "source": "Open-Meteo", "observed_at": "2026-06-10T09:00" } }
Why live data
Weather drives go/no-go decisions across Australian agriculture, aviation, drones, mining and insurance — and after a dispute or an incident, a screenshot of a weather app proves nothing. This serves the live reading with its source and a signature anyone can verify, months later.
Use it for
- Spray-window and frost decisions on farms
- Drone and aviation go/no-go records
- Parametric and weather-certificate evidence
- Any AI agent serving Australian users
FAQ
Which models?
A multi-model consensus — ECMWF, GFS, ICON and more — rather than a single model's guess.
Does it cover cyclone wind?
Yes — wind speed at any Australian coordinate, live; pair with /v1/attest for a signed wind-threshold receipt.
How is it verifiable?
Every response is Ed25519-signed over canonical bytes — verify against /.well-known/keys or at /proof.
Keyless?
MCP is keyless; REST uses a free key.