Our prices
Price list for single API calls
- European VAT € 0,02 + vat
The European Vat service is available through API.
It allows you to extract information on European companies from simple parameters such as country code and VAT number.
The European VAT service helps you to obtain information about a company, simply indicating the VAT number and the country code of the company itself.
Specifically, the information that can be obtained through the OpenApi service are:
{
"data": {
"valid": true,
"format_valid": true,
"country_code": "IT",
"vat_number": "12485671007",
"company_name": "ALTRAVIA SERVIZI SRL",
"company_address": "VIALE F TOMMASO MARINETTI 221 00143 ROMA RM"
},
"success": true,
"message": "",
"error": null
}