VAT-IVA Calculator API
Calculate VAT (Value Added Tax) for over 65 countries. Supports both adding and removing VAT, based on local standard rates.Calculate VAT (Value Added Tax) for over 65 countries. Supports both adding and removing VAT, based on local standard rates.
VAT-IVA Calculator API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get all countries VAT rates /api/countries |
Returns the complete list of supported countries with their VAT rates (standard and reduced). |
| GET |
Get VAT rate by country /api/rate/{country} |
Returns the VAT rates (standard and reduced) for a specific country, given the country code or name. |
| POST |
Add VAT to net price /api/add |
Calculate the gross price by adding VAT to the net price for a specific country. |
| POST |
Remove VAT from gross price /api/remove |
Calculate the net price by removing VAT from the gross price for a specific country. |
| GET |
Health check /api/health |
Check the status of the API, confirming that it is up and running. |
VAT-IVA Calculator API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.98 / month | — |
|
| ULTRA | $6.98 / month | — |
|