avoindata.fi — Finland's data catalogue
avoindata.fi is Finland's national data portal operated by the Digital and Population Data Services Agency (DVV). The CKAN v3 API provides metadata for all registered open datasets from Finnish state agencies, regions, municipalities and universities — a dynamic discovery engine for new FI data sources. Same CKAN pattern as the Swedish dataportal-se and Danish datavejviser. CC-BY-4.0, no auth. Issue #1894.
—
Data volume
Daily
Updates
3
MCP tools
{
"data": "..."
}MCP integration
API endpoints
/searchSøk i datasett-katalogen
- q required
- Søkestreng
q=budget - rows optional
- Antall treff per side (1–100)
rows=20 - start optional
- Offset for paginering (0–10000)
start=0
Show curl example
# GET https://data.ketl.no/api/connectors/avoindata-fi/search?q=budget
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/avoindata-fi/search?q=budget"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/dataset/{id}Full metadata for datasett
Show curl example
# GET https://data.ketl.no/api/connectors/avoindata-fi/dataset/{id}
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/avoindata-fi/dataset/{id}"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/organisationsList dataeiende organisasjoner
Show curl example
# GET https://data.ketl.no/api/connectors/avoindata-fi/organisations
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/avoindata-fi/organisations"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.