owid/covid-19-data archival panel on GitHub. The upstream dataset is frozen but remains the canonical cross-country COVID-19 reference compiled from Johns Hopkins CSSE, WHO, and national health agencies. Returns daily rows with new_cases, new_deaths, total_cases, total_deaths. Licence: CC BY 4.0 with upstream attribution.x-api-key: ********************curl --location '/api/v1/owid/covid?country=United%20States&start_date=2022-01-01&end_date=2022-12-31' \
--header 'x-api-key: <api-key>'{
"data": {
"source": "owid-covid-data",
"country": "string",
"rows": [
{
"country": "string",
"code": "string",
"date": "string",
"year": 0,
"new_cases": 0,
"new_deaths": 0,
"total_cases": 0,
"total_deaths": 0
}
],
"count": 0,
"attribution": {
"licence": "CC BY 4.0",
"attribution": "string",
"source_name": "string",
"citation_short": "string",
"citation_long": "string"
}
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true
}
}