EUR-Lex CELEX
A specialised connector for EU legal acts (CELEX numbers) with a compliance-friendly audit trail: a deterministic URL trio per language, Official Journal references and structured source timestamps. Distinct from `eurlex` (#1242), which covers free-text search — this one has path-based routing (`/document/{celex}`) suited to compliance output. Built on the same SPARQL endpoint, no auth (#3224).
1.0M rows
Data volume
Daily
Updates
3
MCP tools
{
"data": "..."
}MCP integration
API endpoints
/healthStatisk metadata om connectoren
Show curl example
# GET https://data.ketl.no/api/connectors/eurlex-celex/health
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/eurlex-celex/health"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/document/{celex}Path-basert CELEX-oppslag med URL-trio per språk
Show curl example
# GET https://data.ketl.no/api/connectors/eurlex-celex/document/{celex}
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/eurlex-celex/document/{celex}"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/searchTittel-fulltekstsøk for å finne CELEX-numre
- q required
- Fritekstsøk
q=GDPR - limit optional
- Maks antall treff (1–50)
limit=20
Show curl example
# GET https://data.ketl.no/api/connectors/eurlex-celex/search?q=GDPR
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/eurlex-celex/search?q=GDPR"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.