Covid-19 Datenhub
APIFree COVID-19 data hub with maps, datasets, and spatial applications
Overview
Covid-19 Datenhub offers RESTful API access to spatial and non-spatial COVID-19 datasets, including case counts, vaccination rates, hospital capacity, and regional spread data. Responses are in JSON/GeoJSON format, enabling seamless integration with mapping tools and analytical platforms. Endpoints support filtering by region, date range, and metric type. Use cases include building interactive dashboards, academic research on pandemic trends, public health monitoring systems, and integrating COVID-19 data into health and policy applications.
Example Integration (JavaScript)
fetch('https://npgeo-corona-npgeo-de.hub.arcgis.com')
.then(res => res.json())
.then(data => console.log(data))
.catch(err => console.error(err)); Key Features
- RESTful API
- GeoJSON/JSON responses
- Spatial data support
- Filterable metrics
- No API key required
Frequently Asked Questions
? Is Covid-19 Datenhub free to use?
Yes, the Covid-19 Datenhub provides free public access to its COVID-19 datasets and API endpoints without subscription fees.
? Does it require an API Key?
No, basic access to the API endpoints does not require an API key, though high-volume or advanced usage may have additional requirements.
? What is the response format?
Responses are primarily in JSON and GeoJSON formats, ideal for spatial analysis and integration with mapping applications.
Top Alternatives
People Also Ask about Covid-19 Datenhub
Tool Info
Pros
- ⊕ Comprehensive COVID-19 datasets
- ⊕ Spatial visualization capabilities
- ⊕ Easy integration with ArcGIS tools
- ⊕ Free public access
Cons
- ⊖ Limited to German regional data
- ⊖ Rate limits for high-volume requests
- ⊖ No real-time data guarantees