Company data API docs
Connect your application to the Nordic business world. Simple, powerful, and strictly typed.
Specific Registry Documentation
Explore detailed endpoints and examples for each country:
Norway (Brønnøysund) →
Fetch Norwegian company details.
Finland (PRH) →
Access Finnish business data.
Sweden (Bolagsverket) →
Search Swedish companies.
Denmark (CVR) →
Query Danish CVR registry.
Universal Lookup →
Get data by org number (auto-detect).
Brønnøysund JSON Examples →
See raw response formats.
PRH Data API →
Finnish PRH company details.
Authentication
The API uses Bearer Token authentication. Include your API key in the `Authorization` header of every request.
curl -X GET "https://api.nordfetch.com/v1/company/12345678" \
-H "Authorization: Bearer sk_live_your_key"Base URL
https://api.nordfetch.com/v1
Error Handling
We use standard HTTP codes. 404 means the company was not found. 429 means you hit the rate limit. 401 means invalid key.
{
"error": {
"code": "company_not_found",
"message": "Company with ID 12345678 not found in any supported registry."
}
}Rate Limits
- Free Tier: 10 requests / second
- Pro Tier: 100 requests / second
- Enterprise: Custom