A JSON Rest API to query all relevant corona data for Germany based on the figures of the Robert Koch-Institut.
cases 🤧 - deaths ☠️ - recovered 🟢 - R value 📈 - week incidence 📅 - time series 🗓 - states - districts - vaccinations 💉 - maps 🗺
If you use this API, please consider supporting me:
- Anzahl der Infektionen, Todesfälle, Genesenen
- 7-Tage-Inzidenz Wert
- Neuinfektionen, neue Todesfälle, neue Genesene (Differenz zum Vortag)
- R-Wert (Reproduktion)
- Impfquote
- Werte für jedes Bundesland und jeden Landkreis
- historische Daten für Deutschland, jedes Bundesland and jeden Landkreis
- Karten mit Bundesländern und Landkreisen
- cases, deaths, recovered
- week incidence
- new cases, deaths, recovered (difference to yesterday)
- R value (reproduction)
- vaccinations
- data per state and district
- time series for every state and district
- maps for states and districts
Time series data
https://npgeo-corona-npgeo-de.hub.arcgis.com/datasets/dd4580c810204019a7b8eb3e0b329dd6_0
States data
https://npgeo-corona-npgeo-de.hub.arcgis.com/datasets/ef4b445a53c1406892257fe63129a8ea_0
Districts data
https://npgeo-corona-npgeo-de.hub.arcgis.com/datasets/917fc37a709542548cc3be077a786c17_0
Vaccination data
https://www.rki.de/DE/Content/InfAZ/N/Neuartiges_Coronavirus/Daten/Impfquoten-Tab.html
- Docker runtime
- Docker compose
- Setup docker-compose.yml:
version: "3.8"
networks:
redis-net:
services:
redis:
image: redis
container_name: cache
expose:
- 6379
networks:
- redis-net
rki-api:
image: marlon360/rki-covid-server:v2
ports:
- "8080:3000"
depends_on:
- redis
environment:
- REDIS_URL=redis
networks:
- redis-net
- Start Server:
docker-compose up
Now you can access the server at http://localhost:8080
.
Add your project by opening an issue with your project details!
- CoronaBot Deutschland (https://twitter.com/CoronaBot_DEU)
- Fallzahlen Aktuell - Inzidenz & mehr aus DE (https://play.google.com/store/apps/details?id=com.kokoschka.michael.casestoday&hl=de)
- Home Assistant Integration (https://github.com/thebino/rki_covid)
- Corona Charts für Deutschland (https://corona.maximilianhaindl.de)
rki-covid-api by Marlon Lückert is licensed under CC BY 4.0