The pre-construction
data API.
The most comprehensive pre-construction dataset in Canada — floor plans and documents, now linked to MLS resale data through the new Floor Plan Match and Building Links APIs.









Built on 15 years of pre-construction intel.
From the team behind TalkCondo PRO — the largest pre-construction portal in Canada — refined into one developer-friendly API.
One platform. Every endpoint.
REST + JSON. Webhooks for changes. SDKs for Node, Python, Ruby. An MCP server so any LLM can query your data.
{
"id": 1144,
"name": "8 Elm on Yonge Condos",
"developer": "Capital Developments & Reserve Properties",
"architect": "IBI Group",
"interior_design": "Cecconi Simone",
"status": "Under Construction",
"current_sales_status": "Developer Selling",
"city_id": 5,
"city_name": "Toronto",
"neighbourhood": "Discovery District",
"address": "8 Elm Street, Toronto",
"storeys": 69,
"height_m": 259,
"suites": 819,
"suite_size_min_sqft": 292,
"suite_size_max_sqft": 998,
"price_min": 710900,
"price_max": 1544900,
"price_per_sqft": 1862,
"deposit_with_time": "10% (over 900 days) + 10% on Occupancy",
"completion_year": 2027,
"walk_score": 100,
"transit_score": 100,
"media": [
"https://images.redbricks.dev/.../8-elm-condos-rendering-01.jpeg",
"https://images.redbricks.dev/.../8-elm-on-yonge-condos-rendering-06.jpg"
],
"updated_at": "2026-05-13T11:10:01Z"
} Pre-con and resale.
Together at last.
Two new Fusion APIs that supercharge your resale listings. Floor Plan Match enriches any condo listing with its original developer floor plan, automatically matched — and Building Links groups every resale, lease, and pre-con listing under one building profile.
The screenshots below are pulled from live brokerage products on our platform — different brands, same API output. The Floor Plan Match and Building Links endpoints render across every tenant in real time.
Make every resale condo listing better.
Automatically attach the original developer floor plan and the exact unit size to any resale condo listing — matched from tens of thousands of floor plans built over 15 years of pre-construction data. No manual hunting, no guessing.

Resolve any listing to its building.
One call.
MLS resale addresses are messy — abbreviations, unit suffixes, typos. Building Links resolves any listing address to its pre-construction project, with a confidence score. No fuzzy-matching on your end.
{
"data": [
{
"project_id": 1144,
"project_name": "The Saint Condos",
"canonical_mls_address": "89 Church Street",
"match_method": "auto",
"match_confidence": 0.98
}
]
}
Always streaming.
A live feed of what our data team is refreshing across the network right now — and exactly what your endpoint receives the moment it happens.
{
"event": "floorplan.price_changed",
"project_id": 1144,
"project_name": "8 Elm on Yonge",
"floorplan_id": 1111526,
"floorplan_name": "S1",
"price_before": 693900,
"price_after": 710900,
"psf_after": 2370,
"occurred_at": "2026-05-13T11:10:01Z"
}Your data, available to every AI assistant.
Red Bricks ships a first-party Model Context Protocol server. Claude, ChatGPT, Cursor and any MCP-aware client can query the dataset in plain English — and semantic-search across project brochures, price lists, and feature sheets to uncover details that don't live in any column.
Plug the data
into any AI client.
Point Claude or ChatGPT at our MCP server and they can search projects, pull floor plans, compare prices, or generate listings — without writing a single line of integration code.
{
"mcpServers": {
"red-bricks": {
"command": "npx",
"args": ["-y", "@redbricks/mcp"],
"env": {
"REDBRICKS_API_KEY": "$YOUR_KEY"
}
}
}
}A platform for every team in real estate.
The everything-done-for-you version.
A world-class pre-construction + resale website, native iOS and Android apps, and a full CRM — all running on the same Red Bricks APIs you just saw. In a few clicks.




Build it on Red Bricks.
Free tier includes the full data for 15 projects — everything you need to build and test your integration. No credit card.