Summary: Get global vaccine coverage data Operation ID: getVaccineCoverage Auth: none
Returns global COVID-19 vaccination coverage over time. The response is a date-indexed object where each key is a date (in M/D/YY format) and the value is the cumulative number of vaccine doses administered worldwide up to that date. This endpoint tracks the worldwide vaccination campaign progress, showing total doses rather than unique people vaccinated (since many vaccines require multiple doses).
Original spec description
Returns COVID-19 vaccination data worldwide.
Usage Tips
- Use `lastdays` parameter to control the time range (default: 30, max: 1000, or 'all')
- Dates are in M/D/YY format (e.g., "1/15/21") without leading zeros
- Values represent total cumulative doses administered globally, not people fully vaccinated
- Data updates periodically and may have a few days delay
- The response is a flat object with date keys, not an array
Parameters (1)
lastdays(integer, query, optional, default: 30)
Number of days to return (default: 30, max: 1000)
Examples (1)
Title
Type
URL
Action
Get global COVID-19 vaccine coverage data over time