|| "en_GB"
🇩🇪

Germany Company Verification API

Direct access to official Germany registries

2 Registries Available
✓ Instant Access

Available Data Sources

Unternehmensregister

German commercial register

Available

Data Points:

  • • Company name
  • • HRB number
  • • Legal form
  • • Registration date
  • • Address

Transparenzregister

German Transparency Register (UBO)

Data Points:

  • • Beneficial owners
  • • Ownership percentages
  • • Voting rights

Quick Start Tutorial

Verify a Germany company in 3 steps:

1Make API Request

Use the /v1/check/company endpoint with Germany company identifier:

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": "HRB 12345", "country": "DE"}'

2Handle Response

Svar
{
  "data": {
    "found": true,
    "company_name": "Example GmbH",
    "status": "active",
    "registered_at": "2000-01-15"
  },
  "cached": false
}

3Common Use Cases

Company verification

Verify company status and details for company verification workflows.

Legal entity lookup

Verify company status and details for legal entity lookup workflows.

AML compliance

Verify company status and details for aml compliance workflows.

Priser

Company verification requests use a 2× multiplier on your base plan rate.

Pro Plan
$0.001/base check
2× = $0.002 per company check
Enterprise
$0.001/base check
2× = $0.002 per company check
Batch
20% discount
$0.0016 per check

Related Solutions

Start Verifying Germany Companies

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

Get API Key →