pwr22 / covbot

Matrix bot tracking SARS-COV-2 statistics.
https://matrix.to/#/!awMILboqesCENShaME:shortestpath.dev?via=shortestpath.dev&via=matrix.org&via=thomcat.rocks
MIT License
11 stars 1 forks source link

German RKI Data #20

Open MTRNord opened 4 years ago

MTRNord commented 4 years ago

https://services7.arcgis.com/mOBPykOjAyBO2ZKk/arcgis/rest/services/Coronaf%C3%A4lle_in_den_Bundesl%C3%A4ndern/FeatureServer/0/query?f=json&where=1%3D1&returnGeometry=false&spatialRel=esriSpatialRelIntersects&outFields=*&orderByFields=Fallzahl%20desc&outSR=102100&resultOffset=0&resultRecordCount=25&cacheHint=true

You can get the field "Fallzahl" to get the amount of cases. And "LAN_ew_GEN" is the name of where these cases are.

Because this api is reverse engineered (well I looked in the traffic in firefox) from https://experience.arcgis.com/experience/478220a4c454480e823b17327b2bf1d4 It is your decission to use ot or not :)

MTRNord commented 4 years ago

I think this is the same dataset: https://www.arcgis.com/home/item.html?id=dd4580c810204019a7b8eb3e0b329dd6

pwr22 commented 4 years ago

Thanks, I will take a look at this.