Skip to content

A very basic API for data from German Government’s COVID-19 Vaccination Dashboard.

Notifications You must be signed in to change notification settings

karabays/impf-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

impf-API

URL: http://www.impf-api.xyz/

API Docs: http://www.impf-api.xyz/docs

A simple api to serve data from https://impfdashboard.de/ built with FastAPI.

Deploy

Data Update

First run the dldata.py file to download the data and setup cron job to check data periodically.

46 * * * * python3 /home/ubuntu/impf-api/dldata.py >/dev/null 2>&1

Running

Run the application. Also better use the start.sh script.

uvicorn app.main:app

API Reference

Really simple api with 3 endpoints.

For States, send a query with 2 digit state_code.

State Code Name
BW Baden-Württemberg
BY Bayern
BE Berlin
BB Brandenburg
HB Bremen
HH Hamburg
HE Hessen
MV Mecklenburg-Vorpommern
NI Niedersachsen
NW Nordrhein-Westfalen
RP Rheinland-Pfalz
SL Saarland
SN Sachsen
ST Sachsen-Anhalt
SH Schleswig-Holstein
TH Thüringen

For testing and more information http://www.impf-api.xyz/docs

About

A very basic API for data from German Government’s COVID-19 Vaccination Dashboard.

Resources

Stars

Watchers

Forks