EU VAT API for Developers

Validate VAT IDs, fetch current rates, and calculate the correct VAT – all with three endpoints. Fast, simple, reliable.

Example
# Validate VAT (cURL)
curl -s https://api.vatifytax.app/v1/validate-vat \
  -H "Authorization: Bearer " \
  -H "Content-Type: application/json" \
  -d '{"vat_number":"DE811907980"}' | jq
          
3 Endpoints
validate-vat • calculate • rates/{country}
Fast Integration
Copyable snippets, clear responses, no overhead.
Transparent Pricing
Free Tier & fair Pro plan – cancel anytime.

What Vatify Offers

  • VAT Validation against official sources, with stable responses for your backend.
  • Tax Rates per country & type (standard/reduced), including date reference.
  • Calculation of the correct VAT for your orders (standard or category hint).
  • DX: JSON by default, clear error messages, examples for cURL & JS.
Fast
< 200ms typical response time (EU region)
Robust
Clean error codes & rate limits
Simple
3 endpoints, clear schemas
Secure
Bearer tokens, no overhead

Pricing

Starter
Free
  • • 30 requests/month
  • • All 3 endpoints
  • • Community support
Pro
€9/month
  • • 1.000 requests/month
  • • Higher limits
  • • Email support

FAQ

Is there a Free Tier?

Yes, 30 requests/month – ideal for testing.

Which countries are supported?

All EU countries. The rates route returns country-specific VAT rates.

How do I authenticate?

Use Authorization: Bearer <API_KEY> header.

Are there SDKs?

Coming soon. Currently cURL/Fetch examples – enough for the MVP.