NAV base amount (G)
The base amount (G) is the backbone of Norwegian social-security legislation and is used in hundreds of calculations: work-assessment allowance, unemployment benefit, sickness benefit, pensions, minimum deductions and tax settlements. The lump-sum grant at birth/adoption is NOK 92,648 (2023–). The API at g.nav.no/api/v1 is fully open, no key required. Cache 24 hours — G only changes on 1 May.
—
Data volume
Yearly
Updates
4
MCP tools
{
"grunnbelop": {
"dato": "2025-05-01",
"grunnbeloep": 130160,
"grunnbeloepPerMaaned": 10847,
"gjennomsnittligAarligGrunnbeloep": 128116,
"omregningsfaktor": 1.0492
},
"engangsstonad": {
"fom": "2023-01-01",
"tom": null,
"verdi": 92648
},
"source": "NAV"
}MCP integration
API endpoints
/currentGjeldende G-verdi + engangsstønad
Show curl example
# GET https://data.ketl.no/api/connectors/nav-grunnbelop/current
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/nav-grunnbelop/current"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/historikkAlle historiske G-verdier (valgfritt år-intervall)
- from optional
- Nedre år (YYYY) — filtrerer det hentede settet. En verdi som ikke er 4 siffer avvises med 400.
from=2020 - to optional
- Øvre år (YYYY) — filtrerer det hentede settet. En verdi som ikke er 4 siffer avvises med 400.
to=2024
Show curl example
# GET https://data.ketl.no/api/connectors/nav-grunnbelop/historikk
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/nav-grunnbelop/historikk"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/by-dateG-verdi gyldig på angitt dato
- date required
- Dato (YYYY-MM-DD) for grunnbeløp-oppslag
date=2024-05-01
Show curl example
# GET https://data.ketl.no/api/connectors/nav-grunnbelop/by-date?date=2024-05-01
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/nav-grunnbelop/by-date?date=2024-05-01"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/healthTilgjengelighetssjekk mot NAV-API
- 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/nav-grunnbelop/health
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/nav-grunnbelop/health"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.