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": "AgeGroup2",
"Agegroup": "Unknown",
"DosesAdministered": 0,
"Gender": "Total",
"Id": 12587872,
"ModifiedAt": "2026-02-23T10:34:19+02:00",
"PatientCounty": "Viljandi maakond",
"PatientCountyEHAK": "0084",
"TargetDisease": "pneumokokk-infektsioon",
"TargetDiseaseCode": "210",
"VaccinatedPersonsCountPerYear": 0,
"VaccinationDate": "2024-12-27",
"VaccinationType": "Revaccination",
"Valid": true
},
{
"AgeGroupFilter": "AgeGroup2",
"Agegroup": "Unknown",
"DosesAdministered": 0,
"Gender": "Total",
"Id": 12568314,
"ModifiedAt": "2026-02-23T10:34:19+02:00",
"PatientCounty": "Jõgeva maakond",
"PatientCountyEHAK": "0050",
"TargetDisease": "tuulerõuged",
"TargetDiseaseCode": "213",
"VaccinatedPersonsCountPerYear": 0,
"VaccinationDate": "2024-12-25",
"VaccinationType": "Vaccination ",
"Valid": true
},
{
"AgeGroupFilter": "AgeGroup1",
"Agegroup": "20-59",
"DosesAdministered": 0,
"Gender": "Total",
"Id": 12567249,
"ModifiedAt": "2026-02-23T10:34:19+02:00",
"PatientCounty": "Unknown",
"PatientCountyEHAK": "Unknown",
"TargetDisease": "teetanus",
"TargetDiseaseCode": "109",
"VaccinatedPersonsCountPerYear": 0,
"VaccinationDate": "2024-12-25",
"VaccinationType": "Vaccination ",
"Valid": true
},
{
"AgeGroupFilter": "AgeGroup1",
"Agegroup": "20-59",
"DosesAdministered": 0,
"Gender": "Total",
"Id": 12558626,
"ModifiedAt": "2026-02-23T10:34:19+02:00",
"PatientCounty": "Unknown",
"PatientCountyEHAK": "Unknown",
"TargetDisease": "rõuged",
"TargetDiseaseCode": "215",
"VaccinatedPersonsCountPerYear": 0,
"VaccinationDate": "2024-12-24",
"VaccinationType": "Vaccination ",
"Valid": true
},
{
"AgeGroupFilter": "AgeGroup1",
"Agegroup": "Unknown",
"DosesAdministered": 0,
"Gender": "Total",
"Id": 12556591,
"ModifiedAt": "2026-02-23T10:34:19+02:00",
"PatientCounty": "Pärnu maakond",
"PatientCountyEHAK": "0068",
"TargetDisease": "B-viirushepatiit",
"TargetDiseaseCode": "101",
"VaccinatedPersonsCountPerYear": 0,
"VaccinationDate": "2024-12-24",
"VaccinationType": "Vaccination ",
"Valid": true
},
{
"AgeGroupFilter": "AgeGroup1",
"Agegroup": "60+",
"DosesAdministered": 0,
"Gender": "Total",
"Id": 12593207,
"ModifiedAt": "2026-02-23T10:34:19+02:00",
"PatientCounty": "Unknown",
"PatientCountyEHAK": "Unknown",
"TargetDisease": "kollapalavik",
"TargetDiseaseCode": "205",
"VaccinatedPersonsCountPerYear": 0,
"VaccinationDate": "2024-12-28",
"VaccinationType": "Vaccination ",
"Valid": true
},
{
"AgeGroupFilter": "AgeGroup1",
"Agegroup": "60+",
"DosesAdministered": 0,
"Gender": "Unknown",
"Id": 12571876,
"ModifiedAt": "2026-02-23T10:34:19+02:00",
"PatientCounty": "Ida-Viru maakond",
"PatientCountyEHAK": "0045",
"TargetDisease": "HPV-nakkus",
"TargetDiseaseCode": "203",
"VaccinatedPersonsCountPerYear": 0,
"VaccinationDate": "2024-12-26",
"VaccinationType": "Revaccination",
"Valid": true
},
{
"AgeGroupFilter": "AgeGroup1",
"Agegroup": "8-19",
"DosesAdministered": 0,
"Gender": "Total",
"Id": 12583854,
"ModifiedAt": "2026-02-23T10:34:19+02:00",
"PatientCounty": "Viljandi maakond",
"PatientCountyEHAK": "0084",
"TargetDisease": "tuulerõuged",
"TargetDiseaseCode": "213",
"VaccinatedPersonsCountPerYear": 2,
"VaccinationDate": "2024-12-27",
"VaccinationType": "Revaccination",
"Valid": true
},
{
"AgeGroupFilter": "AgeGroup2",
"Agegroup": "19+",
"DosesAdministered": 0,
"Gender": "Total",
"Id": 12577356,
"ModifiedAt": "2026-02-23T10:34:19+02:00",
"PatientCounty": "Lääne maakond",
"PatientCountyEHAK": "0056",
"TargetDisease": "mumps",
"TargetDiseaseCode": "106",
"VaccinatedPersonsCountPerYear": 28,
"VaccinationDate": "2024-12-26",
"VaccinationType": "Vaccination ",
"Valid": true
},
{
"AgeGroupFilter": "AgeGroup1",
"Agegroup": "8-19",
"DosesAdministered": 0,
"Gender": "Total",
"Id": 12575066,
"ModifiedAt": "2026-02-23T10:34:19+02:00",
"PatientCounty": "Valga maakond",
"PatientCountyEHAK": "0081",
"TargetDisease": "rõuged",
"TargetDiseaseCode": "215",
"VaccinatedPersonsCountPerYear": 0,
"VaccinationDate": "2024-12-26",
"VaccinationType": "Vaccination ",
"Valid": true
}
],
"success": true
}