VAT API
VAT Categories endpoint
The categories endpoint provides comprehensive access to current VAT rates and tax categories for specific countries, including reduced rates for qualifying goods and services to ensure accurate tax compliance.
GET
VAT Categories endpoint
Getting started
Base URL
Categories endpoint
Thecategories endpoint requires your unique API key, and the country you’d like to check:
Request parameters
Your unique API key. Note that each user has unique API keys for each of Cleariflow APIs, so your VAT Validation API key will not work for as your IP Geolocation API, for example.
The two letter ISO 3166-1 alpha-2 code of the country for which you want to retrieve VAT categories.
Response parameters
The API response is returned in a universal and lightweight JSON format. The response is an array of category objects, where each object contains:The two letter ISO 3166-1 alpha-2 code of the country for which the categories are returned.
The VAT rate for this specific category as a decimal string (e.g., “0.190” for 19%).
The name of the category (e.g., “standard”, “e-books”, “audiobooks”).
A description about the category and its applicability.
VAT Categories endpoint