VAT Rates API
Lookup current VAT and GST rates for 40+ countries using ISO 3166-1 alpha-2 country codes. Covers all EU member states plus GB, NO, CH, US, CA, AU, JP, SG, IN, AE and more. Returns standard rate, all reduced rates, and local currency. Edge-deployed on Cloudflare Workers for sub-20ms response times globally. No cold starts. Endpoints: - GET /v1/vat — all countries - GET /v1/vat/{code} — single…
VAT Rates API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get VAT rate by country /v1/vat/{code} |
Returns the standard and reduced VAT/GST rates for a country. Pass an ISO 3166-1 alpha-2 country code (e.g. DE, GB, FR, US). |
| GET |
Get all VAT rates /v1/vat |
Return VAT and GST rates for all 40+ supported countries. |
VAT Rates API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $8 / month | — |
|
| ULTRA | $20 / month | — |
|