E

eu-verify · CZ Company

by eu-verify

GETBase

$0.003

per call · USD Coin on Base

Official Czech business register lookup via ARES (Ministry of Finance, ares.gov.cz). Query: ?q=skoda or ?q=00177041 (company name or 8-digit ICO), optional limit (1-10). Returns ICO, DIC (CZ VAT number, cross-checkable in EU VIES), legal form, registered address, NACE activity codes, per-register status (commercial, trade, VAT) and creation date. Company data only, personal data stripped (GDPR). 24h cache.

Endpoint

GET https://data.greeneris.io/v1/cz/company

1

Calls / 30d

1

Unique payers / 30d

Aug 27

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://data.greeneris.io/v1/cz/company", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://data.greeneris.io/v1/cz/company?limit=1&q=skoda+auto" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "results": [
    {
      "address": {
        "city": "Mladá Boleslav",
        "country": "CZ",
        "postal_code": "29301",
        "text": "tř. Václava Klementa 869, Mladá Boleslav II, 29301 Mladá Boleslav"
      },
      "date_created": "1990-11-20",
      "date_dissolved": null,
      "dic": "CZ00177041",
      "ico": "00177041",
      "last_updated": "2026-07-10",
      "legal_form": "121",
      "nace_codes": [
        "29100",
        "45200",
        "47740",
        "69200",
        "74300",
        "77110"
      ],
      "name": "Škoda Auto a.s.",
      "natural_person": false,
      "registrations": {
        "dph": "AKTIVNI",
        "res": "AKTIVNI",
        "ros": "AKTIVNI",
        "rzp": "AKTIVNI",
        "sd": "ZANIKLY",
        "vr": "AKTIVNI"
      }
    }
  ],
  "source": "ARES, Czech Ministry of Finance (ares.gov.cz), official economic-subject register, open data; personal data of natural persons removed",
  "total_results": 12
}

Payment details

Pay to0x6ab8efe305cce67daa48c97bde29c04402822dff
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Data & Enrichment and the homepage with a featured placement.

Get featured →

More from eu-verify & similar services