data.europa.eu — EU data catalogue
data.europa.eu is the EU's official data catalogue, aggregating metadata for open datasets from 70+ EU institutions and national portals, including Sweden and Denmark. The Hub Search REST API provides access to 1M+ datasets. Used primarily as a meta-gateway to discover new data sources from SE and DK. CC0 metadata, no auth. Issue #1214.
1.0M rows
Data volume
Weekly
Updates
3
MCP tools
{
"data": "..."
}MCP integration
API endpoints
/searchSøk datasett (q/country/theme)
- q optional
- Fritekstsøk (minst én av q/country/theme)
q=energy - country optional
- Landkode-filter
country=no - theme optional
- Tema-filter
theme=ENVI
Show curl example
# GET https://data.ketl.no/api/connectors/data-europa-eu/search
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/data-europa-eu/search"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/data-europa-eu/dataset/{id}
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/data-europa-eu/dataset/{id}"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.