Closed maurermax closed 2 years ago
https://api.corona-zahlen.org/germany now also throws a similar error:
{
"error": {
"message": "An error occurred while fetching external data.",
"url": "https://raw.githubusercontent.com/robert-koch-institut/COVID-19-Hospitalisierungen_in_Deutschland/master/.zenodo.json",
"details": "Request failed with status code 404",
"response": "404: Not Found"
}
}
It seems the structure has changed here also.
created a potential fix here: https://github.com/marlon360/rki-covid-api/pull/466
When doing a
GET https://api.corona-zahlen.org/vaccinations
an error object is being returnedseems like this path changed to
https://raw.githubusercontent.com/robert-koch-institut/COVID-19-Impfungen_in_Deutschland/master/Metadaten/zenodo.json
instead