UnifyAPI
← Back to catalog

vatcomply.rates

mock data$0.001 / call

EU 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)

Financeprovider: Vatcomply#vatcomply#finance

Input schema

country_code

ISO 3166-1 alpha-2 country code for specific country VAT rates (e.g. "DE", "FR", "IT"). Omit for all EU countries

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.