Valid EU VAT number

Active and verified against the EU VIES database

VAT ID

MT10210507

Malta

Company

Melita Limited

Address

GASAN CENTRE
Triq Il-
Merghat (Zona Industrijali, Mriehel)
CBD1020
Birkirkara
MALTA

VAT rates in Malta (EUR)

Standard

18%

Reduced

7%

Reduced

5%

Parking

12%

VAT rates as of 18 Apr 2026

Checked 18 Apr 2026, 15:12 UTCID: 019da126-76ad-7ef2-a6e3-bcc063237a08

Validating VAT in your app? Get an API key — 20 free calls, no credit card required.

Get API Key
Request
curl "https://api.vatnode.dev/v1/vat/MT10210507" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "MT10210507",
  "countryCode": "MT",
  "companyName": "Melita Limited",
  "companyAddress": "GASAN CENTRE\nTriq Il-\nMerghat (Zona Industrijali, Mriehel)\nCBD1020\nBirkirkara",
  "companyRegistrationDate": null,
  "companyForm": null,
  "industryDescription": null,
  "verifiedAt": "2026-04-18T15:12:25.773Z",
  "checkId": "019da126-76ad-7ef2-a6e3-bcc063237a08",
  "countryName": "Malta",
  "countryVat": {
    "vatName": "Taxxa tal-Valur Miżjud",
    "vatAbbr": "VAT",
    "currency": "EUR",
    "standardRate": 18,
    "reducedRates": [
      7,
      5
    ],
    "superReducedRate": null,
    "parkingRate": 12,
    "vatNumberFormat": "MT + 8 digits",
    "vatNumberPattern": "^MT\\d{8}$",
    "countryVatUpdatedAt": "2026-04-18"
  }
}

Check another VAT number

Examples:,,

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.