|| "en_GB"

Check company registration and status API

Verify company information against national registries (ARES for CZ, ORSR for SK).

POST /v1/check/company2× multiplier

Quick Start

Make your first API request in 3 steps:

1Make API Request

curl -X POST https://api.scorika.com/v1/check/company \
  -H "X-Api-Key: sk_live_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{"identifier":"27074358","country":"CZ"}'

2Handle Response

Svar
{
  "data": {
    "ico": "27074358",
    "country": "CZ",
    "found": true,
    "score_delta": 0,
    "reason_codes": [],
    "enrichment": {
      "company_name": "Seznam.cz, a.s.",
      "legal_form": "Akciová společnost",
      "status": "active",
      "is_active": true,
      "registered_at": "2000-01-15",
      "address": {
        "street": "Radlická 3294/10",
        "city": "Praha",
        "postal_code": "150 00",
        "country": "CZ"
      },
      "vat_id": "CZ27074358",
      "nace_codes": [
        "62010",
        "63110"
      ],
      "source": "ares"
    }
  },
  "meta": {
    "request_id": "req_company123",
    "api_version": "2024-01-20",
    "cached": false,
    "cache_ttl": 86400,
    "latency_ms": 250
  }
}

3Try It Now

Interactive API Explorer

Try the API directly from your browser. No API key required for testing.

Ready for production?

Get your API key to use this endpoint in your application.

Get API Key →

Response Schema

Response Schema
{
  "$ref": "#/components/schemas/CompanyCheckResponse"
}

Priser

Pricing Calculator

This endpoint uses a 2× multiplier on your base plan rate.

Pro Plan
$0.001/base check
2× = $0.002 per request
$2.0/mo

Pricing Calculator

This endpoint uses a 2× multiplier on your base plan rate.

Pro Plan
$0.001/base check
2× = $0.002 per request
$2.0/mo
Enterprise
$0.001/base check
2× = $0.002 per request
$20.0/mo

Pricing Calculator

This endpoint uses a 2× multiplier on your base plan rate.

Pro Plan
$0.001/base check
2× = $0.002 per request
$2.0/mo

Pricing Calculator

This endpoint uses a 2× multiplier on your base plan rate.

Pro Plan
$0.001/base check
2× = $0.002 per request
$2.0/mo
Enterprise
$0.001/base check
2× = $0.002 per request
$20.0/mo
Batch (20% off)
$0.0008/base check
2× = $0.0016 per request
$80.0/mo

Pricing Calculator

This endpoint uses a 2× multiplier on your base plan rate.

Pro Plan
$0.001/base check
2× = $0.002 per request
$2.0/mo

Pricing Calculator

This endpoint uses a 2× multiplier on your base plan rate.

Pro Plan
$0.001/base check
2× = $0.002 per request
$2.0/mo
Enterprise
$0.001/base check
2× = $0.002 per request
$20.0/mo

Pricing Calculator

This endpoint uses a 2× multiplier on your base plan rate.

Pro Plan
$0.001/base check
2× = $0.002 per request
$2.0/mo

Pricing Calculator

This endpoint uses a 2× multiplier on your base plan rate.

Pro Plan
$0.001/base check
2× = $0.002 per request
$2.0/mo
Enterprise
$0.001/base check
2× = $0.002 per request
$20.0/mo
Batch (20% off)
$0.0008/base check
2× = $0.0016 per request
$80.0/mo

💡 Tip: Bulk requests get a 20% discount. Contact sales for custom pricing on high-volume usage.

Common Use Cases

KYC Verification

Verify company registration and status for customer onboarding

Vendor Qualification

Check supplier credentials before B2B transactions

Compliance Checks

Ensure companies meet regulatory requirements

Related Endpoints

Start Using Check company registration and status API

Get your API key in 30 seconds. No credit card required.

Get API Key →