Valid EU VAT number

Active and verified against the EU VIES database

VAT ID

CY99000230P

Cyprus

Company

WARGAMING GROUP LTD

Address

Αγίων Ομολογητών Λεωφόρος 105
1080 ΛΕΥΚΩΣΙΑ
CYPRUS

VAT rates in Cyprus (EUR)

Standard

19%

Reduced

9%

Reduced

5%

Super reduced

3%

VAT rates as of 25 Apr 2026

Checked 25 Apr 2026, 14:18 UTCID: 019dc501-4eef-7928-9fa2-3d99ce5c773d

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/CY99000230P" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "CY99000230P",
  "countryCode": "CY",
  "companyName": "WARGAMING GROUP LTD",
  "companyAddress": "Αγίων Ομολογητών Λεωφόρος 105\n1080 ΛΕΥΚΩΣΙΑ",
  "companyRegistrationDate": null,
  "companyForm": null,
  "industryDescription": null,
  "registryCode": null,
  "registryCodeName": "ΑΡ.Μ.Η.Ε.",
  "verifiedAt": "2026-04-25T14:18:10.543Z",
  "checkId": "019dc501-4eef-7928-9fa2-3d99ce5c773d",
  "countryName": "Cyprus",
  "countryVat": {
    "vatName": "Φόρος Προστιθέμενης Αξίας",
    "vatAbbr": "ΦΠΑ",
    "currency": "EUR",
    "standardRate": 19,
    "reducedRates": [
      9,
      5
    ],
    "superReducedRate": 3,
    "parkingRate": null,
    "vatNumberFormat": "CY + 8 digits + 1 letter",
    "vatNumberPattern": "^CY\\d{8}[A-Z]$",
    "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.