Norsk Lysingsblad
Norsk Lysingsblad is the regulation-mandated electronic announcement channel under the Norwegian Digitalisation Agency. Announcements include proclamations (claims against estates), mortifications, debt negotiations and other statutory notices. The connector parses published HTML listings from norsk.lysingsblad.no.
280K rows
Data volume
Daily
Updates
3
MCP tools
{
"data": "..."
}MCP integration
API endpoints
/listingListing per kategori (?category=proklama|gjeldsforhandlingar|mortifikasjonar|andre-kunngjeringar&page=N)
- category optional
- Kunngjøringskategori
category=proklama - page optional
- Sidenummer (0–200)
page=0
Show curl example
# GET https://data.ketl.no/api/connectors/lysingsblad/listing
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/lysingsblad/listing"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/healthConnector-helsestatus
- 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/lysingsblad/health
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/lysingsblad/health"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.