Lånekassen
The Norwegian State Educational Loan Fund publishes open statistics on awarded grants and loans by year and education type, plus repayment data. No verified stable REST API — the connector is a harvested source that normalises published CSV extracts to a standard read model (period/category/value). The source URL and update frequency are documented explicitly per series. No API key.
—
Data volume
Yearly
Updates
5
MCP tools
{
"data": "..."
}MCP integration
API endpoints
/grantsTildelt stipend per år/utdanningstype
Show curl example
# GET https://data.ketl.no/api/connectors/lanekassen/grants
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/lanekassen/grants"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/loansTildelt lån per år/utdanningstype
Show curl example
# GET https://data.ketl.no/api/connectors/lanekassen/loans
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/lanekassen/loans"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/repaymentTilbakebetalingsstatistikk
Show curl example
# GET https://data.ketl.no/api/connectors/lanekassen/repayment
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/lanekassen/repayment"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.