The Supreme Court of Norway
The Supreme Court is Norway's final instance and sets case-law precedent. The connector builds parity via HTML scraping per #411 Pilot 2 and normalises to CanonicalCase with the citation form HR-{year}-{seqno}-{type} (A=division, S=grand chamber, P=plenary, U=appeals committee). Ethical rate limit (0.5 rps), robots.txt respect, 30d cache.
—
Data volume
Daily
Updates
3
MCP tools
{
"data": "..."
}MCP integration
API endpoints
/casesDegradedListe siste publiserte avgjorelser
hoyesterett.no migrerte til JavaScript-SPA; HTML-scraping-piloten leverer ikke lenger. Retry hjelper ikke, og det finnes ingen credential å sette — remap til Lovdata pågår. Ikke permanent nedlagt.
Show curl example
# GET https://data.ketl.no/api/connectors/hoyesterett/cases
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/hoyesterett/cases"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/cases/{citation}DegradedHent enkelt-avgjorelse på HR-citation
Se /cases: SPA-migrasjon, remap til Lovdata pågår. Retry hjelper ikke; ingen credential å sette.
Show curl example
# GET https://data.ketl.no/api/connectors/hoyesterett/cases/{citation}
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/hoyesterett/cases/{citation}"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.