Retsinformation — Danish legislation database
Retsinformation's harvesting service provides access to all documents added, updated or removed in the Danish legislation database since a given date. Returns document types (LOV, LBK, BEK, CIR, VEJ, FOR), accession numbers and direct links to the full text. Designed for daily synchronisation — call once per day. Max 10 days back. No authentication required. Complements the `lovdata` connector for Norwegian law.
200K rows
Data volume
Daily
Updates
3
MCP tools
{
"data": "..."
}MCP integration
API endpoints
/documentsHarvest endringer i dansk lovgivning for en dato (default: today, maks 10 dager tilbake)
- date optional
- Dato (YYYY-MM-DD). Default: i dag. Maks 10 dager tilbake — derfor utelatt som fast eksempel (glidende vindu, #4338).
Show curl example
# GET https://data.ketl.no/api/connectors/retsinformation-dk/documents
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/retsinformation-dk/documents"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/healthHelsesjekk
- 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/retsinformation-dk/health
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/retsinformation-dk/health"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.