Australian-grade data
BOM ACCESS-G blended with ECMWF and GFS. Hyperlocal forecasts down to the suburb.
betterbom API
The same data that powers betterbom.com.au, exposed through a clean REST API. Tiered pricing, monthly billing in AUD, AU data residency.
BOM ACCESS-G blended with ECMWF and GFS. Hyperlocal forecasts down to the suburb.
Served from Vercel's Sydney edge. CDN-cached forecasts, real radar tiles, real warnings.
REST + JSON. If you can talk to WillyWeather or Tomorrow.io, you can talk to us.
Ship an MCP server so Claude, Cursor, and Codex can query your weather directly.
v1, REST, JSON.
/v1/forecast/daily7-day daily forecast/v1/forecast/hourly48-hour hourly forecast/v1/observations/currentNearest-station current obs/v1/warnings/activeActive BOM warnings by state/v1/radar/framesRadar frame manifest for a location/v1/locations/searchLocality / postcode lookupcurl https://api.betterbom.com.au/v1/forecast/daily \
-H "Authorization: Bearer bb_live_••••" \
-G --data-urlencode "lat=-33.8688" \
--data-urlencode "lng=151.2093" \
--data-urlencode "days=7"
Get a sandbox key at /docs. No card required.