Guides / how-to-connect-bom-weather-api-australia
AU Federal gov
How to connect BOM JSON weather observations (Australia)
Bureau of Meteorology
The Bureau of Meteorology publishes state and territory observation feeds as JSON under the fwo path. Auth is open-read for these public files; copyright and robots rules still apply, and BOM is explicit about polite use.
This is the weather-related public surface we recommend starting with. Related records include Water Data Online, Climate Data Online, and OPeNDAP/THREDDS.
Steps
- Find the base URL. Use
http://www.bom.gov.au/fwo/— docs at https://www.bom.gov.au/catalogue/data-feeds.shtml#obs-state. - Auth. Catalogued as Open read — none; respect robots/copyright.
- Try an example request.
curl -sI 'http://www.bom.gov.au/fwo/' - Licence. Check publisher terms — not stated on this record. Read the publisher terms before production use.
- base
- http://www.bom.gov.au/fwo/
- docs
- https://www.bom.gov.au/catalogue/data-feeds.shtml#obs-state
- protocol
- Web page
- auth
- Open read — none; respect robots/copyright
- licence
- Licence unclear
- try
- curl -sI 'http://www.bom.gov.au/fwo/'
- checked
- 2026-08-23 · 403 error · 50 ms