An open API service indexing awesome lists of open source software.

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

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).