VATRate
Open Source EU VAT API

Know your VAT.
Ship globally.

One API endpoint for all 27 EU countries. SaaS, e-books, online courses, and digital services. B2B and B2C. Free to start.

Get Started Free →Read the Docs
GET /api/v1/rate?country=DE&type=saas&customer=consumer

Everything you need for EU VAT

From rate lookups to OSS threshold checking — one API covers it all.

🇪🇺

All 27 EU Countries

Complete VAT data for every EU member state, including reduced and super-reduced rates.

🔄

Reverse Charge B2B

Automatic 0% VAT for B2B transactions with valid VAT number. Fully EU-compliant.

📊

OSS Threshold Checker

Know instantly when you exceed the €10k threshold and need OSS registration.

🤖

AI Product Classification

Describe any product and get the correct VAT classification with confidence scores.

📦

Open Source & Transparent

All VAT data is open source on GitHub. Community-verified, always up to date.

Lightning Fast Edge API

Built on Next.js + Vercel Edge. Sub-100ms response times from anywhere in the world.

One API call. Any country.

Get VAT rates for any product type, customer type, and country in a single request.

$ curl https://vatrate.eu/api/v1/rate?country=IT&type=saas&customer=consumer
{
  "country": "IT",
  "country_name": "Italy",
  "product_type": "saas",
  "customer_type": "consumer",
  "rate": 22,
  "mechanism": "standard",
  "currency": "EUR",
  "note": "IVA al 22% (aliquota normale)",
  "oss_applicable": true,
  "oss_threshold": {
    "amount": 10000,
    "currency": "EUR",
    "exceeded": false
  }
}

Get started in minutes

No credit card required. Free tier with 100 requests/month.

1

Sign up for free

Create your account and get an API key instantly. No credit card needed.

2

Make your first request

Call the API with country, product type, and customer type to get the correct VAT rate.

3

Integrate in your checkout

Use the response to charge the correct VAT in any EU country. Works with any stack.

4

Scale across the EU

From €0/month to enterprise. Monitor usage, manage keys, and get alerts on rate changes.

Start shipping with confidence

Open source data. Free API tier. No credit card required. Join hundreds of developers using VATRate.

Get Started Free →View Pricing