API
Professional integration for VME and syndic data
Use the SyndicData API to integrate search, detail profiles, portfolios, map points, stats, and exports into your own product or workflow.
Search
Search VMEs and syndics by name, postal code, region, and portfolio.
Profiles
Fetch detailed profiles, portfolios, and market stats.
Map & Media
Display map points and cached Street View imagery in your own interface.
What you can integrate
- GET /api/vme β search and paginate Belgian AO's
- GET /api/syndics β find syndics and filter by portfolio size
- GET /api/syndics/{enterpriseNumber}/portfolio β fetch full portfolios
- GET /api/stats/overview β add current market stats to dashboards
- GET /api/map/vme-points β visualize AO's and syndics on maps
- GET /api/export/* β download CSV exports for CRM and BI workflows
Example request
GET /api/syndics?q=gent®ion=Flanders&minVme=25&page=1&pageSize=25
Use the interactive API reference to test every endpoint and inspect response schemas.