Valid EU VAT number

Active and verified against the EU VIES database

VAT ID

CY10301365E

Cyprus

TIC

10301365E

Company

HOSTINGER INTERNATIONAL LIMITED

Address

ΛΟΡΔΟΥ ΒΥΡΩΝΟΣ 61 LUMIEL BLDNG 4°
6023 ΛΑΡΝΑΚΑ
CYPRUS

VAT rates in Cyprus (EUR)

Standard

19%

Reduced

9%

Reduced

5%

Super reduced

3%

VAT rates as of 15 May 2026

Checked 15 May 2026, 15:48 UTCID: 019e2c52-dd3a-72a8-a097-30d622ad5ddd

Embed 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="CY10301365E"></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 Key
Request
curl "https://api.vatnode.dev/v1/vat/CY10301365E" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "CY10301365E",
  "countryCode": "CY",
  "companyName": "HOSTINGER INTERNATIONAL LIMITED",
  "companyAddress": "ΛΟΡΔΟΥ ΒΥΡΩΝΟΣ 61 LUMIEL BLDNG 4°\n6023 ΛΑΡΝΑΚΑ",
  "companyRegistrationDate": null,
  "companyForm": null,
  "industryDescription": null,
  "registryCode": "10301365E",
  "registryCodeName": "TIC",
  "verifiedAt": "2026-05-15T15:48:08.634Z",
  "checkId": "019e2c52-dd3a-72a8-a097-30d622ad5ddd",
  "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-05-15"
  },
  "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.