Valid EU VAT number

Active and verified against the EU VIES database

VAT ID

ESA48010615

Spain

Company details not available — Spain does not share company data via VIES.

VAT rates in Spain (EUR)

Standard

21%

Reduced

10%

Super reduced

4%

VAT rates as of 18 Apr 2026

Checked 18 Apr 2026, 15:05 UTCID: 019da120-4f71-7636-a0bb-8ec2ec4e4600

Validating VAT in your app? Get an API key — 20 free calls, no credit card required.

Get API Key
Request
curl "https://api.vatnode.dev/v1/vat/ESA48010615" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "ESA48010615",
  "countryCode": "ES",
  "companyName": null,
  "companyAddress": null,
  "companyRegistrationDate": null,
  "companyForm": null,
  "industryDescription": null,
  "verifiedAt": "2026-04-18T15:05:42.512Z",
  "checkId": "019da120-4f71-7636-a0bb-8ec2ec4e4600",
  "countryName": "Spain",
  "countryVat": {
    "vatName": "Impuesto sobre el Valor Añadido",
    "vatAbbr": "IVA",
    "currency": "EUR",
    "standardRate": 21,
    "reducedRates": [
      10
    ],
    "superReducedRate": 4,
    "parkingRate": null,
    "vatNumberFormat": "ES + letter/digit + 7 digits + letter/digit",
    "vatNumberPattern": "^ES[A-Z0-9]\\d{7}[A-Z0-9]$",
    "countryVatUpdatedAt": "2026-04-18"
  }
}

Check another VAT number

Examples:,,

Validate VAT numbers in your app

Use the vatnode API to automate VAT validation in your invoicing or checkout flow. Free plan available, no credit card required.