DK36213728
Ørsted A/S
DenmarkVerified against VIES
Valid at query time
Validation result
- VAT number
- DK36213728
- Company
- Ørsted A/S
- Address
- Kraftværksvej 53 7000 Fredericia
- Country
- Denmark
- Registry
- VIES
- VAT format
- DK + 8 digits
- Local name
- CVR — Merværdiafgift
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":"DK36213728"}'Raw API response
{
"data": {
"valid": true,
"vat_number": "DK36213728",
"country": {
"code": "DK",
"name": "Denmark",
"vat": {
"name": "Merværdiafgift",
"abbreviation": "Moms",
"currency": "DKK",
"standard_rate": 25,
"reduced_rates": [],
"super_reduced_rate": null,
"parking_rate": null,
"number_format": "DK + 8 digits",
"number_pattern": "^DK\\d{8}$",
"updated_at": "2026-04-01"
}
},
"company": {
"name": "Ørsted A/S",
"address": "Kraftværksvej 53\n7000 Fredericia"
},
"verify_id": null,
"verified_at": "2026-04-25T10:15:58.046Z"
},
"meta": {
"request_id": "019dd449-10d3-76a9-82a0-24b588c9ed68",
"latency_ms": 523,
"cached": true,
"source": "vies",
"source_status": "cached",
"cached_at": "2026-04-25T10:15:58.046Z",
"stale_seconds": 270893
}
}More from Denmark
All Denmark VAT detailsFrequently asked
- Is DK36213728 valid?
- Yes: DK36213728 returned valid:true from VIES at the time of this check and resolved to Ørsted A/S.
- What does CVR stand for?
- CVR is short for Momsregistreringsnummer (Merværdiafgift). It is the local name for Denmark's VAT identification number.
- How is this checked?
- vatverify queries VIES 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":"DK36213728"} 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 019dd449-10d….
Automate Denmark VAT checks in your stack
Replace manual lookups with one API call against VIES. Drops into invoicing, checkout, and signup flows in any language. 500 free validations per month, no credit card.