Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.
/ corona-bz-api Public archive

An inofficial API for the current data for South Tyrol regarding COVID-19

Notifications You must be signed in to change notification settings

ivansieder/corona-bz-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ivan@sieder.xyz 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)

About

An inofficial API for the current data for South Tyrol regarding COVID-19

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published