GET /estonian-health/datasets
List all tillgänglig health data schemas and tabeller från TEHIK (Health and Welfare Information Systems Centre). Inkluderar COVID-19, vaccination, and flu datasets.
curl https://nordapi.ee/api/v1/estonian-health/datasets
{
"data": {
"schemas": [
{
"description": "COVID-19 data for Estonia (from 2023/2024 season)",
"name": "covid19",
"tables": [
"opendata_covid19_hospitalization",
"opendata_covid19_infections_county_agegroup_gender",
"opendata_covid19_mt_daily_vaccination_vaccine_agegroup",
"opendata_covid19_riskgroup_vaccination_season_location_agegroup",
"opendata_covid19_vaccination_season_location_agegroup_gender"
]
},
{
"description": "General vaccination data for Estonia",
"name": "vaccination",
"tables": [
"opendata_vaccination_county_agegroup_gender",
"opendata_vaccination_vaccine_abbr_description",
"opendata_vaccination_vaccine_abbr_population_location_coverage"
]
},
{
"description": "Seasonal flu vaccination data",
"name": "flu",
"tables": [
"opendata_flu_vaccination_location_agegroup"
]
}
]
},
"success": true
}