rki-covid-api icon indicating copy to clipboard operation
rki-covid-api copied to clipboard

🦠🇩🇪📈 An API for the spread of covid-19 in Germany. Data from Robert-Koch-Institut.

Results 44 rki-covid-api issues
Sort by recently updated
recently updated
newest added

Currently there is a problem with the Official-RKI-API. The Official-RKI-API returns error code 400, but this api returns status code 200, when it shouldn't, because there is obviously a problem....

I would also love to have a parameter for the maps, to see the map of a specific date. _Originally posted by @CodeBrauer in https://github.com/marlon360/rki-covid-api/issues/51#issuecomment-753542673_

enhancement

![Bildschirmfoto 2021-11-01 um 11 59 34](https://user-images.githubusercontent.com/11810704/139661845-6e468053-3f43-48a8-b251-a184a418a3eb.png) This chart shows the CPU usage and the memory consumption on the server. The dotted line marks a server restart. The memory consumption increases...

bug
help wanted

To improve performance we should try migrating to fastify.

enhancement

This adds an empty prettier config file. This will lead prettier to use its default configuration even if the developer has their own configuration higher up in the filesystem. I...

Erstellung einer YAML/JSON Beschreibungsdati der API

enhancement

If you look at the [Excel of the RKI](https://www.rki.de/DE/Content/InfAZ/N/Neuartiges_Coronavirus/Daten/Fallzahlen_Kum_Tab.html) the newest incidence value is for **today** calculated from the seven day before (starting with yesterday). However, if I look at...

this would fix #95 There are a few things i am not sure about: 1. is the name `/germany/history/rValue` ok? 2. the first 4 days have a `r-value` of `null`....

npm audit found 8 vulnerabilities (5 moderate, 3 high) output of npm audit ``` === npm audit security report === # Run npm install [email protected] to resolve 2 vulnerabilities ┌───────────────┬──────────────────────────────────────────────────────────────┐...

Seems like time change on Sunday has affected the lastUpdate time, see e.g. Germany https://api.corona-zahlen.org/germany It is now "lastUpdate":"2021-03-28T23:00:00.000Z" though the data is from today (29.03.) Is this an error...