NO974761076
SKATTEETATEN
NorwayVerified against Brønnøysund
Valid at query time
Validation result
- VAT number
- NO974761076
- Company
- SKATTEETATEN
- Address
- Fredrik Selmers vei 4, 0663 OSLO, Norge
- Country
- Norway
- Registry
- Brønnøysund
- VAT format
- NO + 9 digits
- Local name
- Org.nr / MVA — Merverdiavgift
Reproduce this check
curl -X POST "https://api.vatverify.dev/v1/validate" \ -H "Authorization: Bearer $VATVERIFY_KEY" \ -H "Content-Type: application/json" \ -d '{"vat_number":"NO974761076"}'Raw API response
{
"data": {
"valid": true,
"vat_number": "NO974761076",
"country": {
"code": "NO",
"name": "Norway",
"vat": {
"name": "Merverdiavgift",
"abbreviation": "MVA",
"currency": "NOK",
"standard_rate": 25,
"reduced_rates": [
12,
15
],
"super_reduced_rate": null,
"parking_rate": null,
"number_format": "NO + 9 digits",
"number_pattern": "^NO\\d{9}$",
"updated_at": "2026-04-01"
}
},
"company": {
"name": "SKATTEETATEN",
"address": "Fredrik Selmers vei 4, 0663 OSLO, Norge"
},
"verify_id": null,
"verified_at": "2026-04-24T22:25:11.316Z"
},
"meta": {
"request_id": "019dd537-3d26-77cb-801c-335e1edb0bd1",
"latency_ms": 661,
"cached": true,
"source": "brreg",
"source_status": "cached",
"cached_at": "2026-04-24T22:25:11.316Z",
"stale_seconds": 329149
}
}More from Norway
All Norway VAT detailsFrequently asked
- Is NO974761076 valid?
- Yes: NO974761076 returned valid:true from Brønnøysund at the time of this check and resolved to SKATTEETATEN.
- What does Org.nr / MVA stand for?
- Org.nr / MVA is short for Organisasjonsnummer (Merverdiavgift). It is the local name for Norway's VAT identification number.
- How is this checked?
- vatverify queries Brønnøysund directly for every validation. Valid responses are cached for 30 days; invalid responses are cached for 24 hours. The "Re-check now" button bypasses the cache and forces a fresh registry call.
- Can I integrate this in my own code?
- Yes. POST /v1/validate with {"vat_number":"NO974761076"} and an Authorization Bearer header. Free plan: 500 validations per month, no credit card.
This validation is stored 30 days for audit reference — request id 019dd537-3d2….
Automate Norway VAT checks in your stack
Replace manual lookups with one API call against Brønnøysund. Drops into invoicing, checkout, and signup flows in any language. 500 free validations per month, no credit card.