EUR-Lex CELLAR
EUR-Lex CELLAR is the EU Publications Office's semantic repository of more than 1 million legal documents — regulations, directives, decisions and case law. Search for EEA-relevant acts, GDPR, the AI Act, DORA and other directives transposed into Norwegian law (#1242).
1.0M rows
Data volume
Daily
Updates
3
MCP tools
{
"data": "..."
}MCP integration
API endpoints
/healthStatisk metadata om connectoren
- deep optional
- Sett `deep=1` for å få med det fulle probe-objektet (`deepProbe`). Enhver annen verdi gir samme svar som uten parameteren — verdimengden er IKKE lukket, så ruta avviser ingenting (MÅLT 2026-08-30).
deep=1
Show curl example
# GET https://data.ketl.no/api/connectors/eurlex/health
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/eurlex/health"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/searchFritekstsøk i EU-lovgivning via SPARQL
- q required
- Fritekstsøk i EU-rettsakter
q=data protection - type optional
- Filtrer på rettsakt-type (Regulation/Directive/Decision …)
type=Regulation - limit optional
- Maks antall treff
limit=20
Show curl example
# GET https://data.ketl.no/api/connectors/eurlex/search?q=data%20protection
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/eurlex/search?q=data%20protection"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/documentHent metadata for ett dokument via CELEX-nummer
- celex required
- CELEX-nummer
celex=32016R0679
Show curl example
# GET https://data.ketl.no/api/connectors/eurlex/document?celex=32016R0679
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/eurlex/document?celex=32016R0679"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.