Look up Belgian company data from the KBO/BCE Crossroads Bank for Enterprises vi...
https://api.strale.io/x402/v2/belgian-company-dataOverview
Look up Belgian company data from the KBO/BCE Crossroads Bank for Enterprises via the CBEAPI.be JSON wrapper. Accepts enterprise number (10 digits, e.g. 0404.616.494), VAT-prefixed form (BE0404170701), or fuzzy company name. Returns name, status, juridica…
Protocol
x402
Price
$0.05
Payment Asset
USD Coin
Payment Network
eip155:8453
Category
uncategorized
Provider
strale
Source
bazaar
Indexed
2026-08-27 16:12:44
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"company_name": {
"description": "Belgian company name (fuzzy match)",
"type": "string"
},
"enterprise_number": {
"description": "KBO/BCE enterprise number (e.g. 0404.616.494)",
"type": "string"
},
"name": {
"description": "Alias for company_name",
"type": "string"
},
"query": {
"description": "Free-text alias — enterprise number or company name",
"type": "string"
},
"task": {
"description": "Free-text input — first matching enterprise number or name is used",
"type": "string"
}
},
"type": "http"
}
Output Schema
{
"abbreviation": {
"type": "string"
},
"address": {
"type": "string"
},
"business_type": {
"type": "string"
},
"commercial_name": {
"type": "string"
},
"company_name": {
"type": "string"
},
"establishments_count": {
"type": "integer"
},
"industry": {
"type": "string"
},
"jurisdiction": {
"type": "string"
},
"registration_date": {
"type": "string"
},
"registration_number": {
"type": "string"
},
"status": {
"type": "string"
},
"vat_number": {
"type": "string"
}
}