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 🗺 - PCR-tests - age groups 👶👩🦳👴
⚠️ Rate Limiting: Due to the high traffic on the server the requests are limited to 15 requests every minute. If you need more requests, you can host the server yourself.
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
- Anzahl der wöchentlich durchgeführen PCR-Tests, Anzahl der positiven Tests sowie der Positiv Quote
- Fallzahlen und Todesfälle pro Altersgruppe
- 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
- number of performed PCR-test, number of positive tests and positivity rate
- cases and deaths per age group
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
R value
Testing data
Frozen-Incidence data
Age groups
https://npgeo-corona-npgeo-de.hub.arcgis.com/datasets/23b1ccb051f543a5b526021275c1c6e5_0
- 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)
- Corona Infos für das Berchtesgadener Land mit Zusatzinfos (https://covid.webreload.de/)
- Twitter bot for vaccination numbers (https://twitter.com/impfstatus)
- App Infektionsgeschehen (https://play.google.com/store/apps/details?id=de.geekbits.infektionsgeschehen)
- App: corona-wiki (https://v-braun.github.io/corona-wiki)
- small project to show some data (https://www.corona-zahlen.net/)
- Corona Update Germany Telegram Channel (https://t.me/corona_update_germany), Project can be found here
- Die Corona Zahlen im Frankenjura (https://www.frankenjura.com/frankenjura/corona)
- COVID-19 Impfdauer-Rechner (https://www.impfdauer.de)
- Discord Corona Bot (https://github.com/markxoe/covid-bot)
- COVID-19 Dashboard (https://covid.beyerleinf.de)
- 7-Tage-Inzidenz Verlauf mit Vergleich beliebiger Städte/Länder (https://incidence-trend.web.app/)
- COVID-19 Scriptable Dashboard (https://gist.github.com/marcusraitner/a1b633625d1016498eaaab712461dfc4)
- Corona statistics with diagrams (https://corona.jnebel.de/)
- Twitter account with this API (https://twitter.com/GermanyCovid)
- Corona, what's going on in your county or city (https://chrnoe.de/corona)
- Wordpress Widget zur Anzeige der letzen 3 Inzidenzen für einen Landkreis (https://github.com/p-tenz/widget-7d-incidence)
- Informatives Dashboard, zum schnellen Überblick des Status der Corona-Schutzimpfungen in Deutschland (https://www.impfung.io/)
- Discordbot at (https://germanycovid.de/discord)
rki-covid-api by Marlon Lückert is licensed under CC BY 4.0
Special thanks to @Rubber1Duck for all of his contributions and effort to keep this API running!
And thanks to @shinebar1001 for providing a reverse proxy after the server IP got banned!