VAT rates
To identify the current VAT rates, DreamApply relies on a community-maintained collection of VAT rates for European Union member states maintained as a JSON file.
DreamApply uses the applicable standard rate based on the most recent effective_from date, for example:
VAT rates
JSON
{
"details": "https://github.com/ibericode/vat-rates",
"version": 4,
"items": {
"...",
"CZ": [
{
"effective_from": "2024-01-01",
"rates": {
"reduced": 12,
"standard": 21
}
},
{
"effective_from": "0000-01-01",
"rates": {
"reduced1": 10,
"reduced2": 15,
"standard": 21
}
}
],
"...",
}
}