data snapshot v10 · 2022-07-01

API docs

GET enterprise/id

GET /api/v1/enterprise/0755000290
GET /api/v1/enterprise/0755.000.290
GET /api/v1/enterprise/BE 0755 000 290

{
  "id": 755000290,
  "type": 1,
  "start": "1975-12-01",
  "name": "Schrauben, Norbert",
  "denominations": [{
    "language": "",
    "nametype": "1",
    "name": "Schrauben, Norbert"
  }],
  "contacts": [],
  "addresses": [{
    "zip": "4770",
    "municipality": "Amel",
    "street": "Born,Rechter Straße",
    "housenumber": "35",
    "box": "",
    "extra": "",
    "striking": null
  }],
  "activities": [],
  "establishments": [{
    "id": 2011636973,
    "start": "1976-01-01",
    "enterprise": 755000290,
    "denominations": [],
    "contacts": [],
    "addresses": [],
    "activities": []
  }]
}

GET establishment/id

GET /api/v1/establishment/2011636973
GET /api/v1/establishment/2.011.636.973
GET /api/v1/establishment/BE 2 011 636 973

{
  "id": 2011636973,
  "start": "1976-01-01",
  "enterprise": 755000290,
  "denominations": [],
  "contacts": [],
  "addresses": [],
  "activities": []
}

GET reconcile/query

GET /api/v1/reconcile/0400400400

[{
  "id": "04004004004",
  "type": "enterprise",
  "confidence": 100
}]



GET /api/v1/reconcile/2000200200

[{
  "id": "2000200200",
  "type": "establishment",
  "confidence": 100
}]



GET /api/v1/reconcile/kruispuntbank

[{
  "id": "04004004004",
  "type": "enterprise",
  "confidence": 20
}]