Back to catalog
📈

Abstract VAT Validation

API Key

Validate VAT numbers and calculate VAT rates

📈FinanceHTTPSCORS enabled

VAT Validation Result

Abstract VAT Validation

Vat NumberDE314159265
ValidYes
Company NameHetzner Online GmbH
CountryGermany
AddressIndustriestr. 25, 91710 Gunzenhausen

Sample Response

response.json
1{
2 "vatNumber": "DE314159265",
3 "valid": "Yes",
4 "companyName": "Hetzner Online GmbH",
5 "country": "Germany",
6 "address": "Industriestr. 25, 91710 Gunzenhausen"
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://www.abstractapi.com/vat-validation-rates-api" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs