EU VAT Validator
## EU VAT Validator API Validate any European VAT number in real time and retrieve the official company name and registered address — powered directly by the **EU Commission's VIES system** (VAT Information Exchange System). No SOAP. No XML. No complexity. Just a clean REST/JSON API. --- ### What you get from every request -**Validity status** — is this VAT number active and registered?…
EU VAT Validator endpoints
| Method | Endpoint | Description |
|---|---|---|
| VAT | ||
| GET |
validateVat /validate |
Validates a European VAT number against the official EU VIES system and returns company name, address and country metadata. |
| Reference | ||
| GET |
getFormat /format/{country_code} |
Returns the VAT number format, validation regex and example for a specific EU country. Use for client-side pre-validation. |
| GET |
getCountries /countries |
Returns all 27 EU member states supported by VIES, with country code, name, VAT format and example. |
EU VAT Validator pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | 100 / minute |
|
| ULTRA | $39.99 / month | — |
|
| MEGA | $99.99 / month | — |
|