VAT Rates API
Look up VAT tax rates for 29 countries (27 EU + UK + Switzerland) by country or product category. Static database — sub-20ms responses, zero external dependencies, 100% uptime. Perfect for e-commerce checkouts, invoicing, and tax calculation.
VAT Rates API endpoints
| Method | Endpoint | Description |
|---|---|---|
| rates | ||
| GET |
getRatesByCountry /api/v1/rates/{country} |
Returns all VAT rates for the given ISO 3166-1 alpha-2 country code, including standard rate, reduced rates, and category-specific rates. |
| GET |
getRateByCategory /api/v1/rates/{country}/{category} |
Returns the applicable VAT rate for a specific product category in the given country. Useful for checkout flows and price calculations. |
| health | ||
| GET |
healthCheck /api/v1/health |
Health Check |
VAT Rates API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9 / month | — |
|
| ULTRA Recommended | $29 / month | — |
|
| MEGA | $99 / month | — |
|