GET /estonian-health/vaccination
Vaccination coverage data by county, age group, and gender for various diseases in Estonia.
limit
optional
default: 100
Max results
offset
optional
default: 0
Offset
| Name | Required | Default | Description |
|---|---|---|---|
limit |
No | 100 | Max results |
offset |
No | 0 | Offset |
curl "https://nordapi.ee/api/v1/estonian-health/vaccination?limit=10"
{
"count": 10,
"data": [
{
"AgeGroupFilter": "AgeGroup1",
"Agegroup": "8-19",
"DosesAdministered": 0,
"Gender": "Total",
"Id": 1532399,
"ModifiedAt": "2026-02-23T10:34:19+02:00",
"PatientCounty": "Saare maakond",
"PatientCountyEHAK": "0074",
"TargetDisease": "dengue palavik",
"TargetDiseaseCode": "218",
"VaccinatedPersonsCountPerYear": 0,
"VaccinationDate": "2021-06-27",
"VaccinationType": "Revaccination",
"Valid": true
},
{
"AgeGroupFilter": "AgeGroup1",
"Agegroup": "Unknown",
"DosesAdministered": 0,
"Gender": "Total",
"Id": 1504248,
"ModifiedAt": "2026-02-23T10:34:19+02:00",
"PatientCounty": "Ida-Viru maakond",
"PatientCountyEHAK": "0045",
"TargetDisease": "koolera",
"TargetDiseaseCode": "206",
"VaccinatedPersonsCountPerYear": 0,
"VaccinationDate": "2021-06-24",
"VaccinationType": "Vaccination ",
"Valid": true
},
{
"AgeGroupFilter": "AgeGroup1",
"Agegroup": "20-59",
"DosesAdministered": 0,
"Gender": "Total",
"Id": 1516560,
"ModifiedAt": "2026-02-23T10:34:19+02:00",
"PatientCounty": "Unknown",
"PatientCountyEHAK": "Unknown",
"TargetDisease": "Ahvirõuged",
"TargetDiseaseCode": "220",
"VaccinatedPersonsCountPerYear": 0,
"VaccinationDate": "2021-06-25",
"VaccinationType": "Revaccination",
"Valid": true
},
{
"AgeGroupFilter": "AgeGroup1",
"Agegroup": "60+",
"DosesAdministered": 0,
"Gender": "Total",
"Id": 1515685,
"ModifiedAt": "2026-02-23T10:34:19+02:00",
"PatientCounty": "Valga maakond",
"PatientCountyEHAK": "0081",
"TargetDisease": "jaapani entsefaliit",
"TargetDiseaseCode": "214",
"VaccinatedPersonsCountPerYear": 0,
"VaccinationDate": "2021-06-25",
"VaccinationType": "Revaccination",
"Valid": true
},
{
"AgeGroupFilter": "AgeGroup1",
"Agegroup": "8-19",
"DosesAdministered": 0,
"Gender": "Total",
"Id": 1506326,
"ModifiedAt": "2026-02-23T10:34:19+02:00",
"PatientCounty": "Rapla maakond",
"PatientCountyEHAK": "0071",
"TargetDisease": "rõuged",
"TargetDiseaseCode": "215",
"VaccinatedPersonsCountPerYear": 0,
"VaccinationDate": "2021-06-24",
"VaccinationType": "Vaccination ",
"Valid": true
},
{
"AgeGroupFilter": "AgeGroup1",
"Agegroup": "0-7",
"DosesAdministered": 0,
"Gender": "Total",
"Id": 1524698,
"ModifiedAt": "2026-03-03T10:23:02+02:00",
"PatientCounty": "Viljandi maakond",
"PatientCountyEHAK": "0084",
"TargetDisease": "punetised",
"TargetDiseaseCode": "108",
"VaccinatedPersonsCountPerYear": 190,
"VaccinationDate": "2021-06-26",
"VaccinationType": "Vaccination ",
"Valid": false
},
{
"AgeGroupFilter": "AgeGroup2",
"Agegroup": "Unknown",
"DosesAdministered": 0,
"Gender": "Male",
"Id": 1499984,
"ModifiedAt": "2026-02-23T10:34:19+02:00",
"PatientCounty": "Hiiu maakond",
"PatientCountyEHAK": "0039",
"TargetDisease": "HPV-nakkus",
"TargetDiseaseCode": "203",
"VaccinatedPersonsCountPerYear": 0,
"VaccinationDate": "2021-06-23",
"VaccinationType": "Vaccination ",
"Valid": true
},
{
"AgeGroupFilter": "AgeGroup2",
"Agegroup": "0-6",
"DosesAdministered": 0,
"Gender": "Unknown",
"Id": 1502176,
"ModifiedAt": "2026-02-23T10:34:19+02:00",
"PatientCounty": "Tartu maakond",
"PatientCountyEHAK": "0079",
"TargetDisease": "HPV-nakkus",
"TargetDiseaseCode": "203",
"VaccinatedPersonsCountPerYear": 0,
"VaccinationDate": "2021-06-23",
"VaccinationType": "Revaccination",
"Valid": true
},
{
"AgeGroupFilter": "AgeGroup1",
"Agegroup": "Unknown",
"DosesAdministered": 0,
"Gender": "Total",
"Id": 1505002,
"ModifiedAt": "2026-02-23T10:34:19+02:00",
"PatientCounty": "Lääne maakond",
"PatientCountyEHAK": "0056",
"TargetDisease": "pneumokokk-infektsioon",
"TargetDiseaseCode": "210",
"VaccinatedPersonsCountPerYear": 0,
"VaccinationDate": "2021-06-24",
"VaccinationType": "Revaccination",
"Valid": true
},
{
"AgeGroupFilter": "AgeGroup1",
"Agegroup": "8-19",
"DosesAdministered": 0,
"Gender": "Total",
"Id": 1520904,
"ModifiedAt": "2026-02-23T10:34:19+02:00",
"PatientCounty": "Harju maakond",
"PatientCountyEHAK": "0037",
"TargetDisease": "tuulerõuged",
"TargetDiseaseCode": "213",
"VaccinatedPersonsCountPerYear": 32,
"VaccinationDate": "2021-06-26",
"VaccinationType": "Vaccination ",
"Valid": true
}
],
"success": true
}