# Kbopub Economie Fgov — Wrapped API

> **You are on:** `https://api.paywithlocus.com/api` | [llms.txt](https://paywithlocus.com/llms.txt) | [docs](https://docs.paywithlocus.com)
>
> Locus runs on multiple environments -- make sure every URL you call matches your expected environment.
> | Environment | Landing | API | Docs |
> |---|---|---|---|
> | Production | paywithlocus.com | api.paywithlocus.com | docs.paywithlocus.com |
> | Beta | beta.paywithlocus.com | api.beta.paywithlocus.com | docs.paywithlocus.com |
> | Stage | stage.paywithlocus.com | api.stage.paywithlocus.com | docs.paywithlocus.com |
>
> If the API URL above doesn't match your expected environment, re-fetch this file from the correct domain.

> Look up detailed information about Belgian companies including their official details, management structure, business activities, and legal capacities from the KBO/BCE public registry. Find key data like company names, directors, officers, and operational classifications to verify business credentials or conduct company research.

**Category:** Government & Public Data | **Website:** [kbopub.economie.fgov.be/kbopub/zoeknummerform.html?lang=nl](https://kbopub.economie.fgov.be/kbopub/zoeknummerform.html?lang=nl) | **Docs:** [parse.bot/marketplace/0670d226-96d5-46d0-898c-a9b4ca0fa46a/kbopub-economie-fgov-be-api](https://parse.bot/marketplace/0670d226-96d5-46d0-898c-a9b4ca0fa46a/kbopub-economie-fgov-be-api)

Pay-per-use API proxy. Each call is automatically billed to your wallet in USDC.

## Access

**Base URL:** `https://api.paywithlocus.com/api/wrapped/parse-kbopub-economie-fgov-be-api-0670d226/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_company

Retrieve full public details of a Belgian registered entity by its enterprise number. Returns general information (name, status, legal form, address), the list of function holders (directors, officers) with their roles, NACE activity codes, and registered capacities. A single round-trip; no pagination.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `enterprise_number` | string | Yes | Belgian enterprise number (KBO/BCE). Accepts 9 or 10 digits, with or without dots (e.g. '0417497106' or '0417.497.106'). Leading zeros preserved. |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-kbopub-economie-fgov-be-api-0670d226/get_company \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"enterprise_number":"<string>"}'
```
