GET /estonian-health/vaccination
Datos de cobertura de vacunación por condado, grupo de edad y género para varias enfermedades en Estonia.
limit
opcional
predeterminado: 100
Max results
offset
opcional
predeterminado: 0
Offset
| Nombre | Requerido | Predeterminado | Descripcion |
|---|---|---|---|
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": "20-59",
"DosesAdministered": 0,
"Gender": "Female",
"Id": 467503,
"ModifiedAt": "2026-02-23T10:34:19+02:00",
"PatientCounty": "Jõgeva maakond",
"PatientCountyEHAK": "0050",
"TargetDisease": "HPV-nakkus",
"TargetDiseaseCode": "203",
"VaccinatedPersonsCountPerYear": 0,
"VaccinationDate": "2021-02-24",
"VaccinationType": "Revaccination",
"Valid": true
},
{
"AgeGroupFilter": "AgeGroup1",
"Agegroup": "60+",
"DosesAdministered": 0,
"Gender": "Total",
"Id": 477238,
"ModifiedAt": "2026-02-23T10:34:19+02:00",
"PatientCounty": "Lääne-Viru maakond",
"PatientCountyEHAK": "0060",
"TargetDisease": "RS-viirusinfektsioon",
"TargetDiseaseCode": "217",
"VaccinatedPersonsCountPerYear": 0,
"VaccinationDate": "2021-02-25",
"VaccinationType": "Vaccination ",
"Valid": true
},
{
"AgeGroupFilter": "AgeGroup1",
"Agegroup": "8-19",
"DosesAdministered": 0,
"Gender": "Total",
"Id": 458788,
"ModifiedAt": "2026-02-23T10:34:19+02:00",
"PatientCounty": "Ida-Viru maakond",
"PatientCountyEHAK": "0045",
"TargetDisease": "RS-viirusinfektsioon",
"TargetDiseaseCode": "217",
"VaccinatedPersonsCountPerYear": 0,
"VaccinationDate": "2021-02-23",
"VaccinationType": "Vaccination ",
"Valid": true
},
{
"AgeGroupFilter": "AgeGroup1",
"Agegroup": "60+",
"DosesAdministered": 0,
"Gender": "Total",
"Id": 453700,
"ModifiedAt": "2026-02-23T10:34:19+02:00",
"PatientCounty": "Võru maakond",
"PatientCountyEHAK": "0087",
"TargetDisease": "tuberkuloos",
"TargetDiseaseCode": "110",
"VaccinatedPersonsCountPerYear": 0,
"VaccinationDate": "2021-02-22",
"VaccinationType": "Vaccination ",
"Valid": true
},
{
"AgeGroupFilter": "AgeGroup2",
"Agegroup": "19+",
"DosesAdministered": 0,
"Gender": "Total",
"Id": 489515,
"ModifiedAt": "2026-02-23T10:34:19+02:00",
"PatientCounty": "Jõgeva maakond",
"PatientCountyEHAK": "0050",
"TargetDisease": "läkaköha",
"TargetDiseaseCode": "105",
"VaccinatedPersonsCountPerYear": 0,
"VaccinationDate": "2021-02-26",
"VaccinationType": "Vaccination ",
"Valid": true
},
{
"AgeGroupFilter": "AgeGroup2",
"Agegroup": "19+",
"DosesAdministered": 0,
"Gender": "Total",
"Id": 471659,
"ModifiedAt": "2026-02-23T10:34:19+02:00",
"PatientCounty": "Hiiu maakond",
"PatientCountyEHAK": "0039",
"TargetDisease": "dengue palavik",
"TargetDiseaseCode": "218",
"VaccinatedPersonsCountPerYear": 0,
"VaccinationDate": "2021-02-24",
"VaccinationType": "Revaccination",
"Valid": true
},
{
"AgeGroupFilter": "AgeGroup2",
"Agegroup": "0-6",
"DosesAdministered": 0,
"Gender": "Total",
"Id": 475105,
"ModifiedAt": "2026-02-23T10:34:19+02:00",
"PatientCounty": "Unknown",
"PatientCountyEHAK": "Unknown",
"TargetDisease": "jaapani entsefaliit",
"TargetDiseaseCode": "214",
"VaccinatedPersonsCountPerYear": 0,
"VaccinationDate": "2021-02-24",
"VaccinationType": "Vaccination ",
"Valid": true
},
{
"AgeGroupFilter": "AgeGroup1",
"Agegroup": "8-19",
"DosesAdministered": 0,
"Gender": "Total",
"Id": 488445,
"ModifiedAt": "2026-02-23T10:34:19+02:00",
"PatientCounty": "Unknown",
"PatientCountyEHAK": "Unknown",
"TargetDisease": "HPV-nakkus",
"TargetDiseaseCode": "203",
"VaccinatedPersonsCountPerYear": 0,
"VaccinationDate": "2021-02-26",
"VaccinationType": "Revaccination",
"Valid": true
},
{
"AgeGroupFilter": "AgeGroup2",
"Agegroup": "Unknown",
"DosesAdministered": 0,
"Gender": "Total",
"Id": 482279,
"ModifiedAt": "2026-02-23T10:34:19+02:00",
"PatientCounty": "Rapla maakond",
"PatientCountyEHAK": "0071",
"TargetDisease": "dengue palavik",
"TargetDiseaseCode": "218",
"VaccinatedPersonsCountPerYear": 0,
"VaccinationDate": "2021-02-25",
"VaccinationType": "Revaccination",
"Valid": true
},
{
"AgeGroupFilter": "AgeGroup1",
"Agegroup": "Unknown",
"DosesAdministered": 0,
"Gender": "Total",
"Id": 485339,
"ModifiedAt": "2026-02-23T10:34:19+02:00",
"PatientCounty": "Järva maakond",
"PatientCountyEHAK": "0052",
"TargetDisease": "dengue palavik",
"TargetDiseaseCode": "218",
"VaccinatedPersonsCountPerYear": 0,
"VaccinationDate": "2021-02-26",
"VaccinationType": "Vaccination ",
"Valid": true
}
],
"success": true
}