EU VAT Compliance API
A reliable, clean JSON wrapper for the official EU VIES (VAT Information Exchange System) SOAP service. This API simplifies VAT number validation for EU businesses and developers.
1 subscribers
8.6/10 popularity
1164 ms avg latency
52% success rate
9 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
EU VAT Compliance API endpoints
| Method | Endpoint | Description |
|---|---|---|
| V1 - System | ||
| GET |
v1GetCountries /api/v1/countries |
Get list of all 28 EU member states supported for VAT validation. No authentication required. |
| GET |
v1GetInfo /api/v1/info |
Get V1 API metadata and available endpoints. No authentication required. |
| GET |
v1HealthCheck /api/v1/health |
Check API health status and availability. No authentication required. |
| V1 - Validation | ||
| GET |
v1ValidateVatGet /api/v1/validate/{countryCode}/{vatNumber} |
Validate a single EU VAT number using URL parameters. Same functionality as POST /validate but accessible via GET for simple integrations. **Response Time:** 2-5 seconds (VIES… |
| POST |
v1ValidateVatPost /api/v1/validate |
Validate a single EU VAT number using the official VIES service. Returns company name and address if available. **Response Time:** 2-5 seconds (VIES dependent) **Use Cases:** -… |
| V2 - System | ||
| GET |
v2GetInfo /api/v2/info |
Get V2 API metadata and premium features list. No authentication required. |
| V2 - Validation | ||
| POST |
v2ValidateFormat /api/v2/validate/format |
**INSTANT FORMAT CHECK** - Validate VAT number format without calling VIES service. **Response Time:** |
| POST |
v2ValidateBulk /api/v2/validate/bulk |
**BULK VALIDATION** - Validate up to 100 VAT numbers in a single request. **Response Time:** 5-30 seconds (depends on batch size) **Performance:** - Parallel processing… |
| V2 - History | ||
| GET |
v2GetHistory /api/v2/history |
**VALIDATION HISTORY** - Get your validation request history with pagination. **Use Cases:** - Audit logs - Compliance reporting - Analytics - Request tracking **Note:** Requires… |
EU VAT Compliance API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 50 / hour |
|
| PRO | $10 / month | — |
|
| ULTRA | $30 / month | — |
|