GET vaccine/coverage/countries/{country}

disease.sh:covid-19-api-disease.sh

Summary: Get vaccine coverage data for a specific country
Operation ID: getVaccineCoverageCountry
Auth: none

Returns vaccination coverage data for a specific country. The response includes the country name and a timeline of cumulative vaccine doses administered over time. This is the single-country equivalent of /vaccine/coverage/countries, useful when you need vaccination data for one specific nation. Use the `fullData` parameter to get additional details about the vaccination campaign.

Original spec description

Returns COVID-19 vaccination data for a specific country.

Usage Tips

- Query by country name, ISO2, or ISO3: /vaccine/coverage/countries/USA - Use `lastdays` to control the time range (default: 30) - Set `fullData=true` to get additional vaccination metrics beyond just the timeline - The timeline shows cumulative doses, not people fully vaccinated - Not all countries report vaccination data - you may get an empty response for some nations

Parameters (3)

country (string, path, required)

Country name, ISO2, or ISO3 code

fullData (string, query, optional)

Return full timeline data

Constraints: {'enum': ['true', 'false']}

lastdays (integer, query, optional, default: 30)

Number of days to return (default: 30)

Examples (1)

TitleTypeURLAction
Get COVID-19 vaccine coverage data for USA probe-gate https://disease.sh/v3/covid-19/vaccine/coverage/countries/USA

No probe data for this endpoint yet.