Valid EU VAT number
Active and verified against the EU VIES database
VAT ID
IT00488410010
Partita IVA
00488410010
Company
TIM S.P.A.
Address
VIA GAETANO NEGRI 1
20123 MILANO MI
ITALY
VAT rates in Italy (EUR)
Standard
22%
Reduced
10%
Reduced
5%
Super reduced
4%
VAT rates as of 12 May 2026
Checked 12 May 2026, 18:39 UTCID:
019e1d7c-8bef-7fa1-9703-2f8dcd3d03e7Embed this verification on your site
Paste the inline tag where the badge should appear (impressum, footer, About page) and drop the script anywhere on the same page — it works even if your framework moves <script> to the end of <body>.
Preview
Snippet
HTML
<script async src="https://vatnode.dev/badge.js"></script> <span data-vatnode-vat="IT00488410010"></span>
Loads asynchronously, ~1Â KB, no tracking, no dependencies.
Validating VAT in your app? Get an API key — 100 free calls, no credit card required.
Get API KeyRequest
curl "https://api.vatnode.dev/v1/vat/IT00488410010" \ -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
"valid": true,
"vatId": "IT00488410010",
"countryCode": "IT",
"companyName": "TIM S.P.A.",
"companyAddress": "VIA GAETANO NEGRI 1 \n20123 MILANO MI",
"companyRegistrationDate": null,
"companyForm": null,
"industryDescription": null,
"registryCode": "00488410010",
"registryCodeName": "Partita IVA",
"verifiedAt": "2026-05-12T18:39:22.095Z",
"checkId": "019e1d7c-8bef-7fa1-9703-2f8dcd3d03e7",
"countryName": "Italy",
"countryVat": {
"vatName": "Imposta sul valore aggiunto",
"vatAbbr": "IVA",
"currency": "EUR",
"standardRate": 22,
"reducedRates": [
10,
5
],
"superReducedRate": 4,
"parkingRate": null,
"vatNumberFormat": "IT + 11 digits",
"vatNumberPattern": "^IT\\d{11}$",
"countryVatUpdatedAt": "2026-05-12"
},
"consultationNumber": null
}Check another VAT number
Example:
Validate VAT numbers in your app
Use the vatnode API to automate VAT validation in your invoicing or checkout flow. Free plan available, no credit card required.