Created
August 10, 2016 07:48
-
-
Save xpallicer/955c9e1ddd776ea1b305e9ca593d05a8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"last_updated": "2016-08-12", | |
"rates": { | |
"AT": { | |
"country": "Austria", | |
"standard_rate": 20.00, | |
"exclusions": false | |
}, | |
"BE": { | |
"country": "Belgium", | |
"standard_rate": 21.00 | |
}, | |
"BG": { | |
"country": "Bulgaria", | |
"standard_rate": 20.00 | |
}, | |
"CY": { | |
"country": "Cyprus", | |
"standard_rate": 19.00, | |
"exclusions": false | |
}, | |
"CZ": { | |
"country": "Czech Republic", | |
"standard_rate": 21.00, | |
"exclusions": false | |
}, | |
"DK": { | |
"country": "Denmark", | |
"standard_rate": 25.00, | |
"exclusions": { | |
"FO": "Faroe Islands", | |
"GL": "Greenland" | |
} | |
}, | |
"DE": { | |
"country": "Germany", | |
"standard_rate": 19.00, | |
"exclusions": { | |
"buesingen": "Büsingen", | |
"helgoland": "Heligoland" | |
} | |
}, | |
"EE": { | |
"country": "Estonia", | |
"standard_rate": 20.00, | |
"exclusions": false | |
}, | |
"GR": { | |
"country": "Greece", | |
"standard_rate": 24.00, | |
"exclusions": false | |
}, | |
"ES": { | |
"country": "Spain", | |
"standard_rate": 21.00, | |
"exclusions": { | |
"ES-CE": "Ceuta", | |
"ES-ML": "Melilla", | |
"ES-CN": "Canarias" | |
} | |
}, | |
"FI": { | |
"country": "Finland", | |
"standard_rate": 24.00, | |
"exclusions": { | |
"AX": "Åland Islands" | |
} | |
}, | |
"FR": { | |
"country": "France", | |
"standard_rate": 20.00, | |
"exclusions": { | |
"GP": "Guadeloupe", | |
"MQ": "Martinique", | |
"RE": "Réunion", | |
"PM": "St. Pierre and Miquelon", | |
"GF": "French Guiana" | |
} | |
}, | |
"HR": { | |
"country": "Croatia", | |
"standard_rate": 25.00, | |
"exclusions": false | |
}, | |
"IT": { | |
"country": "Italy", | |
"standard_rate": 22.00, | |
"exclusions": { | |
"livigno": "Livigno", | |
"campione-d-italia": "Campione d’Italia", | |
"lake-lugano": "Lake Lugano" | |
} | |
}, | |
"LV": { | |
"country": "Latvia", | |
"standard_rate": 21.00, | |
"exclusions": false | |
}, | |
"LT": { | |
"country": "Lithuania", | |
"standard_rate": 21.00, | |
"exclusions": false | |
}, | |
"LU": { | |
"country": "Luxembourg", | |
"standard_rate": 17.00, | |
"exclusions": false | |
}, | |
"HU": { | |
"country": "Hungary", | |
"standard_rate": 27.00, | |
"exclusions": false | |
}, | |
"IE": { | |
"country": "Ireland", | |
"standard_rate": 23.00, | |
"exclusions": false | |
}, | |
"MT": { | |
"country": "Malta", | |
"standard_rate": 18.00, | |
"exclusions": false | |
}, | |
"NL": { | |
"country": "Netherlands", | |
"standard_rate": 21.00, | |
"exclusions": false | |
}, | |
"PL": { | |
"country": "Poland", | |
"standard_rate": 23.00, | |
"exclusions": false | |
}, | |
"PT": { | |
"country": "Portugal", | |
"standard_rate": 23.00, | |
"exclusions": false | |
}, | |
"RO": { | |
"country": "Romania", | |
"standard_rate": 20.00, | |
"exclusions": false | |
}, | |
"SI": { | |
"country": "Slovenia", | |
"standard_rate": 22.00, | |
"exclusions": false | |
}, | |
"SK": { | |
"country": "Slovakia", | |
"standard_rate": 20.00, | |
"exclusions": false | |
}, | |
"SE": { | |
"country": "Sweden", | |
"standard_rate": 25.00, | |
"exclusions": false | |
}, | |
"GB": { | |
"country": "United Kingdom", | |
"standard_rate": 20.00, | |
"exclusions": false | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment