Valid EU VAT number

Active and verified against the EU VIES database

VAT ID

XI197211009

Northern Ireland

Company

PROJECT PLUG LIMITED !! CLICK ENERGY

Address

1ST FLOOR TIMBERQUAY 100-114 STRAND ROAD DERRY BT48 7NR
NORTHERN IRELAND

VAT rates in Northern Ireland (GBP)

Standard

20%

Reduced

5%

VAT rates as of 25 Apr 2026

Checked 25 Apr 2026, 14:21 UTCID: 019dc504-c699-732a-8818-1133b139a790

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/XI197211009" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "XI197211009",
  "countryCode": "XI",
  "companyName": "PROJECT PLUG LIMITED !! CLICK ENERGY",
  "companyAddress": "1ST FLOOR TIMBERQUAY 100-114 STRAND ROAD DERRY   BT48 7NR",
  "companyRegistrationDate": null,
  "companyForm": null,
  "industryDescription": null,
  "registryCode": null,
  "registryCodeName": null,
  "verifiedAt": "2026-04-25T14:21:57.785Z",
  "checkId": "019dc504-c699-732a-8818-1133b139a790",
  "countryName": "Northern Ireland",
  "countryVat": {
    "vatName": "Value Added Tax",
    "vatAbbr": "VAT",
    "currency": "GBP",
    "standardRate": 20,
    "reducedRates": [
      5
    ],
    "superReducedRate": null,
    "parkingRate": null,
    "vatNumberFormat": "XI + 9 digits, 12 digits, or GD/HA + 3 digits",
    "vatNumberPattern": "^XI(\\d{9}|\\d{12}|(GD|HA)\\d{3})$",
    "countryVatUpdatedAt": "2026-04-25"
  },
  "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.