Regjeringen.no
Press releases/news and public consultations from Norwegian ministries, taken from Regjeringen.no's RSS 2.0 feed. The feed is a fixed window of the ~100 most recent items per type with no pagination, and carries title, publication date, summary and link — not ministry, consultation deadline or status. Full-text and date filters apply to this window.
—
Data volume
Daily
Updates
3
MCP tools
{
"data": "..."
}MCP integration
API endpoints
/hearingsOffentlige høringer
- q optional
- Fritekstsøk i tittel og ingress (ord for ord, AND). Gjelder feed-vinduet, ikke Regjeringen.nos arkiv.
q=klima - query optional
- Alias for q
- from optional
- Nedre publiseringsdato (YYYY-MM-DD), inklusiv. Filtrerer feed-vinduet på KETL-siden.
from=2026-08-01 - to optional
- Øvre publiseringsdato (YYYY-MM-DD), inklusiv.
to=2026-08-18 - limit optional
- Maks antall treff (1–100).
limit=20
Show curl example
# GET https://data.ketl.no/api/connectors/regjeringen/hearings
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/regjeringen/hearings"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/press-releasesPressemeldinger
- q optional
- Fritekstsøk i tittel og ingress (ord for ord, AND). Gjelder feed-vinduet, ikke Regjeringen.nos arkiv.
q=klima - query optional
- Alias for q
- from optional
- Nedre publiseringsdato (YYYY-MM-DD), inklusiv. Filtrerer feed-vinduet på KETL-siden.
from=2026-08-01 - to optional
- Øvre publiseringsdato (YYYY-MM-DD), inklusiv.
to=2026-08-18 - limit optional
- Maks antall treff (1–100).
limit=20
Show curl example
# GET https://data.ketl.no/api/connectors/regjeringen/press-releases
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/regjeringen/press-releases"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.