OverviewREST · JSON

EU VAT Rates & Calculator

EU-27 VAT rates plus net/gross calculation — add or extract VAT in one call.

Method
POST
Endpoint
/v1/vat-rates
Auth
X-API-Key
Format
JSON
Coverage
EU-27 (rates_year 2026)
Ops
rates · calculate (add/extract)
Status
200 · 400 · 401 · 402 · 429
Trylive · no key
Pricingmonthly + usage
Referencecurl · SDK · OpenAPI
curl -X POST https://atomios.me/api/v1/vat-rates/ \
  -H "X-API-Key: $ATOMIOS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"op":"calculate","country":"FR","amount":100,"direction":"add"}'
Ratingscommunity