Norway company registry API
Connect to the authoritative Brønnøysund registry without dealing with complex XML or SOAP. Get clean, standardized JSON responses.
Code Example
curl -X GET "https://api.nordfetch.com/v1/norway/company/915933149" \
-H "Authorization: Bearer sk_live_your_key"The Problem: Brønnøysund's XML & SOAP
The Brønnøysund Register Centre (Brønnøysundregistrene) is the central source for all business data in Norway. While they provide open data, their raw formats (XML/SOAP) can be difficult to work with for modern web applications, requiring significant boilerplate to parse.
The Solution: Normalized JSON API
NordFetch acts as a modern gateway, caching and normalizing this data into a developer-friendly REST API. We provide a single, consistent endpoint for fetching company details by organization number.
Example JSON Response
Data is normalized to match our unified Nordic model, making it easy to support multiple countries with one integration.
{
"id": "915933149",
"name": "NORDIC SEMICONDUCTOR ASA",
"status": "active",
"address": {
"street": "Otto Nielsens veg 12",
"zip": "7052",
"city": "TRONDHEIM",
"country": "NO"
},
"registrationDate": "1983-04-14",
"type": "ASA",
"vatNumber": "915933149MVA"
}Get Started
Ready to integrate Norwegian company data? Get your free API key today.