VAT Rate Lookup
## Get the standard VAT/GST rate for any supported country in one REST call Stop hardcoding country-rate tables. **VAT Rate Lookup** returns the current standard VAT/GST rate for 33 jurisdictions including the full EU 27 + UK, Australia, Canada, New Zealand, Switzerland, and Norway — sourced from official tax authorities (EU TIC, HMRC, ATO, CRA, IRD, ESTV) and refreshed regularly. ## Why…
VAT Rate Lookup endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Batch Rates Lookup /rates |
Returns standard VAT/GST rates for up to 50 countries in a single call. Returns a notFound array for any unsupported codes. |
| GET |
List Countries /countries |
Returns the list of all supported countries with their ISO-2 codes and human-readable names. Useful for populating dropdowns. |
| GET |
Sync Status /sync-status |
Transparency endpoint. Returns the freshness metadata of the rate database: last_sync timestamp, last_sync_status (ok or drift), source used for verification, and discrepancy… |
| GET |
Get VAT Rate /rate |
Returns the standard VAT/GST rate for a single country. Sub-5ms response, no third-party round trip. |
VAT Rate Lookup pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9 / month | — |
|
| ULTRA | $29 / month | — |
|
| MEGA | $99 / month | — |
|