Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Latest commit

 

History

History
61 lines (47 loc) · 3.45 KB

README.md

File metadata and controls

61 lines (47 loc) · 3.45 KB

COVID-19 South Tyrol API

Deployment

Disclaimer: inofficial ¯\(ツ)

Visualization: chart.corona-bz.simedia.cloud

Scrapes the data from http://www.provinz.bz.it/sicherheit-zivilschutz/zivilschutz/aktuelle-daten-zum-coronavirus.asp, so let's hope they never change the structure so it continues to work. However, if it doesn't work anymore, please just write me [email protected] or even better: open a github issue.

The data from the number of tests and number of tested people has been manually added from each press release.

Links

JSON: http://api.corona-bz.simedia.cloud/?format=json

CSV (keys are sorted alphabetically): http://api.corona-bz.simedia.cloud/?format=csv

Information

For the quotient to calculate the 7-day-incidence, 533439 has been used as the inhabitants count from the ASTAT (https://astat.provinz.bz.it/de/bevoelkerung.asp)

Changelog

2021-10-28

  • removed positiveTested
  • removed newPositiveAntigenTests
  • added totalPositiveTested (positive PCR and Antigen tests together)

2021-02-27

  • removed currentlyPositiveTested and newCurrentlyPositiveTested, because it's not aligned with the province's data anymore and they started calculating those data twice per day and it's not feasible to maintain this anymore.

2020-12-30

  • added newTotalNumberTests (PCR and Antigen tests together)
  • added newTotalPositiveTested (positive PCR and Antigen tests together)
  • added sevenDaysIncidencePerOneHundredThousandTotalPositiveTested (7-day-incidence per 100.000 inhabitants of total positive tested, including PCR and Antigen tests)

2020-11-30

  • added sevenDaysAverageNumberHospitalizedPeople
  • added sevenDaysIncidencePerOneHundredNumberHospitalizedPeople
  • added sevenDaysAverageNumberIntensiveTherapy
  • added sevenDaysIncidencePerOneHundredNumberIntensiveTherapy

2020-11-28

  • added sevenDaysAverageDeceased (7-day-average of deceased people)
  • added sevenDaysIncidencePerOneHundredThousandPositiveTested (7-day-incidence per 100.000 inhabitants of positive tested)
  • added sevenDaysIncidencePerOneHundredThousandNumberTests (7-day-incidence per 100.000 inhabitants of number of tests)
  • added sevenDaysIncidencePerOneHundredNumberTestedPeople (7-day-incidence per 100.000 inhabitants of tested people)
  • added sevenDaysIncidencePerOneHundredDeceased (7-day-incidence per 100.000 inhabitants of deceased)
  • added newNumberAntigenTests
  • added newPositiveAntigenTests

2020-11-03

  • added quarantinedPeople (amount of people in quarantine)
  • added newQuarantinedPeople (amount of new quarantined people since the day before)

2020-10-17

  • added numberHospitalizedPeople (amount of hospitalized people)
  • added newNumberHospitalizedPeople (amount of new hospitalized people since the day before)
  • added numberIntensiveTherapy (amount of people in intensive therapy)
  • added newNumberIntensiveTherapy (amount of new people in intensive therapy since the day before)

2020-10-16

  • added sevenDaysAveragePositiveTested (7-day-average of positive tested)
  • added sevenDaysAverageNumberTests (7-day-average of number of tests)
  • added sevenDaysAverageNumberTestedPeople (7-day-average of number of tested people)