https://github.com/trickypr/bom-weather-docs
Unofficial documentation for the http Australian weather API provided by BOM
https://github.com/trickypr/bom-weather-docs
api-docs australia australia-bureau-of-meteorology bom bom-weather bom-weather-docs bureau-of-meteorology weather weather-api
Last synced: about 2 months ago
JSON representation
Unofficial documentation for the http Australian weather API provided by BOM
- Host: GitHub
- URL: https://github.com/trickypr/bom-weather-docs
- Owner: trickypr
- License: cc0-1.0
- Created: 2020-11-07T07:05:17.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-01-25T07:33:49.000Z (about 2 months ago)
- Last Synced: 2026-01-25T21:54:42.064Z (about 2 months ago)
- Topics: api-docs, australia, australia-bureau-of-meteorology, bom, bom-weather, bom-weather-docs, bureau-of-meteorology, weather, weather-api
- Language: JavaScript
- Homepage: https://weather-docs.fushra.com/
- Size: 671 KB
- Stars: 25
- Watchers: 6
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Important
BoM has added the following header to the api requests:
> This Application Programming Interface (API) is owned by the Bureau of Meteorology (Bureau). You must not use, copy or share this API without express permission from the Bureau. Please contact us for more information. Follow this link http://www.bom.gov.au/inside/contacts.shtml to view our contact details.
I will be contacting BoM after my exams to determine the fate of this repository. Please contact them before using this api.
# BoM Weather Docs
Unofficial documentation for the new bom http api extracted from the api.weather.bom.gov.au. This is from reverse engineering and the status of the API might change, breaking these docs.
The current API endpoint is: [https://api.weather.bom.gov.au/v1/](https://api.weather.bom.gov.au/v1/)
## Contents
- [Location search](./docs/search.md)
- [Location information](./docs/locationInformation.md)
- [Forecasts](./docs/forecasts.md)
- [Observations](./docs/observations.md)
- [Warnings](./docs/warnings.md)
---
© [TrickyPR](https://github.com/trickypr) 2020-2022 under [CC0 1.0 Universal](https://github.com/trickypr/bom-weather-docs/blob/main/LICENSE).