We use strictly necessary cookies for authentication and, with your consent, optional analytics cookies to improve the product.
Static, open EU VAT dataset with standard and reduced rates for 30+ countries, plus VAT ID format validation and net/tax/gross calculation.
| Method | Path | Description | Credits |
|---|---|---|---|
| GET | /rates | All supported countries and their rates | 1 |
| GET | /rates/{country} | Standard + reduced rates for one country | 1 |
| GET | /calculate | Compute net / tax / gross for an amount | 1 |
| GET | /validate | VAT ID format & length check (no VIES upstream) | 1 |
curl -H "X-API-Key: $LOFTPRESS_KEY" \
"https://loftpress.shop/api/v1/vat/rates"{
"country": "DE",
"rate_pct": 19,
"rate_kind": "standard",
"net": 100,
"tax": 19,
"gross": 119,
"currency": "EUR"
}No API key required. Rate-limited to 30 req/min per IP.
// Click Run to try the API
VAT, GST or other applicable sales tax is calculated and collected by Creem at checkout based on the customer's location.