Nordic Smart Government Business Lookup (NSG)
NSG is a Digdir/Altinn project under the Nordic Smart Government programme. Provides real-time company lookups in Norway (Brønnøysundregistrene), Sweden (Bolagsverket), Finland (PRH/YTJ) and Iceland (Fyrirtækjaskrá) via one shared API at data.altinn.no. Ideal for fast cross-Nordic validation without separate lookups in each national register. A free API key is required (registration at data.altinn.no). NLOD.
—
Data volume
Real time
Updates
4
MCP tools
{
"data": "..."
}MCP integration
API endpoints
/lookupSelskapsoppslag på NSG-ID (NO:xxx, SE:xxx, FI:xxx, IS:xxx)
Show curl example
# GET https://data.ketl.no/api/connectors/nsg/lookup
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/nsg/lookup"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/healthStatus-sjekk
Show curl example
# GET https://data.ketl.no/api/connectors/nsg/health
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/nsg/health"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.