Loading
Loading
Automatically resolve VAT or sales tax rates for a country using an IP address. Pass any IPv4 or IPv6 address to retrieve the applicable tax rates. If no IP is provided, the requesting IP is used automatically.
Ideal for e-commerce storefronts and SaaS platforms that need to surface local tax data without a separate geolocation step. For EU and UK IPs, the response includes the complete rate structure with category-specific rates.
Pass your API key as the apiKey parameter in every request.
This is version v1.0 of the API.
All parameters are optional. When ipAddress is omitted, the API resolves rates from the originating IP address.
ipAddressoptionalstringIPv4 or IPv6 address to look up VAT rate for. If omitted, the requesting IP address is used automatically.
A successful request returns a 200 OK with a JSON array containing one VAT rate object for the resolved country.
countryCountry resolved from the IP address.
typeTax type for the resolved country (e.g., "vat").
currencyISO 4217 currency code for the resolved country.
standard_rateStandard VAT rate as a decimal.
reduced_rateReduced VAT rates (EU/UK only).
super_reduced_rateSuper-reduced VAT rates (EU/UK only).
parking_rateParking rate (EU/UK only).
categoriesCategory-wise VAT rates such as books, newspapers (EU/UK only).
The API uses standard HTTP status codes to indicate the success or failure of requests. For common status codes like 429 (Too Many Requests), refer to the general API documentation.
Invalid IP address format. Please provide a valid IPv4 or IPv6 address.
No VAT data found. Please provide a valid ipAddress.