Valid EU VAT number

Active and verified against the EU VIES database

VAT ID

CZ25788001

Czech Republic

IČO

25788001

Company

Vodafone Czech Republic a.s.

Company type

Joint-stock company (a.s.)

Founded

13 August 1999

Address

náměstí Junkových 2808, Praha, 15500
CZECH REPUBLIC

VAT rates in Czech Republic (CZK)

Standard

21%

Reduced

12%

VAT rates as of 22 Apr 2026

Checked 22 Apr 2026, 11:06 UTCID: 019db4de-a16b-7e36-9aef-c991dd8360c1

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/CZ25788001" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "valid": true,
  "vatId": "CZ25788001",
  "countryCode": "CZ",
  "companyName": "Vodafone Czech Republic a.s.",
  "companyAddress": "náměstí Junkových 2808, Praha, 15500",
  "companyRegistrationDate": "1999-08-13",
  "companyForm": "Joint-stock company (a.s.)",
  "industryDescription": null,
  "registryCode": "25788001",
  "registryCodeName": "IČO",
  "verifiedAt": "2026-04-22T11:06:22.442Z",
  "checkId": "019db4de-a16b-7e36-9aef-c991dd8360c1",
  "countryName": "Czech Republic",
  "countryVat": {
    "vatName": "Daň z přidané hodnoty",
    "vatAbbr": "DPH",
    "currency": "CZK",
    "standardRate": 21,
    "reducedRates": [
      12
    ],
    "superReducedRate": null,
    "parkingRate": null,
    "vatNumberFormat": "CZ + 8–10 digits",
    "vatNumberPattern": "^CZ\\d{8,10}$",
    "countryVatUpdatedAt": "2026-04-22"
  }
}

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.