← Back to catalog
vatcomply.rates
mock data$0.001 / callEU VAT Rates
Get current VAT rates for EU countries — standard rate, reduced rates, super-reduced rate, parking rate. Query one country or all 27 EU members. Sourced from EU TEDB (VATcomply)
Input schema
country_code
stringISO 3166-1 alpha-2 country code for specific country VAT rates (e.g. "DE", "FR", "IT"). Omit for all EU countries
Call via REST
curl -X POST https://unifyapi.pro/api/call/vatcomply.rates \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"country_code":"<country_code>"}'