The official source of the data has stated that the publication of data related to the corona virus will be discontinued on the 31.12.2022. With the data also this API/Parser will come to an end and has hopefully never to be used again.
An inofficial parser and API for COVID-19-Data of South Tyrol from the website https://www.provinz.bz.it/sicherheit-zivilschutz/zivilschutz/aktuelle-daten-zum-coronavirus.asp. The data gets parsed daily and supplied via https://16flotho.github.io/corona-bz-parser/
The data is additionally posted on Twitter on the Account @CovidSuedtirol
Currently no hospital data can be fetched because no data is available
Use https://16flotho.github.io/corona-bz-parser/data/<date>.json
to get the data of the specified date.
The field date
must be in the format DD.MM.YYYY
The badge below shows if there todays data is already parsed and available:
- Green: Todays data is fetched and available in the API
- Red: Todays data is not available yet.
Clone the repo
npm install
node corona-bz-parser.js
If data was fetched sucessfully an new file was generated at data/<todays-date>.json
. If not a corresponding message is shown.