Health · head-to-head
Covid-19 Datenhub vs Covid-19 India
Robert Koch Institute's ArcGIS Hub aggregating dozens of official German COVID-19 datasets — case, death, vaccination, and hospitalisation figures by Kreis and Bundesland — each independently queryable as a standard Esri ArcGIS REST Feature Service rather than through one unified endpoint. A live query against the flagship RKI_COVID19 FeatureServer (services7.arcgis.com) returns Access-Control-Allow-Origin: *, resolving the stored 'unknown' cors to 'yes'.
A volunteer-run archive of India's COVID-19 statistics — state- and district-level confirmed/recovered/deceased counts and vaccination totals — served as JSON (v4 endpoints) and CSV from data.covid19india.org. The original api.covid19india.org project and its per-request JSON routes were deprecated in August 2021 in favor of these v4/CSV endpoints; the data itself is a static historical snapshot, last modified October 2025 per the response headers, not a live daily feed. A live GET against data.covid19india.org returns no Access-Control-Allow-Origin header, resolving the stored 'unknown' cors to 'no'.
| Covid-19 Datenhub | Covid-19 India | |
|---|---|---|
| Authentication | None | None |
| Pricing | free | free |
| Formats | JSON | JSON, CSV |
| CORS | yes | no |
| HTTPS | Yes | Yes |
Covid-19 Datenhub supports CORS, while Covid-19 India doesn't — pick Covid-19 Datenhub for direct browser calls.