GET /vat
Get current Value Added Tax (VAT) rates for all 32 EU and EEA countries, including standard rates, reduced rates, and super-reduced rates where applicable. Essential for e-commerce platforms selling to European customers, tax compliance tools, invoice generators, and any business that needs to apply the correct VAT rate based on the buyer's country.
curl https://nordapi.ee/api/v1/vat
{
"count": 0,
"data": [],
"success": true
}
{"success":true,"data":[{"country_code":"DE","country_name":"Germany","standard_rate":19.0,"reduced_rate":7.0}]}