π Access and retrieve listings data seamlessly.
Buildify provides a comprehensive API for accessing listings data. In this article, we'll describe the available endpoints for listings and the details of each one. Below are the available endpoints:
- Search Listings
- Get A Listing
- Get Multiple Listings
- Get Profiles Of A Listing
- Get Similar Listings
- Get Facets Of Listing
- Get Trending Listings
1. Search Listings
The Search Listings
endpoint allows you to search for listings based on various parameters such as product id, search string, pagination, facets, and more.
Request Parameters
Here's a list of request parameters that you can use when requesting the Search Listings
endpoint:
Parameter | Required/Optional | Data Type | Description |
---|---|---|---|
product_id | Required | string | The unique product identifier. |
search | Optional | array of strings | The given search string is searched from the listing's name, summary, amenities, cityOrDistrict, streetName, country, and neighborhood. For example: "Residences" |
page | Optional | integer | Retrieve results from the given page number. For example: 2 |
perPage | Optional | integer | Number of results per page. For example: 20 |
facets | Optional | array of strings | Retrieve facet information for the given facets, should be comma separated. For example: amenities,builders. |
retrieveAttributes | Optional | array of string | The only attributes of the listing to be returned in the response, should be comma-separated. Only possible values are those available in the listing object. For example: name,summary,floorPlans. |
highlightResults | Optional | boolean | Whether to highlight the searched string within the listing object. For example: true |
nearby | Optional | string | Comma separated latitude and longitude to fetch nearby listings from. For example: "43.68, -79.45" |
radius | Optional | integer | Radius in meters to find listings within it. For example: 100000 |
referrences | Optional | array of strings | Fields for which you need to attach references to the response. Response would replace that referred object with the object's contents in place of its path. For example: builders,marketers Available options are: architects, builders, interiorDesigners, marketingCompanies, salesCentres, salesCompanies |
filterQuery | Optional | string | Query to filter listings. |
Response Payload
Following is an example of a response object based on the parameters defined in the request:
{
"results": [
{
"finishes": "",
"postalCode": "M5V 2G3",
"region": "Toronto",
"developmentLeviesIncluded": false,
"incentives": [],
"lat": "43.645406070391786",
"meteringIncluded": false,
"neighbourhood": [
"Waterfront Communities C 1"
],
"parkingMaintainance": 0,
"startPrice": null,
"lockerMaintainanceIncluded": false,
"long": "-79.39243961762192",
"assignmentFeeFree": false,
"municipalities": [
"C01"
],
"hasLocker": false,
"numberOfIncentives": 0,
"streetNumber": 80,
"architects": [
"Architects/Lo4fxTsYzhbjvzpKFSOZ"
],
"_geoloc": {
"lat": 43.64540607039179,
"lng": -79.39243961762192
},
"assignmentFee": 0,
"photos": [
{
"createdAt": "2022-11-30T16:57:23.031Z",
"name": "775-1583.jpg",
"tags": [
"Exterior"
],
"type": "image/jpeg",
"url": "https://storage.googleapis.com/precon-app.appspot.com/7cf1f2f8-73c4-48df-895e-9ce4b13cfac4"
},
{
"createdAt": "2022-11-30T16:57:23.031Z",
"name": "775-1584.jpg",
"tags": [
"Exterior"
],
"type": "image/jpeg",
"url": "https://storage.googleapis.com/precon-app.appspot.com/6fe89317-f98d-4b34-92d9-2ad6a2b8695f"
},
{
"createdAt": "2022-11-30T16:57:23.031Z",
"name": "775-1585.jpg",
"tags": [
"Interior"
],
"type": "image/jpeg",
"url": "https://storage.googleapis.com/precon-app.appspot.com/fa2a37df-69e9-40a2-82c2-293a34a6e92c"
},
{
"createdAt": "2022-11-30T16:57:23.031Z",
"name": "775-1589.jpg",
"tags": [
"Interior"
],
"type": "image/jpeg",
"url": "https://storage.googleapis.com/precon-app.appspot.com/7db71402-f98c-4324-8089-b62e3a4b7546"
},
{
"createdAt": "2022-11-30T16:57:23.031Z",
"name": "775-1593.jpg",
"tags": [
"Interior"
],
"type": "image/jpeg",
"url": "https://storage.googleapis.com/precon-app.appspot.com/7eebd3f9-30db-4fd7-ae29-87723d8b4990"
},
{
"createdAt": "2022-11-30T16:57:23.031Z",
"name": "775-1600.jpg",
"tags": [
"Interior"
],
"type": "image/jpeg",
"url": "https://storage.googleapis.com/precon-app.appspot.com/26c1aa20-8dae-4ed8-bdd1-1fb9e9f62b5c"
},
{
"createdAt": "2022-11-30T16:57:23.031Z",
"name": "775-1601.jpg",
"tags": [
"Interior"
],
"type": "image/jpeg",
"url": "https://storage.googleapis.com/precon-app.appspot.com/82822d76-020c-4f43-9123-610cb60187b9"
}
],
"maxBaths": 2.5,
"mode": "live",
"completionDate": "Summer 2017",
"maxSize": 2554,
"paymentStructures": [
{
"milestones": [
{
"amount": 10,
"prefix": "",
"suffix": "on Signing",
"text": "10% on Signing",
"type": "percentage"
}
],
"totalDeposit": 10,
"type": "Standard"
}
],
"lockerMaintainance": 0,
"interiorDesigners": [
"InteriorDesigners/AGD3kgPiNcbM071op3HC"
],
"type": [
"Condo"
],
"maxBeds": 3.5,
"completionDateTBD": false,
"salesStartedTBD": false,
"logo": {
"name": "logo",
"url": "https://storage.googleapis.com/precon-app.appspot.com/dcef346c-c6be-43a7-a1ad-fb6cff0b93bb.png"
},
"ccOrMaintFee": 0.57,
"storageRestriction": "",
"estimatedCompletionDate": "",
"numberOfFloors": "44",
"minBaths": 0,
"ceilingHeights": "9'0\"",
"ccOrMaintFeeIncluded": false,
"hasParking": false,
"firstOccupancyDate": "Summer 2017",
"updatedAt": "2022-12-08T17:46:21.936Z",
"geographicAddress": "80 Blue Jays Way, Toronto",
"brokerages": [],
"videos": [],
"minSize": 379,
"constructionStarted": "2012",
"minBeds": 0,
"metering": "Hydro metered separately. Combo Parking available for $75,000",
"summary": "Bisha is the newest private-label hotel and residences brand to originate in Toronto since Four Seasons Hotels and Resorts was introduced in the 1960s. Created by Lifetime Developments and INK Entertainment, Bisha offers the best in architecture and interior design, art, cuisine, music and culture.",
"parkingCost": 65000,
"listingId": "ZNDS50",
"storageCostIncluded": false,
"parkingCostIncluded": false,
"storageCost": 5000,
"createdAt": "2022-11-30T16:49:55.395Z",
"cityOrDistrict": "Toronto",
"country": "Canada",
"parkingMaintainanceIncluded": false,
"constructionStartedTBD": false,
"numberOfFloorPlans": 30,
"endPrice": null,
"owners": [],
"salesStarted": "",
"sellingStatus": "Sold Out",
"firstOccupancyDateTBD": false,
"streetName": "Blue Jays Way",
"builders": [
"Builders/xL7C3SkhZGGqQs3h2NIr"
],
"contactForPricing": true,
"numberOfUnits": "355",
"developmentLevies": "Cap on Development Levies: $5,000 for studios, 1 Bed, and 1Bed Study/Den; $6,500 for 2 Bed",
"fullAddress": "80 Blue Jays Way, Toronto",
"estimatedCompletionDateTBD": false,
"constructionStatus": "Complete",
"salesCompanies": [
"SalesCompanies/ungNkdpl44K3O5Cc5aRq"
],
"virtualShowing": "",
"exposures": [],
"amenities": [
"Exercise Fitness Room",
"Games Room",
"Business Center",
"Rooftop Terrace",
"Restaurant",
"Dining Area",
"Lounge",
"Cafe",
"Cabanas",
"Bar",
"Concierge"
],
"parkingRestriction": "",
"name": "Bisha Hotel and Residences",
"marketingCompanies": [
"Marketers/UyMqkkTbMxZTKAdytPRv"
],
"state": "Ontario",
"coverPhoto": {
"name": "cover",
"url": "https://storage.googleapis.com/precon-app.appspot.com/3bd5624c-8a03-423e-a872-f0ee76cd3342.png"
},
"path": "Listings/ZNDS50",
"completionYear": 2017,
"constructionStartedYear": 2012,
"estimatedCompletionYear": null,
"firstOccupancyYear": 2017,
"salesStartedYear": null,
"floorPlans": [
{
"contactForPricing": false,
"createdAt": "2022-12-08T17:46:20.850Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2011_01_26_01_20_27_camillebisha.PNG"
},
"lastUpdated": "2022-12-08T17:46:20.850Z",
"name": "Camille",
"numberOfBathrooms": 0,
"numberOfBedrooms": 0,
"planCategory": "floorPlan",
"squareFeet": "379",
"startPrice": "320900",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T17:46:20.850Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2011_01_26_01_22_11_sydneybisha.PNG"
},
"lastUpdated": "2022-12-08T17:46:20.850Z",
"name": "Sydney",
"numberOfBathrooms": 0,
"numberOfBedrooms": 0,
"planCategory": "floorPlan",
"squareFeet": "389",
"startPrice": "308900",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-08T17:46:20.850Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2011_01_26_01_24_34_pierrebisha.PNG"
},
"lastUpdated": "2022-12-08T17:46:20.850Z",
"name": "Pierre",
"numberOfBathrooms": 0,
"numberOfBedrooms": 0,
"planCategory": "floorPlan",
"squareFeet": "412",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-08T17:46:20.850Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2011_01_26_01_25_09_julietbisha.PNG"
},
"lastUpdated": "2022-12-08T17:46:20.850Z",
"name": "Juliet",
"numberOfBathrooms": 0,
"numberOfBedrooms": 0,
"planCategory": "floorPlan",
"squareFeet": "431",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-08T17:46:20.850Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2011_01_26_01_23_19_gabrielbisha.PNG"
},
"lastUpdated": "2022-12-08T17:46:20.850Z",
"name": "Gabriel",
"numberOfBathrooms": 0,
"numberOfBedrooms": 0,
"planCategory": "floorPlan",
"squareFeet": "450",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-08T17:46:20.850Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2011_01_26_01_25_45_demitribisha.PNG"
},
"lastUpdated": "2022-12-08T17:46:20.850Z",
"name": "Demitri",
"numberOfBathrooms": 0,
"numberOfBedrooms": 0,
"planCategory": "floorPlan",
"squareFeet": "452",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-08T17:46:20.850Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2011_01_26_01_26_18_jasminbisha.PNG"
},
"lastUpdated": "2022-12-08T17:46:20.850Z",
"name": "Jasmin",
"numberOfBathrooms": 0,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "514",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-08T17:46:20.850Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2011_01_26_01_26_40_alexisbisha.PNG"
},
"lastUpdated": "2022-12-08T17:46:20.850Z",
"name": "Alexis",
"numberOfBathrooms": 0,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "537",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-08T17:46:20.850Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2011_01_26_01_27_01_veroniquebisha.PNG"
},
"lastUpdated": "2022-12-08T17:46:20.850Z",
"name": "Veronique",
"numberOfBathrooms": 0,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "583",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T17:46:20.850Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2017_04_04_11_39_15_lifetime_developments_bisha_floor_plan_sebastian_1.png"
},
"lastUpdated": "2022-12-08T17:46:20.850Z",
"name": "Sebastian",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "624",
"startPrice": "598900",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T17:46:20.850Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2017_04_04_11_38_13_lifetime_developments_bisha_floor_plan_sophia_1.png"
},
"lastUpdated": "2022-12-08T17:46:20.850Z",
"name": "Sophia",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "699",
"startPrice": "609900",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-08T17:46:20.850Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2011_01_26_01_27_50_lukasbisha.PNG"
},
"lastUpdated": "2022-12-08T17:46:20.850Z",
"name": "Lukas",
"numberOfBathrooms": 0,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "559",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T17:46:20.850Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2016_09_08_02_07_32_logan_1.png"
},
"lastUpdated": "2022-12-08T17:46:20.850Z",
"name": "Logan",
"numberOfBathrooms": 0,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "583",
"startPrice": "469900",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T17:46:20.850Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2011_01_26_01_28_48_francisbisha.PNG"
},
"lastUpdated": "2022-12-08T17:46:20.850Z",
"name": "Francis",
"numberOfBathrooms": 0,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "619",
"startPrice": "460900",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T17:46:20.850Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2016_09_08_02_08_18_nikki_1.png"
},
"lastUpdated": "2022-12-08T17:46:20.850Z",
"name": "Nikki",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "630",
"startPrice": "594900",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T17:46:20.850Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2016_09_08_02_08_27_giselle_1.png"
},
"lastUpdated": "2022-12-08T17:46:20.850Z",
"name": "Giselle",
"numberOfBathrooms": 0,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "651",
"startPrice": "648900",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T17:46:20.850Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2011_01_26_01_30_26_dillonbisha.PNG"
},
"lastUpdated": "2022-12-08T17:46:20.850Z",
"name": "Dillon",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "662",
"startPrice": "663900",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T17:46:20.850Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2016_09_08_02_07_43_chantal_1.png"
},
"lastUpdated": "2022-12-08T17:46:20.850Z",
"name": "Chantal",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "665",
"startPrice": "629900",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T17:46:20.850Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2017_01_12_02_57_44_bisha_chloe_1.png"
},
"lastUpdated": "2022-12-08T17:46:20.850Z",
"name": "Chloe",
"numberOfBathrooms": 0,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "792",
"startPrice": "849900",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-08T17:46:20.850Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2011_01_26_01_37_42_mishkabisha.PNG"
},
"lastUpdated": "2022-12-08T17:46:20.850Z",
"name": "Mishka",
"numberOfBathrooms": 0,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "843",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T17:46:20.850Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2017_04_04_11_37_11_lifetime_developments_bisha_floor_plan_daria_1.png"
},
"lastUpdated": "2022-12-08T17:46:20.850Z",
"name": "Daria",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "944",
"startPrice": "896900",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T17:46:20.850Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2016_09_08_02_08_47_isabelle_1.png"
},
"lastUpdated": "2022-12-08T17:46:20.850Z",
"name": "The Signature Collection - Isabelle",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "1070",
"startPrice": "1145900",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T17:46:20.850Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_01_22_09_47_00_bisha___sawyer_1.png"
},
"lastUpdated": "2022-12-08T17:46:20.850Z",
"name": "Sawyer",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "1135",
"startPrice": "1385900",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T17:46:20.850Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2016_09_08_02_08_37_paige_1.png"
},
"lastUpdated": "2022-12-08T17:46:20.850Z",
"name": "The Signature Collection - Paige",
"numberOfBathrooms": 0,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "910",
"startPrice": "914900",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T17:46:20.850Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2016_09_08_02_09_19_zoe_1.png"
},
"lastUpdated": "2022-12-08T17:46:20.850Z",
"name": "The Signature Collection - Zoe",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "1210",
"startPrice": "1345900",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T17:46:20.850Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2016_09_08_02_09_08_liam_1.png"
},
"lastUpdated": "2022-12-08T17:46:20.850Z",
"name": "The Signature Collection - Liam",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "1283",
"startPrice": "1485900",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T17:46:20.850Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2016_09_08_02_08_58_sasha_1.png"
},
"lastUpdated": "2022-12-08T17:46:20.850Z",
"name": "The Signature Collection - Sasha",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "1294",
"startPrice": "1401900",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T17:46:20.850Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2017_01_12_02_54_57_bisha_jayden_1.png"
},
"lastUpdated": "2022-12-08T17:46:20.850Z",
"name": "The Signature Collection - Jayden",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "1550",
"startPrice": "1789900",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-08T17:46:20.850Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2011_01_26_01_45_08_sloanbisha.PNG"
},
"lastUpdated": "2022-12-08T17:46:20.850Z",
"name": "The Signature Collection - Sloan",
"numberOfBathrooms": 0,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "2554",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-08T17:46:20.850Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2011_01_26_01_40_37_jacklynbisha.PNG"
},
"lastUpdated": "2022-12-08T17:46:20.850Z",
"name": "Jacylyn",
"numberOfBathrooms": 0,
"numberOfBedrooms": 3.5,
"planCategory": "floorPlan",
"squareFeet": "944",
"startPrice": "",
"status": "Sold Out"
}
],
"averagePricePerSqFeet": 986,
"endPricePerSqFeet": 320900,
"startPricePerSqFeet": 744,
"objectID": "ZNDS50"
}
],
"total": 204,
"page": 0,
"pages": 20,
"perPage": 1
}
2. Get A Listing
The Get A Listing
endpoint allows you to retrieve a single listing by its unique identifier.
Request Parameters
The Get A Listing
endpoint supports the following request parameters:
Parameter | Required/Optional | Data Type | Description |
---|---|---|---|
product_id | Required | string | The unique product identifier. |
id | Required | string | The specific id/objectId of the listing. |
retrieveAttributes | Optional | string | Attributes to retrieve, should be comma separated. |
referrences | Optional | string | Referrences to fill, should be comma separated. |
Response Payload
The response payload with contain the details of the specified listing, as shown in an example below:
{
"builders": [
{
"name": "Greenpark Group",
"summary": "Over the decades the building landscape has gone through incredible changes in which Greenpark has not only sustained, but often times shaped and led. Through all this growth the Greenpark legacy has continued to thrive securely resting upon the foundations which were built over 55 years ago.",
"address": "8700 Dufferin Street\nVaughan, ON L4K 4S6",
"logo": "https://storage.googleapis.com/precon-app.appspot.com/bfd06b4f-d537-47c9-9799-ab814d065725.png",
"listings": [
"Listings/7I8F7Y",
"Listings/GFCFQD",
"Listings/RV8YIQ",
"Listings/41A42E",
"Listings/KWMHW0",
"Listings/JLON36",
"Listings/3ICZ3G",
"Listings/QTSL9E",
"Listings/4KQTX3",
"Listings/0GYBON",
"Listings/QGA7ZQ",
"Listings/Q1UD4Y"
],
"website": "greenparkgroup.ca",
"id": "3tLqusTBLjz2p52xbuU3",
"path": "Builders/3tLqusTBLjz2p52xbuU3",
"collection": "Builders"
}
],
"name": "Sample Listing - TEST Example",
"summary": "This is the random summay",
"id": "Q1UD4Y"
}
3. Get Multiple Listings
The Get Multiple Listings
allows you to retrieve multiple listings using a list of unique identifiers.
Request Parameters
The Get Multiple Listings
endpoint supports the following request parameters:
Parameter | Required/Optional | Data Type | Description |
---|---|---|---|
product_id | Required | string | The unique product identifier. |
ids | Required | string | Listing ids to fetch, should be comma separated. |
retrieveAttributes | Optional | string | Attributes to retrieve, should be comma separated. |
referrences | Optional | string | Referrences to fill, should be comma separated. |
Response Payload
The response payload will contain the details of all the listings specified in the request, as shown below.
{
"results": [
{
"contactForPricing": true,
"coverPhoto": {
"name": "cover",
"url": "https://storage.googleapis.com/precon-app.appspot.com/a8e6df7d-3161-42fe-a3f4-25d58fa4170e.png"
},
"createdAt": "2023-01-02T19:39:06.490Z",
"endPrice": null,
"exposures": [],
"floorPlans": [],
"fullAddress": "",
"geographicAddress": "",
"hasLocker": false,
"hasParking": false,
"listingId": "DC6NO5",
"maxBaths": null,
"maxBeds": null,
"maxSize": null,
"minBaths": null,
"minBeds": null,
"minSize": null,
"mode": "live",
"name": "TEST LISTING",
"sellingStatus": "Selling Now",
"startPrice": null,
"updatedAt": "2023-01-02T19:39:06.495Z",
"path": "Listings/DC6NO5",
"objectID": "DC6NO5"
},
{
"completionDate": "Mbinao 123",
"numberOfUnits": "13",
"parkingRestriction": "this is the parking restriction",
"amenities": [
"Security Access",
"Business Center",
"Controlled Access Parking"
],
"exposures": [
"East",
"North East",
"South"
],
"hasLocker": false,
"constructionStatus": "Pre Construction",
"minBeds": 0,
"owners": [],
"ceilingHeights": "10ft",
"finishes": "Super premium",
"minBaths": 1,
"assignmentFee": 3,
"numberOfIncentives": 1,
"maxBaths": 2,
"metering": "12mdasn volts",
"constructionStartedTBD": false,
"streetNumber": 123,
"geographicAddress": "123 test street name, Toronto",
"ccOrMaintFeeIncluded": false,
"estimatedCompletionDate": null,
"virtualShowing": "noshowingvirtaul.com",
"storageRestriction": "",
"country": "Canada",
"_geoloc": {
"lat": 12,
"lng": 24
},
"developmentLeviesIncluded": true,
"photos": [
{
"createdAt": "2023-01-14T05:51:00.417Z",
"name": "Property Card (1).svg",
"tags": [
"Exterior",
"Interior"
],
"type": "image/svg+xml",
"url": "https://storage.googleapis.com/precon-app.appspot.com/ce6e9c9e-e1cf-44c1-b125-4cd9e0549f30"
}
],
"lockerMaintainanceIncluded": false,
"storageCostIncluded": true,
"startPrice": 1098990,
"salesStartedTBD": false,
"streetName": "test street name",
"logo": {
"name": "logo",
"url": "https://storage.googleapis.com/precon-app.appspot.com/c5a78666-f335-410d-ab39-41c629e3936c.png"
},
"numberOfFloors": "12",
"builders": [
"Builders/3tLqusTBLjz2p52xbuU3"
],
"coverPhoto": {
"name": "cover",
"url": "https://storage.googleapis.com/precon-app.appspot.com/9b5c8cef-38f6-4a52-a551-7f9bc82da71c.png"
},
"developmentLevies": null,
"contactForPricing": false,
"long": "24",
"numberOfFloorPlans": 48,
"maxBeds": 3,
"marketingCompanies": [
"Marketers/5zG7biPh5vDGxP4GMw58"
],
"storageCost": null,
"salesCompanies": [
"SalesCompanies/md5syAFCqmgio8CUTk1Q"
],
"architects": [
"Architects/IgC5hMbQ1jqXAAoV4ynY"
],
"cityOrDistrict": "Toronto",
"hasParking": true,
"parkingCostIncluded": true,
"floorPlans": [
{
"contactForPricing": false,
"createdAt": "2023-01-14T05:57:09.514Z",
"exposure": [
"East",
"North East",
"South"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2023_01_04_04_22_53_screenshot_2023-01-04_162300.png"
},
"lastUpdated": "2023-01-14T05:57:09.514Z",
"name": "782 sq. ft.",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "782",
"startPrice": 1098990,
"status": "Available"
},
{
"contactForPricing": false,
"createdAt": "2023-01-06T02:45:58.961Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2022_09_12_01_44_17_871_-_2_bed.png"
},
"lastUpdated": "2023-01-06T02:45:58.961Z",
"name": "871 sq. ft.",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "871",
"startPrice": "1240990",
"status": "Available"
},
{
"contactForPricing": true,
"createdAt": "2023-01-06T02:45:58.961Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_11_08_02_48_23_895_sq_ft.jpg"
},
"lastUpdated": "2023-01-06T02:45:58.961Z",
"name": "895 sq. ft.",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "895",
"startPrice": "",
"status": "Available"
},
{
"contactForPricing": true,
"createdAt": "2023-01-06T02:45:58.961Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_11_08_02_52_01_812_sq_ft.jpg"
},
"lastUpdated": "2023-01-06T02:45:58.961Z",
"name": "812 sq. ft.",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "812",
"startPrice": "",
"status": "Available"
},
{
"contactForPricing": true,
"createdAt": "2023-01-06T02:45:58.961Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2022_03_23_01_19_54_ys_marketing_plans_tower__ph_march_16th_2022-31.jpg"
},
"lastUpdated": "2023-01-06T02:45:58.961Z",
"name": "871 sq. ft.",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "871",
"startPrice": "",
"status": "Available"
},
{
"contactForPricing": false,
"createdAt": "2023-01-06T02:45:58.961Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_07_04_01_15_44_tri_ys_fpinsert_052219_print_3bed_893_opt1_1.png"
},
"lastUpdated": "2023-01-06T02:45:58.961Z",
"name": "893 sq. ft.",
"numberOfBathrooms": 2,
"numberOfBedrooms": 3,
"planCategory": "floorPlan",
"squareFeet": "893",
"startPrice": "1149990",
"status": "Available"
},
{
"contactForPricing": false,
"createdAt": "2023-01-06T02:45:58.961Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2020_11_03_11_52_14_2161yongestreet_tributecommunities_floorplans_1027_1.png"
},
"lastUpdated": "2023-01-06T02:45:58.961Z",
"name": "1027 sq. ft.",
"numberOfBathrooms": 2,
"numberOfBedrooms": 3,
"planCategory": "floorPlan",
"squareFeet": "1027",
"startPrice": "1439990",
"status": "Available"
},
{
"contactForPricing": false,
"createdAt": "2023-01-06T02:45:58.961Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2020_11_03_11_52_20_2161yongestreet_tributecommunities_floorplans_1176_1.png"
},
"lastUpdated": "2023-01-06T02:45:58.961Z",
"name": "1176 sq. ft.",
"numberOfBathrooms": 2,
"numberOfBedrooms": 3,
"planCategory": "floorPlan",
"squareFeet": "1176",
"startPrice": "1549990",
"status": "Available"
},
{
"contactForPricing": false,
"createdAt": "2023-01-06T02:45:58.961Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2020_11_03_11_52_36_2161yongestreet_tributecommunities_floorplans_1224_1.png"
},
"lastUpdated": "2023-01-06T02:45:58.961Z",
"name": "1224 sq. ft.",
"numberOfBathrooms": 2,
"numberOfBedrooms": 3,
"planCategory": "floorPlan",
"squareFeet": "1224",
"startPrice": "1589990",
"status": "Available"
},
{
"contactForPricing": false,
"createdAt": "2023-01-06T02:45:58.961Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_07_04_01_03_58_tri_ys_fpinsert_052219_print_studio_412_1.png"
},
"lastUpdated": "2023-01-06T02:45:58.961Z",
"name": "412 sq. ft.",
"numberOfBathrooms": 1,
"numberOfBedrooms": 0,
"planCategory": "floorPlan",
"squareFeet": "412",
"startPrice": "569990",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2023-01-06T02:45:58.962Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_02_01_06_02_14_floor_plans_podium_-_yonge__soudan_condos_1_1.png"
},
"lastUpdated": "2023-01-06T02:45:58.962Z",
"name": "450 sq. ft.",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "450",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2023-01-06T02:45:58.962Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_02_01_05_50_04_floor_plans_tower_-_yonge__soudan_condos_9_1.png"
},
"lastUpdated": "2023-01-06T02:45:58.962Z",
"name": "455 sq. ft.",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "455",
"startPrice": "512990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2023-01-06T02:45:58.962Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_02_01_05_54_07_floor_plans_tower_-_yonge__soudan_condos_10_1.png"
},
"lastUpdated": "2023-01-06T02:45:58.962Z",
"name": "525 sq. ft.",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "525",
"startPrice": "561990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2023-01-06T02:45:58.962Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_07_04_01_05_02_tri_ys_fpinsert_052219_print_1bed_542_1.png"
},
"lastUpdated": "2023-01-06T02:45:58.962Z",
"name": "542 sq. ft.",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "542",
"startPrice": "607990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2023-01-06T02:45:58.962Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_07_04_01_05_35_tri_ys_fpinsert_052219_print_1bed_585_1.png"
},
"lastUpdated": "2023-01-06T02:45:58.962Z",
"name": "585 sq. ft.",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "585",
"startPrice": "791990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2023-01-06T02:45:58.962Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_02_01_05_52_17_floor_plans_tower_-_yonge__soudan_condos_5_1.png"
},
"lastUpdated": "2023-01-06T02:45:58.962Z",
"name": "595 sq. ft.",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "595",
"startPrice": "667990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2023-01-06T02:45:58.962Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_02_01_05_50_33_floor_plans_tower_-_yonge__soudan_condos_8_1.png"
},
"lastUpdated": "2023-01-06T02:45:58.962Z",
"name": "570 sq. ft.",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "570",
"startPrice": "617990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2023-01-06T02:45:58.962Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_02_01_05_59_08_floor_plans_podium_-_yonge__soudan_condos_2_1.png"
},
"lastUpdated": "2023-01-06T02:45:58.962Z",
"name": "590 sq. ft.",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "590",
"startPrice": "823990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2023-01-06T02:45:58.962Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_02_01_05_52_42_floor_plans_tower_-_yonge__soudan_condos_4_1.png"
},
"lastUpdated": "2023-01-06T02:45:58.962Z",
"name": "600 sq. ft.",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "600",
"startPrice": "697990",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2023-01-06T02:45:58.962Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_02_01_05_58_24_floor_plans_podium_-_yonge__soudan_condos_3_1.png"
},
"lastUpdated": "2023-01-06T02:45:58.962Z",
"name": "628 sq. ft.",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "628",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2023-01-06T02:45:58.962Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_07_04_01_06_05_tri_ys_fpinsert_052219_print_2bed_686_1.png"
},
"lastUpdated": "2023-01-06T02:45:58.962Z",
"name": "686 sq. ft.",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "686",
"startPrice": "989990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2023-01-06T02:45:58.962Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_02_01_05_53_05_floor_plans_tower_-_yonge__soudan_condos_3_1.png"
},
"lastUpdated": "2023-01-06T02:45:58.962Z",
"name": "695 sq. ft.",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "695",
"startPrice": "783990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2023-01-06T02:45:58.962Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_07_04_01_07_36_tri_ys_podiumfpinsert_052819_737_1.png"
},
"lastUpdated": "2023-01-06T02:45:58.962Z",
"name": "737 sq. ft.",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "737",
"startPrice": "795990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2023-01-06T02:45:58.962Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_02_01_05_57_23_floor_plans_podium_-_yonge__soudan_condos_5_1.png"
},
"lastUpdated": "2023-01-06T02:45:58.962Z",
"name": "740 sq. ft.",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "740",
"startPrice": "775990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2023-01-06T02:45:58.962Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_02_01_05_56_54_floor_plans_podium_-_yonge__soudan_condos_6_1.png"
},
"lastUpdated": "2023-01-06T02:45:58.962Z",
"name": "745 sq. ft.",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "745",
"startPrice": "795990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2023-01-06T02:45:58.962Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_07_04_01_08_11_tri_ys_podiumfpinsert_052819_777_1.png"
},
"lastUpdated": "2023-01-06T02:45:58.962Z",
"name": "777 sq. ft.",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "777",
"startPrice": "818990",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2023-01-06T02:45:58.962Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_02_01_05_56_28_floor_plans_podium_-_yonge__soudan_condos_7_1.png"
},
"lastUpdated": "2023-01-06T02:45:58.962Z",
"name": "780 sq. ft.",
"numberOfBathrooms": 1,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "780",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2023-01-06T02:45:58.962Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_02_01_05_55_58_floor_plans_podium_-_yonge__soudan_condos_8_1.png"
},
"lastUpdated": "2023-01-06T02:45:58.962Z",
"name": "790 sq. ft.",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "790",
"startPrice": "818990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2023-01-06T02:45:58.962Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_02_01_05_51_21_floor_plans_tower_-_yonge__soudan_condos_7_1.png"
},
"lastUpdated": "2023-01-06T02:45:58.962Z",
"name": "795 sq. ft.",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "795",
"startPrice": "860990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2023-01-06T02:45:58.962Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_07_04_01_08_51_tri_ys_podiumfpinsert_052819_832_1.png"
},
"lastUpdated": "2023-01-06T02:45:58.962Z",
"name": "832 sq. ft.",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "832",
"startPrice": "861990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2023-01-06T02:45:58.962Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_07_04_01_09_37_tri_ys_podiumfpinsert_052819_844_1.png"
},
"lastUpdated": "2023-01-06T02:45:58.962Z",
"name": "844 sq. ft.",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "844",
"startPrice": "899990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2023-01-06T02:45:58.962Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_02_01_06_01_52_floor_plans_podium_-_yonge__soudan_condos_10_1.png"
},
"lastUpdated": "2023-01-06T02:45:58.962Z",
"name": "845 sq. ft.",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "845",
"startPrice": "861990",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2023-01-06T02:45:58.962Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_02_01_06_01_19_floor_plans_podium_-_yonge__soudan_condos_11_1.png"
},
"lastUpdated": "2023-01-06T02:45:58.962Z",
"name": "865 sq. ft.",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "865",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2023-01-06T02:45:58.962Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_02_01_05_51_52_floor_plans_tower_-_yonge__soudan_condos_6_1.png"
},
"lastUpdated": "2023-01-06T02:45:58.962Z",
"name": "885 sq. ft.",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "885",
"startPrice": "1016990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2023-01-06T02:45:58.962Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_07_04_01_11_11_tri_ys_podiumfpinsert_052819_718_1.png"
},
"lastUpdated": "2023-01-06T02:45:58.962Z",
"name": "718 sq. ft.",
"numberOfBathrooms": 1,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "718",
"startPrice": "775990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2023-01-06T02:45:58.962Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_02_01_05_58_11_floor_plans_podium_-_yonge__soudan_condos_4_1.png"
},
"lastUpdated": "2023-01-06T02:45:58.962Z",
"name": "730 sq. ft.",
"numberOfBathrooms": 1,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "730",
"startPrice": "775990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2023-01-06T02:45:58.962Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_02_01_05_55_28_floor_plans_podium_-_yonge__soudan_condos_9_1.png"
},
"lastUpdated": "2023-01-06T02:45:58.962Z",
"name": "820 sq. ft.",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "820",
"startPrice": "886990",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2023-01-06T02:45:58.963Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_02_01_06_00_53_floor_plans_podium_-_yonge__soudan_condos_12_1.png"
},
"lastUpdated": "2023-01-06T02:45:58.962Z",
"name": "885 sq. ft.",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "885",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2023-01-06T02:45:58.963Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_07_04_01_13_45_tri_ys_podiumfpinsert_052819_929_1.png"
},
"lastUpdated": "2023-01-06T02:45:58.963Z",
"name": "929 sq. ft.",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "929",
"startPrice": "1027990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2023-01-06T02:45:58.963Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_02_01_06_00_26_floor_plans_podium_-_yonge__soudan_condos_13_1.png"
},
"lastUpdated": "2023-01-06T02:45:58.963Z",
"name": "945 sq. ft.",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "945",
"startPrice": "1027990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2023-01-06T02:45:58.963Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_07_04_01_14_21_tri_ys_podiumfpinsert_052819_947_1.png"
},
"lastUpdated": "2023-01-06T02:45:58.963Z",
"name": "947 sq. ft.",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "947",
"startPrice": "988990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2023-01-06T02:45:58.963Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_02_01_05_59_54_floor_plans_podium_-_yonge__soudan_condos_14_1.png"
},
"lastUpdated": "2023-01-06T02:45:58.963Z",
"name": "965 sq. ft.",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "965",
"startPrice": "988990",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2023-01-06T02:45:58.963Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_11_08_02_49_56_919_sq_ft.jpg"
},
"lastUpdated": "2023-01-06T02:45:58.963Z",
"name": "919 sq. ft.",
"numberOfBathrooms": 2,
"numberOfBedrooms": 3,
"planCategory": "floorPlan",
"squareFeet": "919",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2023-01-06T02:45:58.963Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_07_04_01_18_18_tri_ys_podiumfpinsert_052819_960_1.png"
},
"lastUpdated": "2023-01-06T02:45:58.963Z",
"name": "960 sq. ft.",
"numberOfBathrooms": 2,
"numberOfBedrooms": 3,
"planCategory": "floorPlan",
"squareFeet": "960",
"startPrice": "987990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2023-01-06T02:45:58.963Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_02_01_05_53_43_floor_plans_tower_-_yonge__soudan_condos_2_1.png"
},
"lastUpdated": "2023-01-06T02:45:58.963Z",
"name": "975 sq. ft.",
"numberOfBathrooms": 2,
"numberOfBedrooms": 3,
"planCategory": "floorPlan",
"squareFeet": "975",
"startPrice": "968990",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2023-01-06T02:45:58.963Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2020_11_03_11_52_33_2161yongestreet_tributecommunities_floorplans_1103_1.png"
},
"lastUpdated": "2023-01-06T02:45:58.963Z",
"name": "1103 sq. ft.",
"numberOfBathrooms": 2,
"numberOfBedrooms": 3,
"planCategory": "floorPlan",
"squareFeet": "1103",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2023-01-06T02:45:58.963Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2020_11_03_11_52_29_2161yongestreet_tributecommunities_floorplans_1173_1.png"
},
"lastUpdated": "2023-01-06T02:45:58.963Z",
"name": "1173 sq. ft.",
"numberOfBathrooms": 2,
"numberOfBedrooms": 3,
"planCategory": "floorPlan",
"squareFeet": "1173",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2023-01-06T02:45:58.963Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2020_11_03_11_52_24_2161yongestreet_tributecommunities_floorplans_1226_1.png"
},
"lastUpdated": "2023-01-06T02:45:58.963Z",
"name": "1226 sq. ft.",
"numberOfBathrooms": 2,
"numberOfBedrooms": 3,
"planCategory": "floorPlan",
"squareFeet": "1226",
"startPrice": "",
"status": "Sold Out"
}
],
"firstOccupancyDateTBD": true,
"postalCode": "123456",
"firstOccupancyDate": null,
"type": [
"Condo"
],
"interiorDesigners": [
"InteriorDesigners/40MlPNcpFer8VFyhQaMl"
],
"lockerMaintainance": 0,
"lat": "12",
"municipalities": [
"C10"
],
"completionDateTBD": false,
"region": "Toronto",
"name": "Sample Listing - TEST Example",
"maxSize": 1226,
"estimatedCompletionDateTBD": true,
"constructionStarted": "Summer 2021",
"listingId": "Q1UD4Y",
"minSize": 412,
"paymentStructures": [
{
"milestones": [
{
"amount": 1,
"prefix": "w",
"suffix": "r",
"text": "w 1% r",
"type": "percentage"
}
],
"totalDeposit": 2,
"type": "Standard"
},
{
"milestones": [
{
"amount": 7,
"prefix": "m",
"suffix": "n",
"text": "m 7% n",
"type": "percentage"
}
],
"totalDeposit": 6,
"type": "International"
},
{
"milestones": [
{
"amount": 3,
"prefix": "a",
"suffix": "b",
"text": "a $3 b",
"type": "fixed"
},
{
"amount": 2,
"prefix": "i",
"suffix": "6",
"text": "i 2% 6",
"type": "percentage"
}
],
"totalDeposit": 3,
"type": "International"
}
],
"mode": "live",
"parkingMaintainance": 4,
"parkingMaintainanceIncluded": false,
"meteringIncluded": false,
"assignmentFeeFree": false,
"videos": [
"https://www.youtube.com/watch?v=K-4WTMfoNcI",
"https://www.youtube.com/watch?v=GZbtKfQ0IE8"
],
"brokerages": [],
"updatedAt": "2023-01-14T05:58:01.286Z",
"summary": "This is the random summay",
"salesStarted": "Summer 2023",
"state": "Ontario",
"fullAddress": "123 test street name, Toronto",
"neighbourhood": [
"Bathurst Manor"
],
"parkingCost": null,
"endPrice": 1589990,
"createdAt": "2022-11-24T17:55:50.370Z",
"ccOrMaintFee": 0,
"sellingStatus": "Selling Now",
"incentives": [
{
"date": "2022-12-01",
"description": "The problem is solved"
}
],
"path": "Listings/Q1UD4Y",
"completionYear": 123,
"constructionStartedYear": 2021,
"estimatedCompletionYear": 2031,
"firstOccupancyYear": null,
"salesStartedYear": 129,
"averagePricePerSqFeet": 1157,
"endPricePerSqFeet": 1098990,
"startPricePerSqFeet": 993,
"objectID": "Q1UD4Y"
}
]
}
4. Get Profiles Of A Listing
The Get Profiles Of A Listing
retrieves the profiles of a specific listing.
Request Parameters
The Get Profiles Of A Listing
endpoint supports the following request parameters:
Parameter | Required/Optional | Data Type | Description |
---|---|---|---|
product_id | Required | string | The unique product identifier. |
id | Required | string | Listing ID for which profiles needs to fetched. |
referrences | Optional | string | Fields for which profiles needs to be attached, should be comma separated. |
Response Payload
Here's an example response payload for a specified listing:
{
"owners": [],
"builders": [
"Builders/3tLqusTBLjz2p52xbuU3"
],
"marketingCompanies": [
"Marketers/5zG7biPh5vDGxP4GMw58"
],
"salesCompanies": [
"SalesCompanies/md5syAFCqmgio8CUTk1Q"
],
"architects": [
"Architects/IgC5hMbQ1jqXAAoV4ynY"
],
"salesCentres": [
"SalesCentres/WsFV1i4dgvzgsJbwdvZI"
],
"interiorDesigners": [
"InteriorDesigners/40MlPNcpFer8VFyhQaMl"
],
"agents": [],
"communities": [],
"brokerages": [],
"id": "Q1UD4Y"
}
5. Get Similar Listings
The Get Similar Listings
endpoint retrieves similar listings for the given listing.
Request Parameters
The Get Similar Listings
endpoint supports the following request parameters:
Parameter | Required/Optional | Data Type | Description |
---|---|---|---|
product_id | Required | string | The unique product identifier. |
id | Required | string | Listing id for which similar listings needs to be fetched. |
retrieveAttributes | Optional | string | Attributes to retrieve, should be comma separated. |
referrences | Optional | string | Fields for which profiles needs to be attached, should be comma separated. |
minScore | Optional | integer | Listings minimum similarity score. |
maxRecommendations | Optional | integer | Maximum number of recommendations/results. |
Response Payload
Following is a response example:
{
"results": [
{
"_score": 52.27,
"contactForPricing": true,
"coverPhoto": {
"name": "cover",
"url": "https://storage.googleapis.com/precon-app.appspot.com/a8e6df7d-3161-42fe-a3f4-25d58fa4170e.png"
},
"createdAt": "2023-01-02T19:39:06.490Z",
"endPrice": null,
"exposures": [],
"floorPlans": [],
"fullAddress": "",
"geographicAddress": "",
"hasLocker": false,
"hasParking": false,
"listingId": "DC6NO5",
"maxBaths": null,
"maxBeds": null,
"maxSize": null,
"minBaths": null,
"minBeds": null,
"minSize": null,
"mode": "live",
"name": "TEST LISTING",
"objectID": "DC6NO5",
"path": "Listings/DC6NO5",
"sellingStatus": "Selling Now",
"startPrice": null,
"updatedAt": "2023-01-02T19:39:06.495Z"
},
{
"_geoloc": {
"lat": 0,
"lng": 0
},
"_score": 41.55,
"amenities": [],
"architects": [],
"assignmentFee": 0,
"assignmentFeeFree": false,
"brokerages": [],
"builders": [
"Builders/3tLqusTBLjz2p52xbuU3"
],
"ccOrMaintFee": 0,
"ccOrMaintFeeIncluded": false,
"ceilingHeights": "",
"completionDate": "",
"completionDateTBD": false,
"constructionStarted": "",
"constructionStartedTBD": false,
"constructionStatus": null,
"contactForPricing": true,
"country": null,
"coverPhoto": {
"name": "cover",
"url": "https://storage.googleapis.com/precon-app.appspot.com/fb32e5f9-32dd-4ee7-bc5c-5a5910b63a36.png"
},
"createdAt": "2022-12-06T14:41:57.611Z",
"developmentLevies": "",
"developmentLeviesIncluded": false,
"endPrice": null,
"estimatedCompletionDate": "",
"estimatedCompletionDateTBD": false,
"exposures": [],
"finishes": "",
"firstOccupancyDate": "",
"firstOccupancyDateTBD": false,
"floorPlans": null,
"fullAddress": "",
"geographicAddress": "",
"hasLocker": false,
"hasParking": false,
"incentives": [],
"interiorDesigners": [],
"lat": "",
"listingId": "LKYIW1",
"lockerMaintainance": 0,
"lockerMaintainanceIncluded": false,
"logo": {
"name": "logo",
"url": null
},
"long": "",
"marketingCompanies": [],
"maxBaths": null,
"maxBeds": null,
"maxSize": null,
"metering": "",
"meteringIncluded": false,
"minBaths": null,
"minBeds": null,
"minSize": null,
"mode": "live",
"municipalities": [],
"name": "TEst listing for create webhook test",
"neighbourhood": [],
"numberOfFloorPlans": 0,
"numberOfFloors": "",
"numberOfIncentives": 0,
"numberOfUnits": "",
"objectID": "LKYIW1",
"owners": [],
"parkingCost": 0,
"parkingCostIncluded": false,
"parkingMaintainance": 0,
"parkingMaintainanceIncluded": false,
"parkingRestriction": "",
"path": "Listings/LKYIW1",
"paymentStructures": [],
"photos": [],
"postalCode": "",
"region": null,
"salesCompanies": [],
"salesStarted": "",
"salesStartedTBD": false,
"sellingStatus": "Pending",
"startPrice": null,
"state": null,
"storageCost": 0,
"storageCostIncluded": false,
"storageRestriction": "",
"streetName": "",
"streetNumber": null,
"summary": "",
"type": [],
"updatedAt": "2022-12-06T14:43:17.277Z",
"videos": [],
"virtualShowing": ""
},
{
"_geoloc": {
"lat": 0,
"lng": 0
},
"_score": 36.96,
"amenities": [],
"architects": [],
"assignmentFee": null,
"assignmentFeeFree": false,
"brokerages": [],
"builders": [],
"ccOrMaintFee": null,
"ccOrMaintFeeIncluded": false,
"ceilingHeights": "1.6",
"cityOrDistrict": "Burnaby",
"completionDate": "",
"completionDateTBD": false,
"constructionStarted": "",
"constructionStartedTBD": false,
"constructionStatus": null,
"contactForPricing": true,
"country": null,
"coverPhoto": {
"name": "cover",
"url": null
},
"createdAt": "2023-01-20T03:37:40.565Z",
"developmentLevies": "",
"developmentLeviesIncluded": false,
"endPrice": null,
"estimatedCompletionDate": "",
"estimatedCompletionDateTBD": false,
"estimatedCompletionYear": null,
"exposures": [],
"finishes": "",
"firstOccupancyDate": "",
"firstOccupancyDateTBD": false,
"floorPlans": null,
"fullAddress": "Burnaby",
"geographicAddress": "Burnaby",
"hasLocker": false,
"hasParking": false,
"incentives": [],
"interiorDesigners": [],
"lat": "",
"listingId": "G3SRCU",
"lockerMaintainance": null,
"lockerMaintainanceIncluded": false,
"logo": {
"name": "logo",
"url": null
},
"long": "",
"marketingCompanies": [],
"maxBaths": null,
"maxBeds": null,
"maxSize": null,
"metering": "",
"meteringIncluded": false,
"minBaths": null,
"minBeds": null,
"minSize": null,
"mode": "live",
"municipalities": [],
"name": "Sample Listing Name Change",
"neighbourhood": [],
"numberOfFloorPlans": 0,
"numberOfFloors": "",
"numberOfIncentives": 0,
"numberOfUnits": "",
"objectID": "G3SRCU",
"owners": [],
"parkingCost": null,
"parkingCostIncluded": false,
"parkingMaintainance": null,
"parkingMaintainanceIncluded": false,
"parkingRestriction": "",
"path": "Listings/G3SRCU",
"paymentStructures": [],
"photos": [],
"postalCode": "",
"region": null,
"salesCompanies": [],
"salesStarted": "",
"salesStartedTBD": false,
"sellingStatus": "Pending",
"startPrice": null,
"state": null,
"storageCost": null,
"storageCostIncluded": false,
"storageRestriction": "",
"streetName": "",
"streetNumber": null,
"summary": "Test summary change",
"type": [],
"updatedAt": "2023-01-20T04:25:02.311Z",
"videos": [],
"virtualShowing": ""
},
{
"_geoloc": {
"lat": 43.65931003092599,
"lng": -79.40030645577895
},
"_score": 23.61,
"amenities": [],
"architects": [],
"assignmentFee": 0,
"assignmentFeeFree": false,
"averagePricePerSqFeet": 705,
"brokerages": [],
"builders": [],
"ccOrMaintFee": 0,
"ccOrMaintFeeIncluded": false,
"ceilingHeights": "",
"cityOrDistrict": "Toronto",
"completionDate": "",
"completionDateTBD": false,
"constructionStarted": "",
"constructionStartedTBD": false,
"constructionStatus": "Pre Construction",
"contactForPricing": false,
"country": "Canada",
"coverPhoto": {
"name": "cover",
"url": "https://storage.googleapis.com/precon-app.appspot.com/fa74779f-a87a-4e35-adf5-4dc74c43410b.png"
},
"createdAt": "2022-11-30T22:22:46.279Z",
"developmentLevies": "",
"developmentLeviesIncluded": false,
"endPrice": 911990,
"endPricePerSqFeet": 552990,
"estimatedCompletionDate": "",
"estimatedCompletionDateTBD": false,
"estimatedCompletionYear": null,
"exposures": [
"North West",
"South West",
"North East",
"South East",
"South",
"North",
"West",
"East"
],
"finishes": "",
"firstOccupancyDate": "",
"firstOccupancyDateTBD": false,
"floorPlans": [
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:56:29.580Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_08_24_09_40_24_viewsonthepreserve_mattamyhomes_floorplans_npa2.jpg"
},
"lastUpdated": "2022-12-01T20:56:29.580Z",
"name": "Npa2",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "552",
"startPrice": "552990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:56:29.581Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_12_02_03_22_55_157__gtw_votp_1br-a1_floorplan.png"
},
"lastUpdated": "2022-12-01T20:56:29.581Z",
"name": "Npa1",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "552",
"startPrice": "565990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:56:29.581Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_12_02_03_22_57_971_gtwvotp1brdb7floorplan.png"
},
"lastUpdated": "2022-12-01T20:56:29.581Z",
"name": "Npb7",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "552",
"startPrice": "589990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:56:29.581Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_12_02_03_23_00_087_gtwvotp1brdb8floorplan.png"
},
"lastUpdated": "2022-12-01T20:56:29.581Z",
"name": "Npb8",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "565",
"startPrice": "589990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:56:29.581Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_11_16_04_27_54_npa3_corner.png"
},
"lastUpdated": "2022-12-01T20:56:29.581Z",
"name": "Npa3 Corner",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "605",
"startPrice": "599990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:56:29.581Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_08_24_09_40_33_viewsonthepreserve_mattamyhomes_floorplans_npb4.jpg"
},
"lastUpdated": "2022-12-01T20:56:29.581Z",
"name": "Npb4",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "619",
"startPrice": "611990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:56:29.581Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_08_24_09_40_30_viewsonthepreserve_mattamyhomes_floorplans_npb2.jpg"
},
"lastUpdated": "2022-12-01T20:56:29.581Z",
"name": "Npb2",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "646",
"startPrice": "636990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:56:29.581Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_11_16_04_29_25_npb3.png"
},
"lastUpdated": "2022-12-01T20:56:29.581Z",
"name": "Npb3",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "665",
"startPrice": "649990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:56:29.581Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_08_24_09_40_27_viewsonthepreserve_mattamyhomes_floorplans_npb1.jpg"
},
"lastUpdated": "2022-12-01T20:56:29.581Z",
"name": "Npb1",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "735",
"startPrice": "681990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:56:29.581Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_08_24_09_40_35_viewsonthepreserve_mattamyhomes_floorplans_npb5.jpg"
},
"lastUpdated": "2022-12-01T20:56:29.581Z",
"name": "Npb5",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "737",
"startPrice": "686990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:56:29.581Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_08_24_09_40_38_viewsonthepreserve_mattamyhomes_floorplans_npb6.jpg"
},
"lastUpdated": "2022-12-01T20:56:29.581Z",
"name": "Npb6",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "752",
"startPrice": "689990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:56:29.581Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_08_24_09_40_56_viewsonthepreserve_mattamyhomes_floorplans_npc4.jpg"
},
"lastUpdated": "2022-12-01T20:56:29.581Z",
"name": "Npc4",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "859",
"startPrice": "784990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:56:29.581Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_08_24_09_40_48_viewsonthepreserve_mattamyhomes_floorplans_npc1.jpg"
},
"lastUpdated": "2022-12-01T20:56:29.581Z",
"name": "Npc1",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "892",
"startPrice": "799990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:56:29.581Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_12_02_03_22_47_940__gtw_votp_2br-c3_floorplan.png"
},
"lastUpdated": "2022-12-01T20:56:29.581Z",
"name": "Npc3 Corner",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "907",
"startPrice": "819990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:56:29.581Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_12_02_03_22_41_492__gtw_votp_2br-c2_floorplan.png"
},
"lastUpdated": "2022-12-01T20:56:29.581Z",
"name": "Npc2 Corner",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "915",
"startPrice": "819990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:56:29.581Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_08_24_09_40_59_viewsonthepreserve_mattamyhomes_floorplans_npc5-corner.jpg"
},
"lastUpdated": "2022-12-01T20:56:29.581Z",
"name": "Npc5 Corner",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "929",
"startPrice": "849990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:56:29.581Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_11_16_04_50_49_npd1_corner.png"
},
"lastUpdated": "2022-12-01T20:56:29.581Z",
"name": "Npd1 Corner",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "1083",
"startPrice": "944990",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-01T20:58:10.598Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_08_37_46_9th_main_floor_plan_h.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.598Z",
"name": "H",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "665",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-01T20:58:10.598Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_08_33_37_9th_main_floor_plan_a.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.598Z",
"name": "A",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "630",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_08_36_45_9th_main_floor_plan_f.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "F",
"numberOfBathrooms": 1.5,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "645",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_08_35_33_9th_main_floor_plan_b.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "B",
"numberOfBathrooms": 1.5,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "660",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_08_35_45_9th_main_floor_plan_c.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "C",
"numberOfBathrooms": 1.5,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "670",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_08_36_14_9th_main_floor_plan_d.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "D",
"numberOfBathrooms": 1.5,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "685",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_06_14_03_48_17_9thmain-fp-suite-e_1.png"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "E",
"numberOfBathrooms": 2,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "730",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_06_14_03_49_13_9thmain-fp-suite-g_1.png"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "G",
"numberOfBathrooms": 2,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "755",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_08_38_30_9th_main_floor_plan_j.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "J",
"numberOfBathrooms": 1.5,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "890",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_08_59_25_9th_main_floor_plan_w.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "W",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "930",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_08_43_39_9th_main_floor_plan_m.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "M",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "1245",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [
"North West"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_20_24_2018_05_15_08_43_39_9th_main_floor_plan_m.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "312",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "1245",
"startPrice": "949990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [
"North West"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_20_24_2018_05_15_08_43_39_9th_main_floor_plan_m.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "412",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "1245",
"startPrice": "861990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [
"North West"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_09_15_09_24_08_building_a-_suite_m_2.png"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "612",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "1245",
"startPrice": "899990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [
"South West"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_55_02_2018_05_15_08_43_39_9th_main_floor_plan_m.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "333",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "1245",
"startPrice": "982990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [
"South West"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_09_15_09_13_18_building_b_-_suite_m_2.png"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "633",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "1245",
"startPrice": "899990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [
"South West"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_55_02_2018_05_15_08_43_39_9th_main_floor_plan_m.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "433",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "1245",
"startPrice": "889990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [
"South West"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_12_07_02_09_41_533.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "533",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "1245",
"startPrice": "899990",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_08_40_02_9th_main_floor_plan_l.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "L",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "1250",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_08_42_57_9th_main_floor_plan_l1.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "L1",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "1250",
"startPrice": "784990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [
"North East"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_18_53_2018_05_15_08_40_02_9th_main_floor_plan_l.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "511",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "1250",
"startPrice": "825990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [
"North East"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_18_53_2018_05_15_08_40_02_9th_main_floor_plan_l.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "311",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "1250",
"startPrice": "879990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [
"South East"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_49_26_2018_05_15_08_40_02_9th_main_floor_plan_l.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "332",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "1250",
"startPrice": "879900",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [
"South East"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_49_26_2018_05_15_08_40_02_9th_main_floor_plan_l.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "532",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "1250",
"startPrice": "831990",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_08_39_03_9th_main_floor_plan_k.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "K",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "1165",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [
"South"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_14_52_plan_k.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "421",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "1165",
"startPrice": "771990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [
"North"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_48_14_plan_k.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "816",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "1165",
"startPrice": "836990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [
"South"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_48_14_plan_k.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "637",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "1165",
"startPrice": "818990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [
"North"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_48_14_plan_k.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "337",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "1165",
"startPrice": "843990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [
"South"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_09_15_09_22_09_building_a-_suite_k_2.png"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "714",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "1165",
"startPrice": "842990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [
"South"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_12_07_02_06_58_723.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "723",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "1165",
"startPrice": "849990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [
"South"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_14_52_plan_k.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "808",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "1165",
"startPrice": "862990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [
"South"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_48_14_plan_k.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "811",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "1165",
"startPrice": "869990",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_08_39_26_9th_main_floor_plan_k1.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "K.1",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "1170",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [
"West"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_16_20_2018_05_15_08_39_26_9th_main_floor_plan_k1.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "414",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "1170",
"startPrice": "799990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [
"West"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_47_41_2018_05_15_08_39_26_9th_main_floor_plan_k1.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "635",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "1170",
"startPrice": "818990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [
"West"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_47_41_2018_05_15_08_39_26_9th_main_floor_plan_k1.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "535",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "1170",
"startPrice": "814990",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_08_44_19_9th_main_floor_plan_n.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "N",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "1290",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [
"South"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_17_42_2018_05_15_08_44_19_9th_main_floor_plan_n.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "420",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "1290",
"startPrice": "831990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [
"South"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_17_42_2018_05_15_08_44_19_9th_main_floor_plan_n.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "713",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "1290",
"startPrice": "871990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [
"North"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_51_51_2018_05_15_08_44_19_9th_main_floor_plan_n.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "641",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "1290",
"startPrice": "839990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [
"West"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_51_51_2018_05_15_08_44_19_9th_main_floor_plan_n.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "334",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "1290",
"startPrice": "887990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [
"North"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_09_15_09_12_24_building_b_-_suite_n_2.png"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "441",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "1290",
"startPrice": "829990",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_08_49_16_9th_main_floor_plan_r.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "R",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "1425",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [
"North West"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_53_05_2018_05_15_08_49_16_9th_main_floor_plan_r.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "423",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "1425",
"startPrice": "843990",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_08_59_07_9th_main_floor_plan_v.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "V",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "1500",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [
"South East"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_24_49_2018_05_15_08_59_07_9th_main_floor_plan_v.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "801",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "1500",
"startPrice": "912990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [
"North East"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_57_08_2018_05_15_08_59_07_9th_main_floor_plan_v.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "809",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "1500",
"startPrice": "899990",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_08_45_13_9th_main_floor_plan_p.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "P",
"numberOfBathrooms": 3,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "1555",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [
"South West"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_26_57_2018_05_15_08_45_13_9th_main_floor_plan_p.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "619",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "1555",
"startPrice": "979990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [
"South West"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_26_57_2018_05_15_08_45_13_9th_main_floor_plan_p.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "419",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "1555",
"startPrice": "959990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [
"North West"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_09_15_09_12_39_building_b_-_suite_p_2.png"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "440",
"numberOfBathrooms": 3,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "1555",
"startPrice": "949990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [
"North West"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_02_02_30_2018_05_15_08_45_46_9th_main_floor_plan_p1.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "726",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "1565",
"startPrice": "989990",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_08_50_12_9th_main_floor_plan_u.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "U",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "1630",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_09_00_12_9th_main_floor_plan_lofta.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "Loft A",
"numberOfBathrooms": 3.5,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "2050",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_09_01_02_9th_main_floor_plan_loftb.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "Loft B",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "2055",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_09_04_46_9th_main_floor_plan_loftf.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "Loft F",
"numberOfBathrooms": 3.5,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "2055",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [
"East"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_02_03_33_2018_05_15_09_01_02_9th_main_floor_plan_loftb.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "717",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "2055",
"startPrice": "1369990",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_06_14_03_50_09_9thmain-fp-suite-s_1.png"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "S",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 3,
"planCategory": "floorPlan",
"squareFeet": "1970",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_08_49_47_9th_main_floor_plan_t.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "T",
"numberOfBathrooms": 3.5,
"numberOfBedrooms": 3,
"planCategory": "floorPlan",
"squareFeet": "2065",
"startPrice": "1379990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [
"North West"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_57_20_2018_05_15_08_45_13_9th_main_floor_plan_p.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "640",
"numberOfBathrooms": 3,
"numberOfBedrooms": 3.5,
"planCategory": "floorPlan",
"squareFeet": "1555",
"startPrice": "969990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [
"North West"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_57_20_2018_05_15_08_45_13_9th_main_floor_plan_p.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "540",
"numberOfBathrooms": 3,
"numberOfBedrooms": 3.5,
"planCategory": "floorPlan",
"squareFeet": "1555",
"startPrice": "942990",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_08_45_46_9th_main_floor_plan_p1.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "P1",
"numberOfBathrooms": 3,
"numberOfBedrooms": 3.5,
"planCategory": "floorPlan",
"squareFeet": "1565",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_08_47_47_9th_main_floor_plan_q.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "Q",
"numberOfBathrooms": 3,
"numberOfBedrooms": 3.5,
"planCategory": "floorPlan",
"squareFeet": "1680",
"startPrice": "1039990",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_08_48_29_9th_main_floor_plan_q1.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "Q1",
"numberOfBathrooms": 3,
"numberOfBedrooms": 3.5,
"planCategory": "floorPlan",
"squareFeet": "1690",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_09_03_57_9th_main_floor_plan_lofte.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "Loft E",
"numberOfBathrooms": 3.5,
"numberOfBedrooms": 3.5,
"planCategory": "floorPlan",
"squareFeet": "1975",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T21:00:28.139Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_09_01_27_9th_main_floor_plan_loftc.jpg"
},
"lastUpdated": "2022-12-01T21:00:28.139Z",
"name": "Loft C",
"numberOfBathrooms": 3.5,
"numberOfBedrooms": 3.5,
"planCategory": "floorPlan",
"squareFeet": "2185",
"startPrice": 0,
"status": "Available"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_09_02_27_9th_main_floor_plan_loftd.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "Loft D",
"numberOfBathrooms": 3.5,
"numberOfBedrooms": 3.5,
"planCategory": "floorPlan",
"squareFeet": "2200",
"startPrice": "1399990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [],
"floorPlanType": [
"Townhouse"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_11_28_12_58_01_th_b.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "TH-B",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "1510",
"startPrice": "975000",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [],
"floorPlanType": [
"Townhouse"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_09_09_34_9th_main_floor_plan_thj.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "TH-J",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "1520",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [],
"floorPlanType": [
"Townhouse"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_09_08_01_9th_main_floor_plan_thf.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "TH-F",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "1530",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [],
"floorPlanType": [
"Townhouse"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_30_31_2018_05_15_09_08_01_9th_main_floor_plan_thf.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "126",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "1530",
"startPrice": "891990",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [],
"floorPlanType": [
"Townhouse"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_09_07_16_9th_main_floor_plan_tha.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "TH-A",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "1540",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [],
"floorPlanType": [
"Townhouse"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_10_52_2018_05_15_09_07_16_9th_main_floor_plan_tha.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "112",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "1540",
"startPrice": "901990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [],
"floorPlanType": [
"Townhouse"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_28_55_2018_05_15_09_07_16_9th_main_floor_plan_tha.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "133",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "1540",
"startPrice": "889990",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [],
"floorPlanType": [
"Townhouse"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_06_14_03_55_23_9thmain-fp-th-n_1.png"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "TH-N",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "1545",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [],
"floorPlanType": [
"Townhouse"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_06_46_2019_06_14_03_55_23_9thmain-fp-th-n_1.png"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "113",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "1545",
"startPrice": "889990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [],
"floorPlanType": [
"Townhouse"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_28_10_2019_06_14_03_55_23_9thmain-fp-th-n_1.png"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "130",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "1545",
"startPrice": "893990",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [],
"floorPlanType": [
"Townhouse"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_06_14_03_56_01_9thmain-fp-th-m_1.png"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "TH-M",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "1590",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [],
"floorPlanType": [
"Townhouse"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_07_42_2019_06_14_03_56_01_9thmain-fp-th-m_1.png"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "111",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "1590",
"startPrice": "901990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [],
"floorPlanType": [
"Townhouse"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_30_45_2018_05_15_08_43_39_9th_main_floor_plan_m.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "132",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "1590",
"startPrice": "901990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.599Z",
"exposure": [],
"floorPlanType": [
"Townhouse"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_30_45_2018_05_15_08_43_39_9th_main_floor_plan_m.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.599Z",
"name": "128",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "1590",
"startPrice": "911990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.600Z",
"exposure": [],
"floorPlanType": [
"Townhouse"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_30_45_2018_05_15_08_43_39_9th_main_floor_plan_m.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.600Z",
"name": "131",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "1590",
"startPrice": "911990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.600Z",
"exposure": [],
"floorPlanType": [
"Townhouse"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_09_08_23_9th_main_floor_plan_thg.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.600Z",
"name": "TH-G",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "1615",
"startPrice": "878990",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-01T20:58:10.600Z",
"exposure": [],
"floorPlanType": [
"Townhouse"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_10_18_th_e.png"
},
"lastUpdated": "2022-12-01T20:58:10.600Z",
"name": "TH-E",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "1655",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.600Z",
"exposure": [],
"floorPlanType": [
"Townhouse"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_12_44_th_e.png"
},
"lastUpdated": "2022-12-01T20:58:10.600Z",
"name": "108",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "1655",
"startPrice": "922990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.600Z",
"exposure": [],
"floorPlanType": [
"Townhouse"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_31_40_th_e.png"
},
"lastUpdated": "2022-12-01T20:58:10.600Z",
"name": "125",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "1655",
"startPrice": "932990",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-01T20:58:10.600Z",
"exposure": [],
"floorPlanType": [
"Townhouse"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_06_14_03_51_38_9thmain-fp-th-c-2_1_1.png"
},
"lastUpdated": "2022-12-01T20:58:10.600Z",
"name": "TH-C",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "1510",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.600Z",
"exposure": [],
"floorPlanType": [
"Townhouse"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_12_25_2018_05_15_09_09_34_9th_main_floor_plan_thj.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.600Z",
"name": "107",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "1520",
"startPrice": "905990",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-01T20:58:10.600Z",
"exposure": [],
"floorPlanType": [
"Townhouse"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_06_14_03_54_37_9thmain-fp-th-l-2_1.png"
},
"lastUpdated": "2022-12-01T20:58:10.600Z",
"name": "TH-L",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "1545",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T21:00:08.268Z",
"exposure": [],
"floorPlanType": [
"Townhouse"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_06_14_03_54_00_9thmain-fp-th-k-2_1.png"
},
"lastUpdated": "2022-12-01T21:00:08.268Z",
"name": "TH-K",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "1600",
"startPrice": 903990,
"status": "Available"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.600Z",
"exposure": [],
"floorPlanType": [
"Townhouse"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_06_14_03_52_30_9thmain-fp-th-d_1.png"
},
"lastUpdated": "2022-12-01T20:58:10.600Z",
"name": "TH-D",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "1975",
"startPrice": "1089990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:59:57.263Z",
"exposure": [],
"floorPlanType": [
"Townhouse"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_07_42_2019_06_14_03_56_01_9thmain-fp-th-m_1.png"
},
"lastUpdated": "2022-12-01T20:59:57.263Z",
"name": "114",
"numberOfBathrooms": 3,
"numberOfBedrooms": 3.5,
"planCategory": "floorPlan",
"squareFeet": "1590",
"startPrice": 911990,
"status": "Available"
},
{
"contactForPricing": true,
"createdAt": "2022-12-01T20:59:48.116Z",
"exposure": [],
"floorPlanType": [
"Townhouse"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_05_15_09_08_46_9th_main_floor_plan_thh.jpg"
},
"lastUpdated": "2022-12-01T20:59:48.116Z",
"name": "TH-H",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 3.5,
"planCategory": "floorPlan",
"squareFeet": "1865",
"startPrice": 0,
"status": "Available"
},
{
"contactForPricing": false,
"createdAt": "2022-12-01T20:58:10.600Z",
"exposure": [],
"floorPlanType": [
"Townhouse"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_26_01_33_16_2018_05_15_09_08_46_9th_main_floor_plan_thh_1.jpg"
},
"lastUpdated": "2022-12-01T20:58:10.600Z",
"name": "134",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 3.5,
"planCategory": "floorPlan",
"squareFeet": "1865",
"startPrice": "1063990",
"status": "Sold Out"
}
],
"fullAddress": "4 Kerr St, Toronto",
"geographicAddress": "4 Kerr St, Toronto",
"hasLocker": false,
"hasParking": false,
"incentives": [],
"interiorDesigners": [],
"lat": "43.65931003092599",
"listingId": "MK6B8C",
"lockerMaintainance": 0,
"lockerMaintainanceIncluded": false,
"logo": {
"name": "logo",
"url": null
},
"long": "-79.40030645577895",
"marketingCompanies": [],
"maxBaths": 3.5,
"maxBeds": 3.5,
"maxSize": 2200,
"metering": "",
"meteringIncluded": false,
"minBaths": 1,
"minBeds": 1,
"minSize": 552,
"mode": "live",
"municipalities": [
"C07"
],
"name": "TEST Floorplan",
"neighbourhood": [
"Alexandra Park"
],
"numberOfFloorPlans": 112,
"numberOfFloors": "",
"numberOfIncentives": 0,
"numberOfUnits": "",
"objectID": "MK6B8C",
"owners": [],
"parkingCost": 0,
"parkingCostIncluded": false,
"parkingMaintainance": 0,
"parkingMaintainanceIncluded": false,
"parkingRestriction": "",
"path": "Listings/MK6B8C",
"paymentStructures": [],
"photos": [
{
"createdAt": "2022-12-27T19:26:09.577Z",
"name": "NORM-LI_170803_EXT_Amenity_A01.jpg",
"tags": [
"Exterior"
],
"type": "image/jpeg",
"url": "https://storage.googleapis.com/precon-app.appspot.com/2008c5ef-c4cd-4f25-b144-2ff48d665037"
},
{
"createdAt": "2022-12-27T19:26:09.577Z",
"name": "NORM-LI_170801_INT_Amenity_01_11x17.jpg",
"tags": [
"Exterior"
],
"type": "image/jpeg",
"url": "https://storage.googleapis.com/precon-app.appspot.com/41e07616-5b2c-43f9-b2b7-2b65a3c7243d"
},
{
"createdAt": "2022-12-27T19:26:09.577Z",
"name": "NORM-LI_170727_EXT_Aerial_01.jpg",
"tags": [
"Exterior"
],
"type": "image/jpeg",
"url": "https://storage.googleapis.com/precon-app.appspot.com/857b71ac-400f-4a93-a679-c68a0f41a7dd"
},
{
"createdAt": "2022-12-27T19:26:09.577Z",
"name": "NORM-LI_170721_EXT_Hero_03 (1).jpg",
"tags": [
"Exterior"
],
"type": "image/jpeg",
"url": "https://storage.googleapis.com/precon-app.appspot.com/717710a1-c63f-49cd-8a06-3ee70f73212e"
}
],
"postalCode": "",
"region": "Toronto",
"salesCompanies": [
"SalesCompanies/md5syAFCqmgio8CUTk1Q"
],
"salesStarted": "",
"salesStartedTBD": false,
"sellingStatus": "Selling Now",
"startPrice": 0,
"startPricePerSqFeet": 0,
"state": "Ontario",
"storageCost": 0,
"storageCostIncluded": false,
"storageRestriction": "",
"streetName": "Kerr St",
"streetNumber": 4,
"summary": "",
"type": [
"Condo"
],
"updatedAt": "2022-12-27T19:26:18.006Z",
"videos": [],
"virtualShowing": ""
},
{
"_geoloc": {
"lat": 43.77472005249832,
"lng": -79.34494187303011
},
"_score": 9.76,
"amenities": [
"Concierge",
"Lounge",
"Pool",
"Yoga Studio",
"Pilates Studio",
"Exercise Fitness Room",
"Theatre Room",
"Terrace",
"Guest Suites",
"Party Room",
"Billiards Room",
"Patios",
"BBQ Area",
"Kitchenette",
"Weight Room",
"Whirlpool",
"Mail Room",
"Storage Lockers"
],
"architects": [],
"assignmentFee": 0,
"assignmentFeeFree": false,
"averagePricePerSqFeet": 480,
"brokerages": [],
"builders": [
"Builders/ernCXB3iyrtBvpf8XZX6"
],
"ccOrMaintFee": 0.55,
"ccOrMaintFeeIncluded": false,
"ceilingHeights": "9'0'' to 10'0''",
"cityOrDistrict": "Toronto",
"completionDate": "2014",
"completionDateTBD": false,
"completionYear": 2014,
"constructionStarted": "",
"constructionStartedTBD": false,
"constructionStartedYear": null,
"constructionStatus": "Complete",
"contactForPricing": true,
"country": "Canada",
"coverPhoto": {
"name": "cover",
"url": "https://storage.googleapis.com/precon-app.appspot.com/9f115170-c481-4ad5-98ba-dbeb0f234f5e.png"
},
"createdAt": "2022-12-01T19:53:49.147Z",
"developmentLevies": "",
"developmentLeviesIncluded": false,
"endPrice": null,
"endPricePerSqFeet": 257900,
"estimatedCompletionDate": "Dec, 2014",
"estimatedCompletionDateTBD": false,
"estimatedCompletionYear": 2014,
"exposures": [],
"finishes": "",
"firstOccupancyDate": "2014",
"firstOccupancyDateTBD": false,
"firstOccupancyYear": 2014,
"floorPlans": [
{
"contactForPricing": true,
"createdAt": "2022-12-09T12:31:48.884Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2011_02_02_03_10_55_1_bed_539.PNG"
},
"lastUpdated": "2022-12-09T12:31:48.884Z",
"name": "Amethyst",
"numberOfBathrooms": 0,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "539",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-09T12:31:48.886Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2015_01_22_02_29_17_rhinestone_1.png"
},
"lastUpdated": "2022-12-09T12:31:48.886Z",
"name": "Rhinestone",
"numberOfBathrooms": 0,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "541",
"startPrice": "257900",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-09T12:31:48.886Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2011_02_02_03_11_15_1_bed_543.PNG"
},
"lastUpdated": "2022-12-09T12:31:48.886Z",
"name": "Onyx",
"numberOfBathrooms": 0,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "543",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-09T12:31:48.886Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2011_02_02_03_10_22_sapphire_1_bed.PNG"
},
"lastUpdated": "2022-12-09T12:31:48.886Z",
"name": "Sapphire",
"numberOfBathrooms": 0,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "543",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-09T12:31:48.886Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2015_01_22_02_27_46_jasper_1.png"
},
"lastUpdated": "2022-12-09T12:31:48.886Z",
"name": "Jasper",
"numberOfBathrooms": 0,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "599",
"startPrice": "281900",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-09T12:31:48.886Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2011_02_02_03_11_55_1_bd_639.PNG"
},
"lastUpdated": "2022-12-09T12:31:48.886Z",
"name": "Garnet",
"numberOfBathrooms": 0,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "639",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-09T12:31:48.887Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2011_02_02_03_12_41_1_bd_649.PNG"
},
"lastUpdated": "2022-12-09T12:31:48.887Z",
"name": "Cameo",
"numberOfBathrooms": 0,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "649",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-09T12:31:48.887Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2011_02_02_03_12_17_1_bd_657.PNG"
},
"lastUpdated": "2022-12-09T12:31:48.887Z",
"name": "Jade",
"numberOfBathrooms": 0,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "657",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-09T12:31:48.887Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2011_02_02_03_13_03_1_bd_767.PNG"
},
"lastUpdated": "2022-12-09T12:31:48.887Z",
"name": "Topaz",
"numberOfBathrooms": 0,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "767",
"startPrice": "385900",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-09T12:31:48.887Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2011_02_02_03_13_32_2_b_730.PNG"
},
"lastUpdated": "2022-12-09T12:31:48.887Z",
"name": "Ruby",
"numberOfBathrooms": 0,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "730",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-09T12:31:48.887Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2011_02_02_03_13_52_2_b_738.PNG"
},
"lastUpdated": "2022-12-09T12:31:48.887Z",
"name": "Diamond",
"numberOfBathrooms": 0,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "738",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-09T12:31:48.887Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2011_02_02_03_14_11_2_b_869.PNG"
},
"lastUpdated": "2022-12-09T12:31:48.887Z",
"name": "Coral",
"numberOfBathrooms": 0,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "869",
"startPrice": "410900",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-09T12:31:48.887Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2011_02_02_03_14_30_2_b_887.PNG"
},
"lastUpdated": "2022-12-09T12:31:48.887Z",
"name": "Crystal",
"numberOfBathrooms": 0,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "887",
"startPrice": "419900",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-09T12:31:48.887Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2011_02_02_03_14_53_2_b_901.PNG"
},
"lastUpdated": "2022-12-09T12:31:48.887Z",
"name": "Opal",
"numberOfBathrooms": 0,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "901",
"startPrice": "436900",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-09T12:31:48.887Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2011_02_02_03_15_17_2_b_912.PNG"
},
"lastUpdated": "2022-12-09T12:31:48.887Z",
"name": "Pearl",
"numberOfBathrooms": 0,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "912",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-09T12:31:48.887Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2011_02_02_03_15_49_2_b_1005.PNG"
},
"lastUpdated": "2022-12-09T12:31:48.887Z",
"name": "Emerald",
"numberOfBathrooms": 0,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "1005",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-09T12:31:48.887Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2011_02_02_03_16_33_2_bd.PNG"
},
"lastUpdated": "2022-12-09T12:31:48.887Z",
"name": "Moonstone",
"numberOfBathrooms": 0,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "907",
"startPrice": "436900",
"status": "Sold Out"
}
],
"fullAddress": "70 Forest Manor Rd, Toronto",
"geographicAddress": "70 Forest Manor Rd, Toronto",
"hasLocker": true,
"hasParking": true,
"incentives": [],
"interiorDesigners": [],
"lat": "43.774720052498324",
"listingId": "69S6VN",
"lockerMaintainance": 13,
"lockerMaintainanceIncluded": false,
"logo": {
"name": "logo",
"url": "https://storage.googleapis.com/precon-app.appspot.com/645aaa52-8754-44af-940d-8a3a843fbd76.png"
},
"long": "-79.34494187303011",
"marketingCompanies": [],
"maxBaths": 0,
"maxBeds": 2.5,
"maxSize": 1005,
"metering": "",
"meteringIncluded": false,
"minBaths": 0,
"minBeds": 1,
"minSize": 539,
"mode": "live",
"municipalities": [
"C15"
],
"name": "Emerald City Condos 2",
"neighbourhood": [
"Henry Farm"
],
"numberOfFloorPlans": 17,
"numberOfFloors": "29",
"numberOfIncentives": 0,
"numberOfUnits": "404",
"objectID": "69S6VN",
"owners": [],
"parkingCost": 28000,
"parkingCostIncluded": false,
"parkingMaintainance": 40,
"parkingMaintainanceIncluded": false,
"parkingRestriction": "",
"path": "Listings/69S6VN",
"paymentStructures": [
{
"milestones": [
{
"amount": 3500,
"prefix": "",
"suffix": "with agreement",
"text": "$3500 with agreement",
"type": "fixed"
},
{
"amount": 5,
"prefix": "",
"suffix": "in 30 days",
"text": "5% in 30 days",
"type": "percentage"
},
{
"amount": 15,
"prefix": "",
"suffix": "at occupancy",
"text": "15% at occupancy",
"type": "percentage"
}
],
"totalDeposit": 20,
"type": "Standard"
}
],
"photos": [
{
"createdAt": "2022-12-01T20:08:08.007Z",
"name": "2011_08_10_01_25_56_int.png",
"tags": [
"Interior"
],
"type": "image/png",
"url": "https://storage.googleapis.com/precon-app.appspot.com/d53bca23-0b79-4ee3-913e-14876f0c5185"
},
{
"createdAt": "2022-12-01T20:08:08.007Z",
"name": "2011_08_10_01_26_36_int3.png",
"tags": [
"Interior"
],
"type": "image/png",
"url": "https://storage.googleapis.com/precon-app.appspot.com/46cefa26-f0fb-4354-98ed-1e81c6ff1bbb"
},
{
"createdAt": "2022-12-01T20:08:08.007Z",
"name": "Emerald-City-Condominiums-in-Don-Mills-6-v6-full.jpg",
"tags": [
"Interior"
],
"type": "image/jpeg",
"url": "https://storage.googleapis.com/precon-app.appspot.com/343d9e7c-4051-4237-93dc-dec2b1c55c19"
},
{
"createdAt": "2022-12-01T20:08:08.007Z",
"name": "Emerald-City-Condos-Phase-2-Amenities-5-v6-full.jpg",
"tags": [
"Interior"
],
"type": "image/jpeg",
"url": "https://storage.googleapis.com/precon-app.appspot.com/5be9c3b9-dfa3-46e2-8ca7-b2fa992ce2de"
},
{
"createdAt": "2022-12-01T20:08:08.007Z",
"name": "Emerald-City-Terrace-7-v6-full.jpg",
"tags": [
"Interior"
],
"type": "image/jpeg",
"url": "https://storage.googleapis.com/precon-app.appspot.com/569f8aad-d621-45ff-85db-a43f26b05dd5"
}
],
"postalCode": "M2J 0A9",
"region": "Toronto",
"salesCompanies": [
"SalesCompanies/2LaAbcrrhlDDs4dhuO8p"
],
"salesStarted": "",
"salesStartedTBD": false,
"salesStartedYear": null,
"sellingStatus": "Sold Out",
"startPrice": null,
"startPricePerSqFeet": 470,
"state": "Ontario",
"storageCost": 2900,
"storageCostIncluded": false,
"storageRestriction": "",
"streetName": "Forest Manor Rd",
"streetNumber": 70,
"summary": "ELAD Canadaβs signature residential community in Toronto, Emerald City, on Sheppard across from Fairview Mall is the perfect example of exceptional product blended with exciting lifestyle amenities in a location that offers the utmost in convenience.",
"type": [
"Condo"
],
"updatedAt": "2022-12-09T12:31:51.564Z",
"videos": [],
"virtualShowing": ""
}
],
"perPage": 5,
"total": 5,
"pages": 1,
"page": 0
}
6. Get Facets Of Listing
The Get Facets Of Listing
endpoint retrieves facet information of the given listing.
Request Parameters
The Get Facets Of Listing
endpoint supports the following request parameters:
Parameter | Required/Optional | Data Type | Description |
---|---|---|---|
product_id | Required | string | The unique product identifier. |
facets | Required | string | Attributes to fetch facets for, should be comma separated. |
format | Optional | string | The format of facets. Accepts either "object" or "list", by default is "object". |
Response Payload
Here's an example of the `Get Facets Of Listing
endpoint's response payload:
{
"amenities": {
"Party Room": 373,
"Fitness Centre": 266,
"Lounge": 229,
"Yoga Studio": 228,
"Concierge": 200,
"Exercise Fitness Room": 185,
"BBQ Area": 177,
"Games Room": 136,
"Pool": 133,
"Theatre Room": 130,
"Terrace": 127,
"Guest Suite": 113,
"Outdoor Terrace": 106,
"Rooftop Terrace": 105,
"Sauna": 105,
"Guest Suites": 99,
"Billiards Room": 91,
"24 Hour Concierge Service": 88,
"Meeting Room": 82,
"Lobby Lounge": 80,
"Pilates Studio": 78,
"Library": 76,
"Bar": 75,
"24 Hour Concierge": 74,
"Steam Room": 74,
"Dining Area": 73,
"Pet Spa": 72,
"Mail Room": 71,
"Lobby": 67,
"Spa": 65,
"Co Working Spaces": 64,
"Fitness Studio": 63,
"Parcel Room": 62,
"Yoga Room": 62,
"Fireplace Lounge": 56,
"Gym": 55,
"Dining Room": 52,
"Media Room": 52,
"Outdoor Swimming Pool": 51,
"Party Room With Kitchen": 49,
"Catering Kitchen": 48,
"Hot Tub": 48,
"Courtyard": 46,
"Private Dining Room": 46,
"Change Rooms": 45,
"Kids Play Area": 45,
"Sun Deck": 45,
"Concierge Attended Lobby": 42,
"Indoor Pool": 41,
"Kids Play Room": 40,
"Board Room": 39,
"Movie Theater": 39,
"Pet Wash Station": 38,
"Social Lounge": 38,
"Kitchen": 37,
"Cabanas": 36,
"Garden": 34,
"Outdoor Lounge": 33,
"Parcel Storage": 33,
"Whirlpool": 32,
"Outdoor BBQ Dining Spaces": 31,
"Private Dining": 31,
"Yoga Area": 31,
"Parking": 30,
"Bike Storage": 29,
"Fitness Facilities": 29,
"Kids Zone": 28,
"Roof Top Terraces": 28,
"Fitness Area": 27,
"Multi Purpose Room": 25,
"Outdoor Dining": 25,
"Rooftop Lounge": 25,
"Business Center": 24,
"Dog Wash Area": 24,
"Basketball Court": 23,
"Dog Run": 23,
"Fitness Room": 23,
"Private Dinning Area": 23,
"Swimming Pool": 23,
"Childrens Play Area": 21,
"Community Garden": 21,
"Entertainment Lounge": 21,
"Chefs Kitchen": 20,
"Co Working Lounge": 20,
"Concierge Service": 20,
"Event Lounge": 20,
"Meditation Room": 20,
"Outdoor BBQ Stations": 20,
"Pet Wash Area": 20,
"Bar Lounge": 19,
"Bicycle Storage": 19,
"Massage Room": 18,
"Outdoor Lounge Area": 18,
"Wi Fi Lounge": 18,
"Fire Pits": 17,
"Golf Simulator": 17,
"Party Room Lounge Area": 17,
"Pet Grooming Room": 17,
"Cardio Room": 16,
"Caterers Kitchen": 16
}
}
7. Get Trending Listings
The Get Trending Listings
endpoint is used to retrieve the most trending listings.
Request Parameters
The Get Trending Listings
endpoint supports the following request parameters:
Parameter | Required/Optional | Data Type | Description |
---|---|---|---|
product_id | Required | string | The unique product identifier. |
retrieveAttributes | Optional | string | Attributes to retrieve, should be comma separated. |
referrences | Optional | string | Fields for which profiles needs to be attached, should be comma separated. |
minScore | Optional | integer | Listings minimum score (from 0 to 100), 100 being most trending. |
maxRecommendations | Optional | integer | Maximum number of recommendations/results. Maximum is 30. |
Response Payload
Below is a response example for Get Trending Listings
endpoint.
{
"results": [
{
"_geoloc": {
"lat": 43.7718016253332,
"lng": -79.34465277322927
},
"_score": 100,
"agents": [],
"amenities": [
"Landscaped Outdoor Terrace",
"Kids Zone And Family Area",
"Yoga Studio",
"Concierge Attended Lobby",
"Fitness Room",
"Pet Play Area",
"Party Room With Dining Area",
"Pool",
"Sauna",
"Hot Tub",
"Wi Fi Lounge",
"Bike Storage",
"Mail Room",
"Community Lounge",
"Terrace"
],
"architects": [
"Architects/nBLI3pvltLfrmxrFfJcF"
],
"assignmentFee": 0,
"assignmentFeeFree": false,
"averagePricePerSqFeet": 953,
"brokerLink": "",
"brokerages": [],
"builders": [
"Builders/ernCXB3iyrtBvpf8XZX6"
],
"ccOrMaintFee": 0.52,
"ccOrMaintFeeIncluded": false,
"ceilingHeights": "9'0''",
"cityOrDistrict": "Toronto",
"communities": [],
"completionDate": "Sept 2021",
"completionDateTBD": false,
"completionYear": 2021,
"constructionStarted": "2018",
"constructionStartedTBD": false,
"constructionStartedYear": 2018,
"constructionStatus": "Complete",
"contactForPricing": true,
"country": "Canada",
"coverPhoto": {
"name": "cover",
"url": "https://storage.googleapis.com/precon-app.appspot.com/bd5beb96-ba76-4762-bbb7-b935e605cf9c.png"
},
"createdAt": "2022-12-01T19:34:27.605Z",
"createdBy": "[email protected]",
"developmentLevies": "",
"developmentLeviesIncluded": false,
"documents": [],
"endPrice": null,
"endPricePerSqFeet": 574900,
"estimatedCompletionDate": "Dec 2021",
"estimatedCompletionDateTBD": false,
"estimatedCompletionYear": 2021,
"exposures": [],
"finishes": "",
"firstOccupancyDate": "Sept 2021",
"firstOccupancyDateTBD": false,
"firstOccupancyYear": 2021,
"floorPlans": [
{
"contactForPricing": false,
"createdAt": "2022-12-08T19:28:19.104Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_04_05_11_44_57_1.jpg"
},
"lastUpdated": "2022-12-08T19:28:19.104Z",
"name": "Sangay",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "581",
"startPrice": "574900",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-08T19:28:19.105Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2017_02_17_10_33_56_elad_canada_peak_emerald_city_floor_plan_bryce.jpg"
},
"lastUpdated": "2022-12-08T19:28:19.105Z",
"name": "Bryce",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "524",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-08T19:28:19.105Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2017_02_17_10_33_36_elad_canada_peak_emerald_city_floor_plan_logan.jpg"
},
"lastUpdated": "2022-12-08T19:28:19.105Z",
"name": "Logan",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "526",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T19:28:19.106Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2017_02_17_10_32_27_elad_canada_peak_emerald_city_floor_plan_nelson.jpg"
},
"lastUpdated": "2022-12-08T19:28:19.106Z",
"name": "Nelson",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "612",
"startPrice": "569900",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-08T19:28:19.106Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2017_02_17_10_37_37_elad_canada_peak_emerald_city_floor_plan_denali.jpg"
},
"lastUpdated": "2022-12-08T19:28:19.106Z",
"name": "Denali",
"numberOfBathrooms": 2,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "619",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-08T19:28:19.106Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2017_02_17_10_36_35_elad_canada_peak_emerald_city_floor_plan_robson.jpg"
},
"lastUpdated": "2022-12-08T19:28:19.106Z",
"name": "Robson",
"numberOfBathrooms": 2,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "621",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-08T19:28:19.106Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2017_02_17_10_35_39_elad_canada_peak_emerald_city_floor_plan_rainier.jpg"
},
"lastUpdated": "2022-12-08T19:28:19.106Z",
"name": "Rainier",
"numberOfBathrooms": 2,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "622",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T19:28:19.106Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2017_02_17_10_35_05_elad_canada_peak_emerald_city_floor_plan_vinson.jpg"
},
"lastUpdated": "2022-12-08T19:28:19.106Z",
"name": "Vinson",
"numberOfBathrooms": 2,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "627",
"startPrice": "579900",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T19:28:19.106Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_04_05_11_47_22_2.jpg"
},
"lastUpdated": "2022-12-08T19:28:19.106Z",
"name": "Olympus",
"numberOfBathrooms": 2,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "646",
"startPrice": "595900",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T19:28:19.106Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_04_05_11_47_58_3.jpg"
},
"lastUpdated": "2022-12-08T19:28:19.106Z",
"name": "Snowdon",
"numberOfBathrooms": 2,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "685",
"startPrice": "637900",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T19:28:19.106Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_04_05_11_48_24_4.jpg"
},
"lastUpdated": "2022-12-08T19:28:19.106Z",
"name": "Blanc",
"numberOfBathrooms": 2,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "723",
"startPrice": "754900",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-08T19:28:19.106Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2017_02_17_10_32_59_elad_canada_peak_emerald_city_floor_plan_whistler.jpg"
},
"lastUpdated": "2022-12-08T19:28:19.106Z",
"name": "Whistler",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "738",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T19:28:19.106Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_04_05_11_48_52_5.jpg"
},
"lastUpdated": "2022-12-08T19:28:19.106Z",
"name": "Pico",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "752",
"startPrice": "715900",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-08T19:28:19.106Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2017_02_17_10_34_26_elad_canada_peak_emerald_city_floor_plan_everest.jpg"
},
"lastUpdated": "2022-12-08T19:28:19.106Z",
"name": "Everest",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "761",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-08T19:28:19.106Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2017_02_17_10_36_08_elad_canada_peak_emerald_city_floor_plan_fuji.jpg"
},
"lastUpdated": "2022-12-08T19:28:19.106Z",
"name": "Fuji",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "807",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T19:28:19.106Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2017_02_17_10_37_05_elad_canada_peak_emerald_city_floor_plan_elias.jpg"
},
"lastUpdated": "2022-12-08T19:28:19.106Z",
"name": "Elias",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "809",
"startPrice": "799900",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T19:28:19.106Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_04_05_11_49_38_6.jpg"
},
"lastUpdated": "2022-12-08T19:28:19.106Z",
"name": "Odin",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "881",
"startPrice": "869900",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T19:28:19.106Z",
"exposure": [],
"floorPlanType": [
"Townhouse"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_07_29_02_46_01_leconte_1.png"
},
"lastUpdated": "2022-12-08T19:28:19.106Z",
"name": "LeConte",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 3.5,
"planCategory": "floorPlan",
"squareFeet": "1699",
"startPrice": "1459900",
"status": "Sold Out"
}
],
"fullAddress": "32 Forest Manor Rd, Toronto",
"geographicAddress": "32 Forest Manor Rd, Toronto",
"hasLocker": true,
"hasParking": true,
"incentives": [],
"interiorDesigners": [
"InteriorDesigners/aIy93KrY8PdbjlTTzAEV"
],
"lat": "43.771801625333204",
"listingId": "SUSLKY",
"lockerMaintainance": 19.95,
"lockerMaintainanceIncluded": false,
"logo": {
"name": "logo",
"url": "https://storage.googleapis.com/precon-app.appspot.com/06752231-f530-4590-915b-0f8fc9889114.png"
},
"long": "-79.34465277322927",
"marketingCompanies": [
"Marketers/58bBz696X7ry4FnN9VHX",
"Marketers/ys1Mk2a204Z9AUFeNdIl"
],
"maxBaths": 2.5,
"maxBeds": 3.5,
"maxSize": 1699,
"metering": "Hydro, Water, and Heating/Cooling are metered separately ( Maintenance for Townhouses: $0.30/sq ft)",
"meteringIncluded": false,
"minBaths": 1,
"minBeds": 1,
"minSize": 524,
"mode": "live",
"municipalities": [
"C15"
],
"name": "The Peak at Emerald City",
"neighbourhood": [
"Henry Farm"
],
"numberOfFloorPlans": 18,
"numberOfFloors": "33",
"numberOfIncentives": 0,
"numberOfUnits": "374",
"objectID": "SUSLKY",
"owners": [],
"parkingCost": 60000,
"parkingCostIncluded": false,
"parkingMaintainance": 49.95,
"parkingMaintainanceIncluded": false,
"parkingRestriction": "",
"path": "Listings/SUSLKY",
"paymentStructures": [
{
"milestones": [
{
"amount": 5000,
"prefix": "",
"suffix": "with signing of Agreement",
"text": "$5000 with signing of Agreement",
"type": "fixed"
},
{
"amount": 5,
"prefix": "",
"suffix": " in 30 days",
"text": "5% in 30 days",
"type": "percentage"
},
{
"amount": 15,
"prefix": "",
"suffix": "on Interim Occupancy",
"text": "15% on Interim Occupancy",
"type": "percentage"
}
],
"totalDeposit": 20,
"type": "Standard"
},
{
"milestones": [
{
"amount": 5000,
"prefix": "",
"suffix": "with signing of Agreement",
"text": "$5000 with signing of Agreement",
"type": "fixed"
},
{
"amount": 5,
"prefix": "",
"suffix": "in 30 days",
"text": "5% in 30 days",
"type": "percentage"
},
{
"amount": 5,
"prefix": "",
"suffix": "in 90 days",
"text": "5% in 90 days",
"type": "percentage"
},
{
"amount": 10,
"prefix": "",
"suffix": "in 270 days",
"text": "10% in 270 days",
"type": "percentage"
},
{
"amount": 10,
"prefix": "",
"suffix": "in 400 days",
"text": "10% in 400 days",
"type": "percentage"
},
{
"amount": 5,
"prefix": "",
"suffix": "on Interim Occupancy",
"text": "5% on Interim Occupancy",
"type": "percentage"
}
],
"totalDeposit": 35,
"type": "International"
}
],
"photos": [
{
"createdAt": "2022-12-01T19:48:37.848Z",
"name": "2017_04_19_10_18_28_elad_32072_the_peak_disclaimers_on_renderings_4.jpg",
"tags": [
"Interior"
],
"type": "image/jpeg",
"url": "https://storage.googleapis.com/precon-app.appspot.com/bd94877f-9e38-416f-a5f5-98b0d8189c3d"
},
{
"createdAt": "2022-12-01T19:48:37.848Z",
"name": "2017_04_19_10_18_30_elad_32072_the_peak_disclaimers_on_renderings_5.jpg",
"tags": [
"Interior"
],
"type": "image/jpeg",
"url": "https://storage.googleapis.com/precon-app.appspot.com/fd3d19fb-663e-4d6a-b9a1-bb5eacebeabd"
},
{
"createdAt": "2022-12-01T19:48:37.848Z",
"name": "2020_07_07_04_59_44_thepeakatemeraldcity_eladcanada_rendering_lobby.jpg",
"tags": [
"Interior"
],
"type": "image/jpeg",
"url": "https://storage.googleapis.com/precon-app.appspot.com/0b2fb6cc-0db7-4ee1-ae5a-acdc268a4b80"
},
{
"createdAt": "2022-12-01T19:48:37.848Z",
"name": "2020_07_07_04_59_44_thepeakatemeraldcity_eladcanada_rendering_pool.jpg",
"tags": [
"Interior"
],
"type": "image/jpeg",
"url": "https://storage.googleapis.com/precon-app.appspot.com/69c5b5d2-2506-40f8-843b-1e2a3afd29aa"
},
{
"createdAt": "2022-12-01T19:48:37.848Z",
"name": "The-Peak-Condos-at-Emerald-City-Resident-Entrance-3-v65-full.jpg",
"tags": [
"Exterior"
],
"type": "image/jpeg",
"url": "https://storage.googleapis.com/precon-app.appspot.com/d0ca1624-f68d-44c2-b76e-229756778d20"
}
],
"postalCode": "M2J 0H2",
"primaryCollection": "Listings",
"primaryField": "listings",
"realtorCommission": 5,
"realtorPayouts": {
"commission": 5,
"contactDeveloper": false,
"details": ""
},
"refLink1": "https://agent.condonow.com/The-Peak-Condos-at-Emerald-City",
"refLink2": "https://www.buzzbuzzhome.com/toronto-on/the-peak-at-emerald-city",
"region": "Toronto",
"salesCentres": [],
"salesCompanies": [
"SalesCompanies/2LaAbcrrhlDDs4dhuO8p"
],
"salesStarted": "",
"salesStartedTBD": false,
"salesStartedYear": null,
"sellingStatus": "Sold Out",
"startPrice": null,
"startPricePerSqFeet": 859,
"state": "Ontario",
"storageCost": 6000,
"storageCostIncluded": false,
"storageRestriction": "",
"streetName": "Forest Manor Rd",
"streetNumber": 32,
"summary": "Experience elevated living at The Peak, a striking 33-storey gem. The Peak offers outstanding amenities for your recreational and entertainment pursuits. From the grand lobby to party room, to the pool and sauna, itβs an oasis of convenience and comfort.",
"tags": [],
"type": [
"Condo"
],
"updatedAt": "2022-12-08T19:28:22.232Z",
"updatedBy": "[email protected]",
"videos": [],
"virtualShowing": "",
"website": "https://almadev.ca/past-projects",
"worksheet": "",
"worksheetType": "Url"
},
{
"_geoloc": {
"lat": 43.66261413925042,
"lng": -79.46973670163416
},
"_score": 100,
"agents": [],
"amenities": [
"Gym",
"Yoga Studio",
"Multi Purpose Lounge",
"Outdoor Lounge",
"Dining Area",
"Parcel Room",
"BBQ Area",
"Concierge",
"Party Room",
"Sauna",
"Private Dining Room",
"Media Room",
"Outdoor Garden"
],
"architects": [
"Architects/InuLUvWDNu5dqNpqYCPh",
"Architects/yREIbl6C4BE7bDxdavxj"
],
"assignmentFee": 3000,
"assignmentFeeFree": false,
"averagePricePerSqFeet": 1723,
"brokerLink": "https://260highpark.milborneapp.com/",
"brokerLinkPassword": "E1N#HpGZ",
"brokerLinkUsername": "[email protected]",
"brokerages": [],
"builders": [
"Builders/YCgyllQIgsymRZlnUKYj"
],
"ccOrMaintFee": 0.55,
"ccOrMaintFeeIncluded": false,
"ceilingHeights": "10'0\"",
"cityOrDistrict": "Toronto",
"communities": [],
"completionDate": null,
"completionDateTBD": true,
"constructionStarted": "Summer 2019",
"constructionStartedTBD": false,
"constructionStatus": "Construction",
"contactForPricing": false,
"country": "Canada",
"coverPhoto": {
"name": "cover",
"url": "https://storage.googleapis.com/precon-app.appspot.com/b175408f-0da1-4aa4-9143-865182575171.png"
},
"createdAt": "2022-12-29T17:57:54.907Z",
"createdBy": "[email protected]",
"developmentLevies": "apped Development Levies ($10,000)",
"developmentLeviesIncluded": false,
"documents": [
{
"createdAt": "2023-01-30T22:52:12.398Z",
"name": "260 High Park - Brochure",
"tags": [],
"type": "application/pdf",
"url": "https://storage.googleapis.com/precon-app.appspot.com/5ddb87e4-4c8a-4e0e-896a-a8974a54c10a"
}
],
"endPrice": 4859990,
"endPricePerSqFeet": 1699990,
"estimatedCompletionDate": "Spring 2023",
"estimatedCompletionDateTBD": false,
"estimatedCompletionYear": 2023,
"exposures": [
"North West",
"North East",
"North",
"South East"
],
"finishes": "",
"firstOccupancyDate": null,
"firstOccupancyDateTBD": true,
"floorPlans": [
{
"contactForPricing": false,
"createdAt": "2023-01-12T22:56:21.643Z",
"exposure": [
"North West"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2022_08_12_02_11_27_113.png"
},
"lastUpdated": "2023-01-12T22:56:21.643Z",
"name": "113",
"numberOfBathrooms": 2,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "968",
"startPrice": "1699990",
"status": "Available"
},
{
"contactForPricing": false,
"createdAt": "2023-01-12T22:56:21.644Z",
"exposure": [
"North East"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2022_08_12_02_11_43_116.png"
},
"lastUpdated": "2023-01-12T22:56:21.644Z",
"name": "116",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "1480",
"startPrice": "2599990",
"status": "Available"
},
{
"contactForPricing": false,
"createdAt": "2023-01-12T22:56:21.644Z",
"exposure": [
"North"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2022_08_12_02_12_14_114.png"
},
"lastUpdated": "2023-01-12T22:56:21.644Z",
"name": "114",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "1758",
"startPrice": "2999990",
"status": "Available"
},
{
"contactForPricing": false,
"createdAt": "2023-01-12T22:56:21.644Z",
"exposure": [
"South East"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2022_08_12_02_12_00_317.png"
},
"lastUpdated": "2023-01-12T22:56:21.644Z",
"name": "317",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "2211",
"startPrice": "3749990",
"status": "Available"
},
{
"contactForPricing": false,
"createdAt": "2023-01-12T22:56:21.644Z",
"exposure": [
"North East"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2022_08_12_02_11_57_316.png"
},
"lastUpdated": "2023-01-12T22:56:21.644Z",
"name": "316",
"numberOfBathrooms": 3.5,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "3030",
"startPrice": "4799990",
"status": "Available"
},
{
"contactForPricing": false,
"createdAt": "2023-01-12T22:56:21.644Z",
"exposure": [
"North East"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2022_08_12_02_11_24_ph402.png"
},
"lastUpdated": "2023-01-12T22:56:21.644Z",
"name": "PH 402",
"numberOfBathrooms": 3.5,
"numberOfBedrooms": 3.5,
"planCategory": "floorPlan",
"squareFeet": "2430",
"startPrice": "4859990",
"status": "Available"
},
{
"contactForPricing": false,
"createdAt": "2023-01-12T22:56:21.644Z",
"exposure": [],
"floorPlanType": [
"Townhouse"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2022_08_12_02_12_09_th104.png"
},
"lastUpdated": "2023-01-12T22:56:21.644Z",
"name": "TH104",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "2526",
"startPrice": "3949990",
"status": "Available"
},
{
"contactForPricing": true,
"createdAt": "2023-01-12T22:56:21.644Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2018_09_26_11_45_37_residences-condos-105.png"
},
"lastUpdated": "2023-01-12T22:56:21.644Z",
"name": "105",
"numberOfBathrooms": 1.5,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "679",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2023-01-12T22:56:21.644Z",
"exposure": [
"South East"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_05_28_01_57_27_260-highpark-loft-m118_1.png"
},
"lastUpdated": "2023-01-12T22:56:21.644Z",
"name": "M118",
"numberOfBathrooms": 1.5,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "842",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2023-01-12T22:56:21.644Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_05_12_47_20_m005.png"
},
"lastUpdated": "2023-01-12T22:56:21.644Z",
"name": "M005",
"numberOfBathrooms": 1.5,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "891",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2023-01-12T22:56:21.644Z",
"exposure": [
"North East"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_05_28_02_06_48_260-highpark-loft-m216_1.png"
},
"lastUpdated": "2023-01-12T22:56:21.644Z",
"name": "M216",
"numberOfBathrooms": 1.5,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "1255",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2023-01-12T22:56:21.644Z",
"exposure": [
"North West"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2019_05_28_02_03_44_260-highpark-loft-m115_1.png"
},
"lastUpdated": "2023-01-12T22:56:21.644Z",
"name": "M115",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "1063",
"startPrice": "",
"status": "Sold Out"
}
],
"fullAddress": "260 High Park Avenue, Toronto",
"geographicAddress": "260 High Park Avenue, Toronto",
"hasLocker": false,
"hasParking": false,
"incentives": [],
"interiorDesigners": [
"InteriorDesigners/YX6I9AAH2wMBecSqzntt"
],
"lat": "43.66261413925042",
"listingId": "RYTG89",
"lockerMaintainance": 0,
"lockerMaintainanceIncluded": false,
"logo": {
"name": "logo",
"url": "https://storage.googleapis.com/precon-app.appspot.com/328c4608-45e6-4b16-91d5-c946e1d2110e.png"
},
"long": "-79.46973670163416",
"marketingCompanies": [
"Marketers/5zG7biPh5vDGxP4GMw58"
],
"maxBaths": 3.5,
"maxBeds": 3.5,
"maxSize": 3030,
"metering": "Hydro, Water and Gas separately metered",
"meteringIncluded": false,
"minBaths": 1.5,
"minBeds": 1,
"minSize": 679,
"mode": "live",
"municipalities": [
"W02"
],
"name": "260 High Park",
"neighbourhood": [
"Junction Area"
],
"numberOfFloorPlans": 12,
"numberOfFloors": "4",
"numberOfIncentives": 0,
"numberOfUnits": "70",
"objectID": "RYTG89",
"owners": [],
"parkingCost": 25000,
"parkingCostIncluded": false,
"parkingMaintainance": 0,
"parkingMaintainanceIncluded": false,
"parkingRestriction": "",
"path": "Listings/RYTG89",
"paymentStructures": [
{
"milestones": [
{
"amount": 7.5,
"prefix": "",
"suffix": "DEPOSIT UNITS UNDER $1.75M",
"text": "7.5% DEPOSIT UNITS UNDER $1.75M",
"type": "percentage"
},
{
"amount": 5000,
"prefix": "",
"suffix": "on Signing",
"text": "$5000 on Signing",
"type": "fixed"
},
{
"amount": 2.5,
"prefix": "Balance to",
"suffix": "in 30 Days",
"text": "Balance to 2.5% in 30 Days",
"type": "percentage"
},
{
"amount": 2.5,
"prefix": "",
"suffix": "in 120 Days",
"text": "2.5% in 120 Days",
"type": "percentage"
},
{
"amount": 2.5,
"prefix": "",
"suffix": "in 210 Days",
"text": "2.5% in 210 Days",
"type": "percentage"
},
{
"amount": 7.5,
"prefix": "",
"suffix": "on Occupancy",
"text": "7.5% on Occupancy",
"type": "percentage"
}
],
"totalDeposit": 7.5,
"type": "Standard"
},
{
"milestones": [
{
"amount": 5,
"prefix": "",
"suffix": "DEPOSIT UNITS $1.75M AND UP",
"text": "5% DEPOSIT UNITS $1.75M AND UP",
"type": "percentage"
},
{
"amount": 5000,
"prefix": "",
"suffix": "on Signing",
"text": "$5000 on Signing",
"type": "fixed"
},
{
"amount": 2.5,
"prefix": "Balance to",
"suffix": "in 30 Days",
"text": "Balance to 2.5% in 30 Days",
"type": "percentage"
},
{
"amount": 2.5,
"prefix": "",
"suffix": "in 210 Days",
"text": "2.5% in 210 Days",
"type": "percentage"
},
{
"amount": 10,
"prefix": "",
"suffix": "on Occupancy",
"text": "10% on Occupancy",
"type": "percentage"
}
],
"totalDeposit": 5,
"type": "Standard"
}
],
"photos": [
{
"createdAt": "2023-01-30T22:52:12.400Z",
"name": "24240-109339.jpg",
"tags": [
"Interior"
],
"type": "image/jpeg",
"url": "https://storage.googleapis.com/precon-app.appspot.com/7350af33-07a5-4c8f-b147-1792a4ba66fa"
},
{
"createdAt": "2023-01-30T22:52:12.400Z",
"name": "24240-109341.jpg",
"tags": [
"Exterior"
],
"type": "image/jpeg",
"url": "https://storage.googleapis.com/precon-app.appspot.com/7398b6f2-7c92-4314-ae17-73ee4a5843a5"
},
{
"createdAt": "2023-01-30T22:52:12.400Z",
"name": "24240-109342.jpg",
"tags": [
"Interior"
],
"type": "image/jpeg",
"url": "https://storage.googleapis.com/precon-app.appspot.com/9f6c1d35-10e4-4237-a2a9-7e0c6f7dd4af"
},
{
"createdAt": "2023-01-30T22:52:12.400Z",
"name": "24240-109343.jpg",
"tags": [
"Exterior"
],
"type": "image/jpeg",
"url": "https://storage.googleapis.com/precon-app.appspot.com/fd0115ad-cc47-4573-8d69-7b2c454a19ef"
},
{
"createdAt": "2023-01-30T22:52:12.400Z",
"name": "24240-109344.jpg",
"tags": [
"Interior"
],
"type": "image/jpeg",
"url": "https://storage.googleapis.com/precon-app.appspot.com/b8be9b6e-29c7-4ed8-81b0-71063588c0c4"
},
{
"createdAt": "2023-01-30T22:52:12.400Z",
"name": "24240-109345.jpg",
"tags": [
"Interior"
],
"type": "image/jpeg",
"url": "https://storage.googleapis.com/precon-app.appspot.com/c94f189d-ea0f-4eb0-81f9-c24e74a961c4"
}
],
"postalCode": "M6P 2S6",
"primaryCollection": "Listings",
"primaryField": "listings",
"realtorCommission": 6,
"realtorPayouts": {
"commission": 6,
"contactDeveloper": false,
"details": "Up to 6% Commission"
},
"refLink1": "https://www.buzzbuzzhome.com/toronto-on/260-high-park",
"refLink2": "https://agent.condonow.com/260-High-Park-Condos",
"region": "Toronto",
"salesCentres": [
"SalesCentres/Zeq6EP0w8RIqqClVziiu"
],
"salesCompanies": [
"SalesCompanies/ungNkdpl44K3O5Cc5aRq"
],
"salesStarted": "Winter/Spring 2018",
"salesStartedTBD": false,
"sellingStatus": "Selling Now",
"startPrice": 1699990,
"startPricePerSqFeet": 1563,
"state": "Ontario",
"storageCost": null,
"storageCostIncluded": true,
"storageRestriction": "",
"streetName": "High Park Avenue",
"streetNumber": 260,
"summary": "The High Park Alhambra Church, with its prominent architecture, has been a dynamic presence for over a century at the crossroads of High Park Avenue and Annette Street. Today, this repurposed landmark and its adjoining condominium immediately greet both residents and guests with an inviting courtyard setting.",
"tags": [],
"type": [
"Condo",
"Townhouse"
],
"updatedAt": "2023-01-30T22:52:15.530Z",
"updatedBy": "[email protected]",
"videos": [],
"virtualShowing": "",
"website": "https://260highpark.com/"
},
{
"_geoloc": {
"lat": 43.70877112210178,
"lng": -79.3990031599475
},
"_score": 100,
"agents": [],
"amenities": [
"Event Kitchen",
"Lounge",
"Bar",
"Billiards Ping Pong Room With TV And Bar",
"Dog Wash Area",
"Arts Crafts Studio",
"Fitness Centre",
"Terrace",
"Concierge"
],
"architects": [
"Architects/hb4kAtD4dQcCWtQ1DkNk",
"Architects/InuLUvWDNu5dqNpqYCPh"
],
"assignmentFee": 0,
"assignmentFeeFree": false,
"averagePricePerSqFeet": 1006,
"brokerLink": "",
"brokerages": [],
"builders": [
"Builders/xL7C3SkhZGGqQs3h2NIr",
"Builders/dihqnqk0doAQQfpN3VUm"
],
"ccOrMaintFee": 0.52,
"ccOrMaintFeeIncluded": false,
"ceilingHeights": "9'0\"",
"cityOrDistrict": "Toronto",
"communities": [],
"completionDate": "Fall/Winter 2020",
"completionDateTBD": false,
"completionYear": 2020,
"constructionStarted": "Summer 2017",
"constructionStartedTBD": false,
"constructionStartedYear": 2017,
"constructionStatus": "Complete",
"contactForPricing": true,
"country": "Canada",
"coverPhoto": {
"name": "cover",
"url": "https://storage.googleapis.com/precon-app.appspot.com/60a2ada6-e7db-4249-a01c-27d7d9d795c9.png"
},
"createdAt": "2022-11-30T15:32:40.150Z",
"createdBy": "[email protected]",
"developmentLevies": "$0 Development Charges",
"developmentLeviesIncluded": false,
"documents": [],
"endPrice": null,
"endPricePerSqFeet": 591900,
"estimatedCompletionDate": "",
"estimatedCompletionDateTBD": false,
"estimatedCompletionYear": null,
"exposures": [],
"finishes": "",
"firstOccupancyDate": "Fall/Winter 2020",
"firstOccupancyDateTBD": false,
"firstOccupancyYear": 2020,
"floorPlans": [
{
"contactForPricing": false,
"createdAt": "2022-12-08T17:42:11.123Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_01_25_10_50_01_whitehauscondos_lifetimedevelopments_floorplans_w432_1.png"
},
"lastUpdated": "2022-12-08T17:42:11.123Z",
"name": "W432",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "432",
"startPrice": "591900",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-08T17:42:11.124Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2016_04_11_12_29_03_knightstone_whithaus_condos_floor_plan_w435.jpg"
},
"lastUpdated": "2022-12-08T17:42:11.123Z",
"name": "W435",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "435",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T17:42:11.124Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_01_25_10_50_06_whitehauscondos_lifetimedevelopments_floorplans_w445_1.png"
},
"lastUpdated": "2022-12-08T17:42:11.124Z",
"name": "W445",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "445",
"startPrice": "635900",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T17:42:11.124Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_01_25_10_50_10_whitehauscondos_lifetimedevelopments_floorplans_w488_1.png"
},
"lastUpdated": "2022-12-08T17:42:11.124Z",
"name": "W488",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "488",
"startPrice": "680900",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-08T17:42:11.124Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2016_04_11_12_29_26_knightstone_whithaus_condos_floor_plan_w587.jpg"
},
"lastUpdated": "2022-12-08T17:42:11.124Z",
"name": "W587",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "587",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-08T17:42:11.124Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2016_04_11_12_29_48_knightstone_whithaus_condos_floor_plan_w627.jpg"
},
"lastUpdated": "2022-12-08T17:42:11.124Z",
"name": "W627",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "627",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T17:42:11.124Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_01_25_10_50_13_whitehauscondos_lifetimedevelopments_floorplans_w574_1.png"
},
"lastUpdated": "2022-12-08T17:42:11.124Z",
"name": "W574",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "574",
"startPrice": "744900",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-08T17:42:11.124Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2016_04_11_12_29_59_knightstone_whithaus_condos_floor_plan_w631.jpg"
},
"lastUpdated": "2022-12-08T17:42:11.124Z",
"name": "W631",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "631",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T17:42:11.124Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_01_25_10_50_17_whitehauscondos_lifetimedevelopments_floorplans_w606_1.png"
},
"lastUpdated": "2022-12-08T17:42:11.124Z",
"name": "W606",
"numberOfBathrooms": 1,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "606",
"startPrice": "792900",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T17:42:11.124Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_01_25_10_50_35_whitehauscondos_lifetimedevelopments_floorplans_w644_1.png"
},
"lastUpdated": "2022-12-08T17:42:11.124Z",
"name": "W644",
"numberOfBathrooms": 1,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "644",
"startPrice": "828900",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-08T17:42:11.124Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2016_04_11_12_31_14_knightstone_whithaus_condos_floor_plan_w645.jpg"
},
"lastUpdated": "2022-12-08T17:42:11.124Z",
"name": "W645",
"numberOfBathrooms": 1,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "645",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T17:42:11.124Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_01_25_10_50_27_whitehauscondos_lifetimedevelopments_floorplans_w696_1.png"
},
"lastUpdated": "2022-12-08T17:42:11.124Z",
"name": "W696",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "696",
"startPrice": "911900",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-08T17:42:11.124Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2016_04_11_12_32_31_knightstone_whithaus_condos_floor_plan_w700.jpg"
},
"lastUpdated": "2022-12-08T17:42:11.124Z",
"name": "W700",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "700",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T17:42:11.124Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2016_04_11_12_34_47_knightstone_whithaus_condos_floor_plan_w885.jpg"
},
"lastUpdated": "2022-12-08T17:42:11.124Z",
"name": "W885",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "885",
"startPrice": "649900",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T17:42:11.124Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2016_04_11_12_35_20_knightstone_whithaus_condos_floor_plan_w1028.jpg"
},
"lastUpdated": "2022-12-08T17:42:11.124Z",
"name": "W1028",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "1028",
"startPrice": "754900",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-08T17:42:11.124Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2016_04_11_12_31_39_knightstone_whithaus_condos_floor_plan_w655.jpg"
},
"lastUpdated": "2022-12-08T17:42:11.124Z",
"name": "W655",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "655",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T17:42:11.124Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_01_25_10_50_23_whitehauscondos_lifetimedevelopments_floorplans_w667_1.png"
},
"lastUpdated": "2022-12-08T17:42:11.124Z",
"name": "W667",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "667",
"startPrice": "876900",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-08T17:42:11.124Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2016_04_11_12_31_52_knightstone_whithaus_condos_floor_plan_w669.jpg"
},
"lastUpdated": "2022-12-08T17:42:11.124Z",
"name": "W669",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "669",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T17:42:11.124Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2016_04_11_12_33_00_knightstone_whithaus_condos_floor_plan_w921.jpg"
},
"lastUpdated": "2022-12-08T17:42:11.124Z",
"name": "W921",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "921",
"startPrice": "749900",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T17:42:11.124Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2016_04_11_12_33_26_knightstone_whithaus_condos_floor_plan_w1073.jpg"
},
"lastUpdated": "2022-12-08T17:42:11.124Z",
"name": "W1073",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "1073",
"startPrice": "879900",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T17:42:11.124Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2016_04_11_12_33_50_knightstone_whithaus_condos_floor_plan_w1085.jpg"
},
"lastUpdated": "2022-12-08T17:42:11.124Z",
"name": "W1085",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "1085",
"startPrice": "829900",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T17:42:11.124Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2016_04_11_12_36_14_knightstone_whithaus_condos_floor_plan_w1092.jpg"
},
"lastUpdated": "2022-12-08T17:42:11.124Z",
"name": "W1092",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "1092",
"startPrice": "799900",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T17:42:11.124Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_01_25_10_50_30_whitehauscondos_lifetimedevelopments_floorplans_w1141_1.png"
},
"lastUpdated": "2022-12-08T17:42:11.124Z",
"name": "W1141",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "1141",
"startPrice": "1520900",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T17:42:11.124Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2016_04_11_12_36_53_knightstone_whithaus_condos_floor_plan_w1189.jpg"
},
"lastUpdated": "2022-12-08T17:42:11.124Z",
"name": "W1189",
"numberOfBathrooms": 3,
"numberOfBedrooms": 3,
"planCategory": "floorPlan",
"squareFeet": "1189",
"startPrice": "939900",
"status": "Sold Out"
},
{
"contactForPricing": true,
"createdAt": "2022-12-08T17:42:11.124Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2016_04_11_12_37_35_knightstone_whithaus_condos_floor_plan_w1481.jpg"
},
"lastUpdated": "2022-12-08T17:42:11.124Z",
"name": "W1481",
"numberOfBathrooms": 3,
"numberOfBedrooms": 3,
"planCategory": "floorPlan",
"squareFeet": "1481",
"startPrice": "",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T17:42:11.124Z",
"exposure": [],
"floorPlanType": [
"Townhouse"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2016_04_11_12_40_01_knightstone_whithaus_condos_floor_plan_th1060.jpg"
},
"lastUpdated": "2022-12-08T17:42:11.124Z",
"name": "TH4",
"numberOfBathrooms": 1.5,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "1060",
"startPrice": "679900",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T17:42:11.124Z",
"exposure": [],
"floorPlanType": [
"Townhouse"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2016_04_11_12_40_17_knightstone_whithaus_condos_floor_plan_th1168.jpg"
},
"lastUpdated": "2022-12-08T17:42:11.124Z",
"name": "TH2",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "1168",
"startPrice": "799900",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T17:42:11.124Z",
"exposure": [],
"floorPlanType": [
"Townhouse"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2016_04_11_12_40_40_knightstone_whithaus_condos_floor_plan_th1182.jpg"
},
"lastUpdated": "2022-12-08T17:42:11.124Z",
"name": "TH3",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "1182",
"startPrice": "799900",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T17:42:11.124Z",
"exposure": [],
"floorPlanType": [
"Townhouse"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2016_04_11_12_40_48_knightstone_whithaus_condos_floor_plan_th1288.jpg"
},
"lastUpdated": "2022-12-08T17:42:11.124Z",
"name": "TH1",
"numberOfBathrooms": 2.5,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "1288",
"startPrice": "889900",
"status": "Sold Out"
}
],
"fullAddress": "2360 Yonge Street, Toronto",
"geographicAddress": "2360 Yonge Street, Toronto",
"hasLocker": true,
"hasParking": true,
"incentives": [],
"interiorDesigners": [
"InteriorDesigners/v58dO09yINyYgzUJrcFq"
],
"lat": "43.70877112210178",
"listingId": "QTTRBO",
"lockerMaintainance": 19.95,
"lockerMaintainanceIncluded": false,
"logo": {
"name": "logo",
"url": "https://storage.googleapis.com/precon-app.appspot.com/aff9f112-bae8-4ffa-b1b1-a672efec4b43.png"
},
"long": "-79.3990031599475",
"marketingCompanies": [
"Marketers/UyMqkkTbMxZTKAdytPRv"
],
"maxBaths": 3,
"maxBeds": 3,
"maxSize": 1481,
"metering": "Plus hydro",
"meteringIncluded": false,
"minBaths": 1,
"minBeds": 1,
"minSize": 432,
"mode": "live",
"municipalities": [
"C03"
],
"name": "Whitehaus Condos",
"neighbourhood": [
"Yonge And Eglinton"
],
"numberOfFloorPlans": 29,
"numberOfFloors": "29",
"numberOfIncentives": 0,
"numberOfUnits": "362",
"objectID": "QTTRBO",
"owners": [],
"parkingCost": 65000,
"parkingCostIncluded": false,
"parkingMaintainance": 69.95,
"parkingMaintainanceIncluded": false,
"parkingRestriction": "",
"path": "Listings/QTTRBO",
"paymentStructures": [
{
"milestones": [
{
"amount": 5000,
"prefix": "",
"suffix": "on Signing",
"text": "$5000 on Signing",
"type": "fixed"
},
{
"amount": 5,
"prefix": "Balance of",
"suffix": "in 30 Days",
"text": "Balance of 5% in 30 Days",
"type": "percentage"
},
{
"amount": 2,
"prefix": "",
"suffix": "on Occupancy",
"text": "2% on Occupancy",
"type": "percentage"
}
],
"totalDeposit": 7,
"type": "Standard"
},
{
"milestones": [
{
"amount": 5000,
"prefix": "",
"suffix": "on Signing",
"text": "$5000 on Signing",
"type": "fixed"
},
{
"amount": 10,
"prefix": "Balance of",
"suffix": "in 30 Days",
"text": "Balance of 10% in 30 Days",
"type": "percentage"
},
{
"amount": 10,
"prefix": "",
"suffix": "in 120 Days",
"text": "10% in 120 Days",
"type": "percentage"
},
{
"amount": 10,
"prefix": "",
"suffix": "in 370 Days",
"text": "10% in 370 Days",
"type": "percentage"
},
{
"amount": 5,
"prefix": "",
"suffix": "in 540 Days",
"text": "5% in 540 Days",
"type": "percentage"
},
{
"amount": 0,
"prefix": "",
"suffix": "on Occupancy",
"text": "0% on Occupancy",
"type": "percentage"
}
],
"totalDeposit": 35,
"type": "International"
}
],
"photos": [
{
"createdAt": "2022-11-30T15:57:07.776Z",
"name": "2016_03_07_03_52_15_white_haus_rendering_event_kitchen.png",
"tags": [
"Interior"
],
"type": "image/png",
"url": "https://storage.googleapis.com/precon-app.appspot.com/59147d68-7f2b-46af-81d4-5d4c96f1ec18"
},
{
"createdAt": "2022-11-30T15:57:07.776Z",
"name": "2016_03_07_03_52_15_white_haus_rendering_ping_pong_lounge.png",
"tags": [
"Interior"
],
"type": "image/png",
"url": "https://storage.googleapis.com/precon-app.appspot.com/86a47407-e84d-4739-97df-246e583474e7"
},
{
"createdAt": "2022-11-30T15:57:07.776Z",
"name": "2016_03_07_03_52_15_white_haus_rendering_suites_kitchen.png",
"tags": [
"Interior"
],
"type": "image/png",
"url": "https://storage.googleapis.com/precon-app.appspot.com/c3d01ca9-bb6e-4864-8404-f5bba4c81771"
},
{
"createdAt": "2022-11-30T15:57:07.776Z",
"name": "2016_03_09_10_23_51_townhome_exterior_final_16nov15.jpg",
"tags": [
"Exterior"
],
"type": "image/jpeg",
"url": "https://storage.googleapis.com/precon-app.appspot.com/2eeab33a-ee9b-49d2-8f4b-cf8aca236cab"
},
{
"createdAt": "2022-11-30T15:57:07.776Z",
"name": "2021_01_25_11_08_29_whitehauscondos_lifetimedevelopments_rendering_interior.jpg",
"tags": [
"Interior"
],
"type": "image/jpeg",
"url": "https://storage.googleapis.com/precon-app.appspot.com/6550da1e-7224-41b8-80cd-8dcfc99e5bcf"
},
{
"createdAt": "2022-11-30T15:57:07.776Z",
"name": "2021_01_25_11_08_30_whitehauscondos_lifetimedevelopments_rendering_lobby.png",
"tags": [
"Interior"
],
"type": "image/png",
"url": "https://storage.googleapis.com/precon-app.appspot.com/ab609646-88cc-4e81-afd7-255cf65fa75a"
}
],
"postalCode": "M4P 2E6",
"primaryCollection": "Listings",
"primaryField": "listings",
"realtorCommission": 5,
"realtorPayouts": {
"commission": 5,
"contactDeveloper": false,
"details": ""
},
"refLink1": "https://www.buzzbuzzhome.com/toronto-on/whitehaus-condos",
"refLink2": "https://agent.condonow.com/Whitehaus-Condos",
"region": "Toronto",
"salesCentres": [],
"salesCompanies": [
"SalesCompanies/2LaAbcrrhlDDs4dhuO8p"
],
"salesStarted": "",
"salesStartedTBD": false,
"salesStartedYear": null,
"sellingStatus": "Sold Out",
"startPrice": null,
"startPricePerSqFeet": 641,
"state": "Ontario",
"storageCost": 5500,
"storageCostIncluded": false,
"storageRestriction": "",
"streetName": "Yonge Street",
"streetNumber": 2360,
"summary": "Distinguished by its striking, all-white exterior, Whitehaus Condominiums rises 29 storeys above the dynamic Yonge and Eglinton neighbourhood. The development is composed of a selection of townhomes and tower suites, designed by Diamond Schmitt Architects (Turner Fleischer Architects as the architect of record) and includes a three-storey podium at the base of the tower lined with a selection of street-level retail that offers shopping, dining and lifestyle options.",
"tags": [],
"type": [
"Condo",
"Townhouse"
],
"updatedAt": "2022-12-08T17:42:12.160Z",
"updatedBy": "[email protected]",
"videos": [],
"virtualShowing": "",
"website": "https://lifetimedevelopments.com/project/whitehaus/",
"worksheet": "",
"worksheetType": "Url"
},
{
"_geoloc": {
"lat": 43.40944017283561,
"lng": -79.816354986494
},
"_score": 100,
"agents": [],
"amenities": [
"Party Room",
"Fitness Centre",
"Yoga Area",
"Kids Play Room",
"Outdoor Lounge",
"Basketball Court",
"Sauna",
"Steam Room",
"Parcel Storage",
"Lobby",
"Garden",
"Outdoor Terrace",
"Pet Spa",
"Landscaped Courtyard",
"Concierge",
"Lobby Attendant",
"Coworking Lounge",
"Social Space"
],
"architects": [
"Architects/2WkkltrCpHINHuhap4tS"
],
"assignmentFee": 0,
"assignmentFeeFree": false,
"averagePricePerSqFeet": 956,
"brokerLink": "",
"brokerages": [],
"builders": [
"Builders/TcNEb71jaUWsLMFboHLw"
],
"ccOrMaintFee": 0,
"ccOrMaintFeeIncluded": false,
"ceilingHeights": "9'0\"",
"cityOrDistrict": "Burlington",
"communities": [],
"completionDate": "",
"completionDateTBD": false,
"completionYear": null,
"constructionStarted": "",
"constructionStartedTBD": false,
"constructionStartedYear": null,
"constructionStatus": "Construction",
"contactForPricing": true,
"country": "Canada",
"coverPhoto": {
"name": "cover",
"url": "https://storage.googleapis.com/precon-app.appspot.com/e7eb2121-d1dc-42d6-8e56-760833aef1c3.png"
},
"createdAt": "2022-12-01T17:02:12.713Z",
"createdBy": "[email protected]",
"developmentLevies": "Capped",
"developmentLeviesIncluded": false,
"documents": [
{
"createdAt": "2022-12-01T17:20:56.249Z",
"name": "Realm_Brochure (1)-compressed.pdf",
"type": "application/pdf",
"url": "https://storage.googleapis.com/precon-app.appspot.com/049cf316-596c-416e-9ea5-0c62b022081d"
}
],
"endPrice": null,
"endPricePerSqFeet": 445990,
"estimatedCompletionDate": "Jul 2024",
"estimatedCompletionDateTBD": false,
"estimatedCompletionYear": 2024,
"exposures": [
"South",
"West",
"North",
"North West",
"South East",
"South West",
"North East"
],
"finishes": "",
"firstOccupancyDate": "Jul 2024",
"firstOccupancyDateTBD": false,
"firstOccupancyYear": 2024,
"floorPlans": [
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.890Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_00_41_realmcondos_adidevelopments_floorplans_s-426.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.890Z",
"name": "S-426",
"numberOfBathrooms": 1,
"numberOfBedrooms": 0,
"planCategory": "floorPlan",
"squareFeet": "426",
"startPrice": "445990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.892Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_04_12_realmcondos_adidevelopments_floorplans_1-450.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.892Z",
"name": "1-450",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "450",
"startPrice": "469990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.892Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_01_01_realmcondos_adidevelopments_floorplans_1-518.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.892Z",
"name": "1-518",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "518",
"startPrice": "579990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.892Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_01_04_realmcondos_adidevelopments_floorplans_1-519.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.892Z",
"name": "1-519",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "519",
"startPrice": "545990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.893Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_00_46_realmcondos_adidevelopments_floorplans_1-525.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.893Z",
"name": "1-525",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "525",
"startPrice": "505990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.893Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_04_17_realmcondos_adidevelopments_floorplans_1-536.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.893Z",
"name": "1-536",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "536",
"startPrice": "535990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.893Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_06_48_realmcondos_adidevelopments_floorplans_1-539.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.893Z",
"name": "1-539",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "539",
"startPrice": "535990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.893Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_00_49_realmcondos_adidevelopments_floorplans_1-546.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.893Z",
"name": "1-546",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "546",
"startPrice": "545990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.893Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_04_19_realmcondos_adidevelopments_floorplans_1-549.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.893Z",
"name": "1-549",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "549",
"startPrice": "529990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.894Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_04_19_realmcondos_adidevelopments_floorplans_1-549.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.894Z",
"name": "1-549",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "549",
"startPrice": "529990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.894Z",
"exposure": [
"South"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_07_06_03_09_43_realm_tower1_1b_1-551_1.png"
},
"lastUpdated": "2022-12-08T20:12:28.894Z",
"name": "D1410",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "551",
"startPrice": "581990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.894Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_04_22_realmcondos_adidevelopments_floorplans_1-551.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.894Z",
"name": "1-551",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "551",
"startPrice": "575990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.894Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_04_22_realmcondos_adidevelopments_floorplans_1-551.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.894Z",
"name": "1-551",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "551",
"startPrice": "575990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.894Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_01_07_realmcondos_adidevelopments_floorplans_1-586.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.894Z",
"name": "1-586",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "586",
"startPrice": "545990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.894Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_02_32_realmcondos_adidevelopments_floorplans_1m-600.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.894Z",
"name": "1B+M-600",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "600",
"startPrice": "595990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.894Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_01_11_realmcondos_adidevelopments_floorplans_1-606.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.894Z",
"name": "1-606",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "606",
"startPrice": "555990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.894Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_01_40_realmcondos_adidevelopments_floorplans_1bd-486.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.894Z",
"name": "1B+D-486",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "486",
"startPrice": "499990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.894Z",
"exposure": [
"West"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_07_06_03_08_50_realm_podium_1bd_1bd-575_1.png"
},
"lastUpdated": "2022-12-08T20:12:28.894Z",
"name": "402",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "575",
"startPrice": "574990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.894Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_01_43_realmcondos_adidevelopments_floorplans_1bd-575.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.894Z",
"name": "1B+D-575",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "575",
"startPrice": "574990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.894Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_01_48_realmcondos_adidevelopments_floorplans_1d-591.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.894Z",
"name": "1B+D-591",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "591",
"startPrice": "567990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.895Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_01_53_realmcondos_adidevelopments_floorplans_1bd-595.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.895Z",
"name": "1B+D-595",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "595",
"startPrice": "569990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.895Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_01_56_realmcondos_adidevelopments_floorplans_1bd-611.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.895Z",
"name": "1B+D-611",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "611",
"startPrice": "587990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.895Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_01_58_realmcondos_adidevelopments_floorplans_1bd-616.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.895Z",
"name": "1B+D-616",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "616",
"startPrice": "587990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.895Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_02_01_realmcondos_adidevelopments_floorplans_1bd-623.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.895Z",
"name": "1B+D-623",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "623",
"startPrice": "585990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.895Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_05_18_realmcondos_adidevelopments_floorplans_jr-627.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.895Z",
"name": "JR2-627",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "627",
"startPrice": "609990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.895Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_05_18_realmcondos_adidevelopments_floorplans_jr-627.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.895Z",
"name": "JR2-627",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "627",
"startPrice": "609990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.895Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_02_04_realmcondos_adidevelopments_floorplans_1bd-631.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.895Z",
"name": "1B+D-631",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "631",
"startPrice": "597990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.895Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_02_07_realmcondos_adidevelopments_floorplans_1bd-632.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.895Z",
"name": "1B+D-632",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "632",
"startPrice": "590990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.897Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_02_22_realmcondos_adidevelopments_floorplans_1bd-639.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.897Z",
"name": "1B+D-639",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "639",
"startPrice": "622990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.897Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_05_20_realmcondos_adidevelopments_floorplans_jr2-650.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.897Z",
"name": "JR2-650",
"numberOfBathrooms": 2,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "650",
"startPrice": "639990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.897Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_05_20_realmcondos_adidevelopments_floorplans_jr2-650.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.897Z",
"name": "JR2-650",
"numberOfBathrooms": 2,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "650",
"startPrice": "639990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.897Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_06_55_realmcondos_adidevelopments_floorplans_1bd-654.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.897Z",
"name": "1B+D-654",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "654",
"startPrice": "695990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.897Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_05_23_realmcondos_adidevelopments_floorplans_jr2-664.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.897Z",
"name": "JR2-664",
"numberOfBathrooms": 2,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "664",
"startPrice": "645990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.897Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_05_23_realmcondos_adidevelopments_floorplans_jr2-664.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.897Z",
"name": "JR2-664",
"numberOfBathrooms": 2,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "664",
"startPrice": "645990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.897Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_04_30_realmcondos_adidevelopments_floorplans_1bd-665.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.897Z",
"name": "1B+D-665",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "665",
"startPrice": "599990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.897Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_06_58_realmcondos_adidevelopments_floorplans_1bd-667.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.897Z",
"name": "1B+D-667",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "667",
"startPrice": "607990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.897Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_02_25_realmcondos_adidevelopments_floorplans_1bd-674.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.897Z",
"name": "1B+D-674",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "674",
"startPrice": "634990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.897Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_03_06_realmcondos_adidevelopments_floorplans_jr2-686.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.897Z",
"name": "JR2-686",
"numberOfBathrooms": 2,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "686",
"startPrice": "599990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.897Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_02_28_realmcondos_adidevelopments_floorplans_1bd-686.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.897Z",
"name": "1B+D-686",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "686",
"startPrice": "619990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.898Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_03_10_realmcondos_adidevelopments_floorplans_jr2-689.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.898Z",
"name": "JR2-689",
"numberOfBathrooms": 2,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "689",
"startPrice": "654990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.898Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_03_12_realmcondos_adidevelopments_floorplans_jr2-730.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.898Z",
"name": "JR2-730",
"numberOfBathrooms": 2,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "730",
"startPrice": "689990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.898Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_03_16_realmcondos_adidevelopments_floorplans_jr2-744.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.898Z",
"name": "JR2-744",
"numberOfBathrooms": 2,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "744",
"startPrice": "696990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.898Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_03_19_realmcondos_adidevelopments_floorplans_jr2-748.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.898Z",
"name": "JR2-748",
"numberOfBathrooms": 2,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "748",
"startPrice": "705990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.898Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_03_22_realmcondos_adidevelopments_floorplans_jr2-770.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.898Z",
"name": "JR2-770",
"numberOfBathrooms": 2,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "770",
"startPrice": "699990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.898Z",
"exposure": [
"North"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_07_06_03_03_42_realm_podium_2b_jr2-744_1.png"
},
"lastUpdated": "2022-12-08T20:12:28.898Z",
"name": "214",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "744",
"startPrice": "696990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.898Z",
"exposure": [
"North West"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_07_06_02_59_35_realm_tower1_2b_2-748_1.png"
},
"lastUpdated": "2022-12-08T20:12:28.898Z",
"name": "D1005",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "748",
"startPrice": "757990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.898Z",
"exposure": [
"North"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_07_06_03_03_24_realm_podium_2b_jr2-748_1.png"
},
"lastUpdated": "2022-12-08T20:12:28.898Z",
"name": "108",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "748",
"startPrice": "705990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.898Z",
"exposure": [
"South East"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_07_06_02_59_35_realm_tower1_2b_2-748_1.png"
},
"lastUpdated": "2022-12-08T20:12:28.898Z",
"name": "C1107",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "748",
"startPrice": "757990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.898Z",
"exposure": [
"South East"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_07_06_02_59_35_realm_tower1_2b_2-748_1.png"
},
"lastUpdated": "2022-12-08T20:12:28.898Z",
"name": "430",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "748",
"startPrice": "776990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.898Z",
"exposure": [
"South East"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_07_06_02_59_35_realm_tower1_2b_2-748_1.png"
},
"lastUpdated": "2022-12-08T20:12:28.898Z",
"name": "C907",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "748",
"startPrice": "756990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.898Z",
"exposure": [
"North West"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_07_06_02_59_35_realm_tower1_2b_2-748_1.png"
},
"lastUpdated": "2022-12-08T20:12:28.898Z",
"name": "D805",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "748",
"startPrice": "755990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.898Z",
"exposure": [
"North West"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_07_06_02_59_35_realm_tower1_2b_2-748_1.png"
},
"lastUpdated": "2022-12-08T20:12:28.898Z",
"name": "513",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "748",
"startPrice": "779990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.898Z",
"exposure": [
"South East"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_07_06_02_59_35_realm_tower1_2b_2-748_1.png"
},
"lastUpdated": "2022-12-08T20:12:28.898Z",
"name": "530",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "748",
"startPrice": "779990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.898Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_04_34_realmcondos_adidevelopments_floorplans_2-748.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.898Z",
"name": "2-748",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "748",
"startPrice": "779990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.898Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_04_34_realmcondos_adidevelopments_floorplans_2-748.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.898Z",
"name": "2-748",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "748",
"startPrice": "779990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.898Z",
"exposure": [
"North West"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_07_06_03_10_46_realm_tower2_2b_2-752_1.png"
},
"lastUpdated": "2022-12-08T20:12:28.898Z",
"name": "C1302",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "752",
"startPrice": "737990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.899Z",
"exposure": [
"North West"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_07_06_03_10_46_realm_tower2_2b_2-752_1.png"
},
"lastUpdated": "2022-12-08T20:12:28.899Z",
"name": "C1002",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "752",
"startPrice": "734990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.899Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_04_44_realmcondos_adidevelopments_floorplans_2-752.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.899Z",
"name": "2-752",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "752",
"startPrice": "719990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.899Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_04_44_realmcondos_adidevelopments_floorplans_2-752.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.899Z",
"name": "2-752",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "752",
"startPrice": "719990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.899Z",
"exposure": [
"South West"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_07_06_03_12_36_realm_tower1_2b_2-764_1.png"
},
"lastUpdated": "2022-12-08T20:12:28.899Z",
"name": "D1103",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "764",
"startPrice": "745990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.899Z",
"exposure": [
"South West"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_07_06_03_12_36_realm_tower1_2b_2-764_1.png"
},
"lastUpdated": "2022-12-08T20:12:28.899Z",
"name": "C909",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "764",
"startPrice": "756990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.899Z",
"exposure": [
"South West"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_07_06_03_12_36_realm_tower1_2b_2-764_1.png"
},
"lastUpdated": "2022-12-08T20:12:28.899Z",
"name": "D703",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "764",
"startPrice": "754990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.899Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_04_47_realmcondos_adidevelopments_floorplans_2-764.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.899Z",
"name": "2-764",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "764",
"startPrice": "741990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.899Z",
"exposure": [
"South West"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_11_22_04_24_54_tower-2-suite-2-764-pdf_1.png"
},
"lastUpdated": "2022-12-08T20:12:28.899Z",
"name": "532",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "764",
"startPrice": "779990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.899Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_04_47_realmcondos_adidevelopments_floorplans_2-764.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.899Z",
"name": "2-764",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "764",
"startPrice": "741990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.899Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_04_51_realmcondos_adidevelopments_floorplans_2-792.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.899Z",
"name": "2-792",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "792",
"startPrice": "739990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.899Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_04_51_realmcondos_adidevelopments_floorplans_2-792.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.899Z",
"name": "2-792",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "792",
"startPrice": "739990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.899Z",
"exposure": [
"South West"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_07_06_03_14_58_realm_podium_2b_2-896_1.png"
},
"lastUpdated": "2022-12-08T20:12:28.899Z",
"name": "334",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "896",
"startPrice": "775990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.899Z",
"exposure": [
"South West"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_07_06_03_14_58_realm_podium_2b_2-896_1.png"
},
"lastUpdated": "2022-12-08T20:12:28.899Z",
"name": "127",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "896",
"startPrice": "808990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.900Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_02_37_realmcondos_adidevelopments_floorplans_2-896.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.900Z",
"name": "2-896",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "896",
"startPrice": "808990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.900Z",
"exposure": [
"South West"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_07_06_03_14_58_realm_podium_2b_2-896_1.png"
},
"lastUpdated": "2022-12-08T20:12:28.900Z",
"name": "232",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "896",
"startPrice": "809990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.900Z",
"exposure": [
"North East"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_07_06_03_19_13_realm_podium_2b_2-897_1.png"
},
"lastUpdated": "2022-12-08T20:12:28.900Z",
"name": "218",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "897",
"startPrice": "818990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.900Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_02_40_realmcondos_adidevelopments_floorplans_2-897.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.900Z",
"name": "2-897",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "897",
"startPrice": "818990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.900Z",
"exposure": [
"North East"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_07_06_03_19_13_realm_podium_2b_2-897_1.png"
},
"lastUpdated": "2022-12-08T20:12:28.900Z",
"name": "320",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "897",
"startPrice": "819990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.900Z",
"exposure": [
"North West"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_07_06_03_17_36_realm_podium_2b_2-907_1.png"
},
"lastUpdated": "2022-12-08T20:12:28.900Z",
"name": "106",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "907",
"startPrice": "804990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.900Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_02_44_realmcondos_adidevelopments_floorplans_2-907.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.900Z",
"name": "2-907",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "907",
"startPrice": "804990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.900Z",
"exposure": [
"North West"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_07_06_03_17_36_realm_podium_2b_2-907_1.png"
},
"lastUpdated": "2022-12-08T20:12:28.900Z",
"name": "211",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "907",
"startPrice": "805990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.900Z",
"exposure": [
"South East"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_07_06_03_20_36_realm_podium_2b_2-949_1.png"
},
"lastUpdated": "2022-12-08T20:12:28.900Z",
"name": "230",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "949",
"startPrice": "871990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.900Z",
"exposure": [
"South West"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_07_06_03_21_58_realm_tower1_2b_2-983_1.png"
},
"lastUpdated": "2022-12-08T20:12:28.900Z",
"name": "D1503",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "983",
"startPrice": "871990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.900Z",
"exposure": [
"South West"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_07_06_03_21_58_realm_tower1_2b_2-983_1.png"
},
"lastUpdated": "2022-12-08T20:12:28.900Z",
"name": "C1408",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "983",
"startPrice": "885990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.900Z",
"exposure": [
"South West"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_11_22_04_30_31_tower-1-suite-2-983-pdf_1.png"
},
"lastUpdated": "2022-12-08T20:12:28.900Z",
"name": "C1308",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "983",
"startPrice": "909990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.901Z",
"exposure": [
"South West"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_11_22_04_30_31_tower-1-suite-2-983-pdf_1.png"
},
"lastUpdated": "2022-12-08T20:12:28.901Z",
"name": "D1403",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "983",
"startPrice": "910990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.901Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_04_54_realmcondos_adidevelopments_floorplans_2bd-994.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.901Z",
"name": "2-983",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "983",
"startPrice": "910990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.901Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_04_54_realmcondos_adidevelopments_floorplans_2bd-994.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.901Z",
"name": "2-983",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "983",
"startPrice": "910990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.901Z",
"exposure": [
"South East"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_11_22_04_32_52_podium-suite-2-949-pdf_1.png"
},
"lastUpdated": "2022-12-08T20:12:28.901Z",
"name": "332",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "949",
"startPrice": "897990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.901Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_02_47_realmcondos_adidevelopments_floorplans_2-949.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.901Z",
"name": "2-949",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "949",
"startPrice": "897990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.901Z",
"exposure": [
"North West"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_07_06_03_23_42_realm_tower1_2b_2-983_1.png"
},
"lastUpdated": "2022-12-08T20:12:28.901Z",
"name": "D1404",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "994",
"startPrice": "880990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.901Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_07_41_realmcondos_adidevelopments_floorplans_2bd-994.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.901Z",
"name": "2D-994",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "994",
"startPrice": "879990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.901Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_04_58_realmcondos_adidevelopments_floorplans_2bd-994.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.901Z",
"name": "2BD-994",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "994",
"startPrice": "880990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.901Z",
"exposure": [
"South West"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_07_06_03_25_30_realm_podium_2bd_2bd-1054_1.png"
},
"lastUpdated": "2022-12-08T20:12:28.901Z",
"name": "407",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "1054",
"startPrice": "875990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.901Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_02_51_realmcondos_adidevelopments_floorplans_2bd-1054.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.901Z",
"name": "2BD-1054",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "1054",
"startPrice": "875990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.901Z",
"exposure": [
"North East"
],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_07_06_03_26_26_realm_podium_2bd_2bd-1201_1.png"
},
"lastUpdated": "2022-12-08T20:12:28.901Z",
"name": "519",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "1201",
"startPrice": "965990",
"status": "Sold Out"
},
{
"contactForPricing": false,
"createdAt": "2022-12-08T20:12:28.901Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2021_05_20_12_02_55_realmcondos_adidevelopments_floorplans_2bd-1201.jpg"
},
"lastUpdated": "2022-12-08T20:12:28.901Z",
"name": "2BD-1201",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "1201",
"startPrice": "965990",
"status": "Sold Out"
}
],
"fullAddress": "4841 Thomas Alton Blvd, Burlington",
"geographicAddress": "4841 Thomas Alton Blvd, Burlington",
"hasLocker": true,
"hasParking": true,
"incentives": [],
"interiorDesigners": [
"InteriorDesigners/mQTj8L6x0L8sNziQHD8x"
],
"lat": "43.40944017283561",
"listingId": "QJ8E4X",
"lockerMaintainance": 19.95,
"lockerMaintainanceIncluded": false,
"logo": {
"name": "logo",
"url": "https://storage.googleapis.com/precon-app.appspot.com/67d2acfd-9aac-4a4a-8554-38ea5c5e9112.png"
},
"long": "-79.816354986494",
"marketingCompanies": [
"Marketers/BElhXLLgqHgw7ivRuceV"
],
"maxBaths": 2,
"maxBeds": 2.5,
"maxSize": 1201,
"metering": "Excludes: Hydro & Water",
"meteringIncluded": false,
"minBaths": 1,
"minBeds": 0,
"minSize": 426,
"mode": "live",
"municipalities": [
"Burlington"
],
"name": "Realm Condos",
"neighbourhood": [
"Alton"
],
"numberOfFloorPlans": 93,
"numberOfFloors": "16",
"numberOfIncentives": 0,
"numberOfUnits": "401",
"objectID": "QJ8E4X",
"owners": [],
"parkingCost": null,
"parkingCostIncluded": true,
"parkingMaintainance": 54.95,
"parkingMaintainanceIncluded": false,
"parkingRestriction": "",
"path": "Listings/QJ8E4X",
"paymentStructures": [
{
"milestones": [
{
"amount": 5000,
"prefix": "",
"suffix": "on Signing",
"text": "$5000 on Signing",
"type": "fixed"
},
{
"amount": 5,
"prefix": "",
"suffix": "in 30 Days",
"text": "5% in 30 Days",
"type": "percentage"
},
{
"amount": 5,
"prefix": "",
"suffix": "in 150 Days",
"text": "5% in 150 Days",
"type": "percentage"
},
{
"amount": 5,
"prefix": "",
"suffix": "30 Days Before Occupancy",
"text": "5% 30 Days Before Occupancy",
"type": "percentage"
}
],
"totalDeposit": 15,
"type": "Standard"
},
{
"milestones": [
{
"amount": 10000,
"prefix": "",
"suffix": "on Signing",
"text": "$10000 on Signing",
"type": "fixed"
},
{
"amount": 10,
"prefix": "",
"suffix": "in 30 Days",
"text": "10% in 30 Days",
"type": "percentage"
},
{
"amount": 10,
"prefix": "",
"suffix": "in 90 Days",
"text": "10% in 90 Days",
"type": "percentage"
},
{
"amount": 5,
"prefix": "",
"suffix": "in 350 Days",
"text": "5% in 350 Days",
"type": "percentage"
},
{
"amount": 5,
"prefix": "",
"suffix": "in 540 Days",
"text": "5% in 540 Days",
"type": "percentage"
},
{
"amount": 5,
"prefix": "",
"suffix": "on Occupancy",
"text": "5% on Occupancy",
"type": "percentage"
}
],
"totalDeposit": 35,
"type": "International"
}
],
"photos": [
{
"createdAt": "2022-12-01T17:23:27.542Z",
"name": "Realm-Condos-Games-Room-and-Lounge-23-v54-full.jpg",
"tags": [
"Interior"
],
"type": "image/jpeg",
"url": "https://storage.googleapis.com/precon-app.appspot.com/45e10e8f-5594-425c-9e3d-df372c4a5575"
},
{
"createdAt": "2022-12-01T17:23:27.542Z",
"name": "Realm-Condos-Master-Bedroom-Suite-Interior-16-v54-full.jpg",
"tags": [
"Interior"
],
"type": "image/jpeg",
"url": "https://storage.googleapis.com/precon-app.appspot.com/be2e0db0-3368-4ccd-b9d8-6da45778beda"
},
{
"createdAt": "2022-12-01T17:23:27.542Z",
"name": "Realm-Condos-Podium-and-Street-Level-View-9-v54-full.jpg",
"tags": [
"Exterior"
],
"type": "image/jpeg",
"url": "https://storage.googleapis.com/precon-app.appspot.com/29684103-96bd-42bc-b921-e274a3d25c49"
},
{
"createdAt": "2022-12-01T17:23:27.542Z",
"name": "Realm-Condos-Rooftop-Terrace-with-Outdoor-Amenities-13-v54-full.jpg",
"tags": [
"Interior"
],
"type": "image/jpeg",
"url": "https://storage.googleapis.com/precon-app.appspot.com/9c085295-396e-4604-83a6-979617213af4"
},
{
"createdAt": "2022-12-01T17:23:27.542Z",
"name": "Realm-Condos-Suite-Interior-with-a-View-15-v54-full.jpg",
"tags": [
"Interior"
],
"type": "image/jpeg",
"url": "https://storage.googleapis.com/precon-app.appspot.com/228f7316-30dd-4925-9184-be2906e9ef55"
}
],
"postalCode": "L7M 0H3",
"primaryCollection": "Listings",
"primaryField": "listings",
"realtorCommission": 5,
"realtorPayouts": {
"commission": 5,
"contactDeveloper": false,
"details": ""
},
"refLink1": "https://agent.condonow.com/Realm-Condos",
"refLink2": "https://www.buzzbuzzhome.com/burlington-on/realm",
"region": "Halton",
"salesCentres": [],
"salesCompanies": [
"SalesCompanies/1dlpYa2Xdwqb1IFyQv3h"
],
"salesStarted": "",
"salesStartedTBD": false,
"salesStartedYear": null,
"sellingStatus": "Sold Out",
"startPrice": null,
"startPricePerSqFeet": 804,
"state": "Ontario",
"storageCost": 0,
"storageCostIncluded": false,
"storageRestriction": "",
"streetName": "Thomas Alton Blvd",
"streetNumber": 4841,
"summary": "Tucked in a quiet corner of Burlingtonβs Alton Village, Realm is a spectacular community of modern condos and townhomes. Centred around a meticulously landscaped park, with its sleek contemporary design, inspired amenities and expansive suites, it promises an enriching life in the 'best community in the countryβ.",
"tags": [],
"type": [
"Condo"
],
"updatedAt": "2022-12-08T20:12:39.218Z",
"updatedBy": "[email protected]",
"videos": [],
"virtualShowing": "",
"website": "https://1.adidevelopments.com/realm-registration",
"worksheet": "",
"worksheetType": "Url"
},
{
"_geoloc": {
"lat": 43.49317566624336,
"lng": -79.71450364406955
},
"_score": 100,
"agents": [],
"amenities": [
"Lobby Lounge",
"Yoga Studio",
"Fitness Centre",
"Social Lounge",
"Games Room",
"Private Dining",
"Party Room",
"Lobby",
"Pet Grooming Room",
"Parcel Room"
],
"architects": [],
"assignmentFee": 0,
"assignmentFeeFree": false,
"averagePricePerSqFeet": 1100,
"brokerLink": "",
"brokerLinkPassword": "",
"brokerLinkUsername": "",
"brokerages": [],
"builders": [
"Builders/3tLqusTBLjz2p52xbuU3"
],
"ccOrMaintFee": 0.64,
"ccOrMaintFeeIncluded": false,
"ceilingHeights": "9'0\" to 10'0\"",
"cityOrDistrict": "Oakville",
"communities": [],
"completionDate": "",
"completionDateTBD": false,
"constructionStarted": null,
"constructionStartedTBD": true,
"constructionStatus": "Pre Construction",
"contactForPricing": false,
"country": "Canada",
"coverPhoto": {
"name": "cover",
"url": "https://storage.googleapis.com/precon-app.appspot.com/4e5a58f3-82f4-494d-9b99-35bb6621da1e.png"
},
"createdAt": "2022-12-20T18:19:07.204Z",
"createdBy": "[email protected]",
"developmentLevies": "",
"developmentLeviesIncluded": false,
"documents": [],
"endPrice": 908900,
"endPricePerSqFeet": 566900,
"estimatedCompletionDate": "Sept 2024",
"estimatedCompletionDateTBD": false,
"estimatedCompletionYear": 2024,
"exposures": [],
"finishes": "",
"firstOccupancyDate": "Sep 2024",
"firstOccupancyDateTBD": false,
"floorPlans": [
{
"contactForPricing": false,
"createdAt": "2023-01-07T01:05:12.209Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2022_10_18_11_56_20_2_floor_plans_2-011.jpg"
},
"lastUpdated": "2023-01-07T01:05:12.209Z",
"name": "A473",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "473",
"startPrice": "566900",
"status": "Available"
},
{
"contactForPricing": false,
"createdAt": "2023-01-07T01:05:12.211Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2022_10_18_11_56_31_2_floor_plans_2-021.jpg"
},
"lastUpdated": "2023-01-07T01:05:12.211Z",
"name": "A509",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "509",
"startPrice": "576900",
"status": "Available"
},
{
"contactForPricing": false,
"createdAt": "2023-01-07T01:05:12.211Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2022_10_18_11_56_45_2_floor_plans_2-031.jpg"
},
"lastUpdated": "2023-01-07T01:05:12.211Z",
"name": "A520",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "520",
"startPrice": "611900",
"status": "Available"
},
{
"contactForPricing": false,
"createdAt": "2023-01-07T01:05:12.211Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2022_10_18_11_56_56_2_floor_plans_2-041.jpg"
},
"lastUpdated": "2023-01-07T01:05:12.211Z",
"name": "A522",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "522",
"startPrice": "597900",
"status": "Available"
},
{
"contactForPricing": false,
"createdAt": "2023-01-07T01:05:12.212Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2022_10_18_11_57_03_2_floor_plans_2-051.jpg"
},
"lastUpdated": "2023-01-07T01:05:12.212Z",
"name": "A555",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1,
"planCategory": "floorPlan",
"squareFeet": "555",
"startPrice": "609900",
"status": "Available"
},
{
"contactForPricing": false,
"createdAt": "2023-01-07T01:05:12.212Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2022_10_18_11_57_36_2_floor_plans_2-061.jpg"
},
"lastUpdated": "2023-01-07T01:05:12.212Z",
"name": "B543",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "543",
"startPrice": "642900",
"status": "Available"
},
{
"contactForPricing": false,
"createdAt": "2023-01-07T01:05:12.212Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2022_10_18_11_57_47_2_floor_plans_2-071.jpg"
},
"lastUpdated": "2023-01-07T01:05:12.212Z",
"name": "B555",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "555",
"startPrice": "629900",
"status": "Available"
},
{
"contactForPricing": false,
"createdAt": "2023-01-07T01:05:12.212Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2022_10_18_11_57_59_2_floor_plans_2-081.jpg"
},
"lastUpdated": "2023-01-07T01:05:12.212Z",
"name": "B583",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "583",
"startPrice": "680900",
"status": "Available"
},
{
"contactForPricing": false,
"createdAt": "2023-01-07T01:05:12.212Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2022_10_18_11_58_23_2_floor_plans_2-101.jpg"
},
"lastUpdated": "2023-01-07T01:05:12.212Z",
"name": "B591 BF",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "591",
"startPrice": "654900",
"status": "Available"
},
{
"contactForPricing": false,
"createdAt": "2023-01-07T01:05:12.212Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2022_10_18_11_58_09_2_floor_plans_2-091.jpg"
},
"lastUpdated": "2023-01-07T01:05:12.212Z",
"name": "B591",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "591",
"startPrice": "683900",
"status": "Available"
},
{
"contactForPricing": false,
"createdAt": "2023-01-07T01:05:12.212Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2022_10_18_12_00_02_2_floor_plans_2-111.jpg"
},
"lastUpdated": "2023-01-07T01:05:12.212Z",
"name": "B622",
"numberOfBathrooms": 1,
"numberOfBedrooms": 1.5,
"planCategory": "floorPlan",
"squareFeet": "622",
"startPrice": "691900",
"status": "Available"
},
{
"contactForPricing": false,
"createdAt": "2023-01-07T01:05:12.212Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2022_10_18_12_00_24_2_floor_plans_2-121.jpg"
},
"lastUpdated": "2023-01-07T01:05:12.212Z",
"name": "C646",
"numberOfBathrooms": 1,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "646",
"startPrice": "708900",
"status": "Available"
},
{
"contactForPricing": false,
"createdAt": "2023-01-07T01:05:12.212Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2022_10_18_12_00_44_2_floor_plans_2-131.jpg"
},
"lastUpdated": "2023-01-07T01:05:12.212Z",
"name": "C663",
"numberOfBathrooms": 1,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "663",
"startPrice": "709900",
"status": "Available"
},
{
"contactForPricing": false,
"createdAt": "2023-01-07T01:05:12.212Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2022_10_18_12_01_03_2_floor_plans_2-141.jpg"
},
"lastUpdated": "2023-01-07T01:05:12.212Z",
"name": "C664 BF",
"numberOfBathrooms": 1,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "664",
"startPrice": "709900",
"status": "Available"
},
{
"contactForPricing": false,
"createdAt": "2023-01-07T01:05:12.212Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2022_10_18_12_01_11_2_floor_plans_2-151.jpg"
},
"lastUpdated": "2023-01-07T01:05:12.212Z",
"name": "C682",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "682",
"startPrice": "739900",
"status": "Available"
},
{
"contactForPricing": false,
"createdAt": "2023-01-07T01:05:12.212Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2022_10_18_12_01_59_2_floor_plans_2-161.jpg"
},
"lastUpdated": "2023-01-07T01:05:12.212Z",
"name": "C705",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "705",
"startPrice": "754900",
"status": "Available"
},
{
"contactForPricing": false,
"createdAt": "2023-01-07T01:05:12.213Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2022_10_18_12_02_27_2_floor_plans_2-171.jpg"
},
"lastUpdated": "2023-01-07T01:05:12.213Z",
"name": "C745",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "745",
"startPrice": "788900",
"status": "Available"
},
{
"contactForPricing": false,
"createdAt": "2023-01-07T01:05:12.213Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2022_10_18_12_03_03_2_floor_plans_2-181.jpg"
},
"lastUpdated": "2023-01-07T01:05:12.213Z",
"name": "C796 BF",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "796",
"startPrice": "814900",
"status": "Available"
},
{
"contactForPricing": false,
"createdAt": "2023-01-07T01:05:12.213Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2022_10_18_12_03_20_2_floor_plans_2-191.jpg"
},
"lastUpdated": "2023-01-07T01:05:12.213Z",
"name": "C835",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2,
"planCategory": "floorPlan",
"squareFeet": "835",
"startPrice": "859900",
"status": "Available"
},
{
"contactForPricing": false,
"createdAt": "2023-01-07T01:05:12.213Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2022_10_18_12_03_38_2_floor_plans_2-201.jpg"
},
"lastUpdated": "2023-01-07T01:05:12.213Z",
"name": "D820",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "820",
"startPrice": "880900",
"status": "Available"
},
{
"contactForPricing": false,
"createdAt": "2023-01-07T01:05:12.213Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2022_10_18_12_03_46_2_floor_plans_2-211.jpg"
},
"lastUpdated": "2023-01-07T01:05:12.213Z",
"name": "D825",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "825",
"startPrice": "844900",
"status": "Available"
},
{
"contactForPricing": false,
"createdAt": "2023-01-07T01:05:12.213Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2022_10_18_12_03_52_2_floor_plans_2-221.jpg"
},
"lastUpdated": "2023-01-07T01:05:12.213Z",
"name": "D833",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "833",
"startPrice": "883900",
"status": "Available"
},
{
"contactForPricing": false,
"createdAt": "2023-01-07T01:05:12.213Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2022_10_18_12_03_58_2_floor_plans_2-231.jpg"
},
"lastUpdated": "2023-01-07T01:05:12.213Z",
"name": "D834 BF",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "834",
"startPrice": "879900",
"status": "Available"
},
{
"contactForPricing": false,
"createdAt": "2023-01-07T01:05:12.213Z",
"exposure": [],
"floorPlanType": [
"Condo"
],
"image": {
"name": "Photo",
"url": "https://d2kcmk0r62r1qk.cloudfront.net/imageFloorPlans/2022_10_18_12_04_04_2_floor_plans_2-241.jpg"
},
"lastUpdated": "2023-01-07T01:05:12.213Z",
"name": "D843",
"numberOfBathrooms": 2,
"numberOfBedrooms": 2.5,
"planCategory": "floorPlan",
"squareFeet": "843",
"startPrice": "908900",
"status": "Available"
}
],
"fullAddress": "507 Dundas St E, Oakville",
"geographicAddress": "507 Dundas St E, Oakville",
"hasLocker": true,
"hasParking": true,
"incentives": [],
"interiorDesigners": [],
"lat": "43.49317566624336",
"listingId": "QGA7ZQ",
"lockerMaintainance": 29.95,
"lockerMaintainanceIncluded": false,
"logo": {
"name": "logo",
"url": "https://storage.googleapis.com/precon-app.appspot.com/e28b3c7a-bf49-4632-ba16-640b60722b1b.png"
},
"long": "-79.71450364406955",
"marketingCompanies": [
"Marketers/UX70Mca33u87WWvul357"
],
"maxBaths": 2,
"maxBeds": 2.5,
"maxSize": 843,
"metering": "Hydro & Water Separately Metered",
"meteringIncluded": false,
"minBaths": 1,
"minBeds": 1,
"minSize": 473,
"mode": "live",
"municipalities": [
"Oakville"
],
"name": "The Post",
"neighbourhood": [
"Rural Oakville"
],
"numberOfFloorPlans": 24,
"numberOfFloors": "8",
"numberOfIncentives": 0,
"numberOfUnits": "26",
"objectID": "QGA7ZQ",
"owners": [],
"parkingCost": 10000,
"parkingCostIncluded": false,
"parkingMaintainance": 59.95,
"parkingMaintainanceIncluded": false,
"parkingRestriction": "",
"path": "Listings/QGA7ZQ",
"paymentStructures": [
{
"milestones": [
{
"amount": 5000,
"prefix": "",
"suffix": "on Signing",
"text": "$5000 on Signing",
"type": "fixed"
},
{
"amount": 5,
"prefix": "",
"suffix": "in 1 Month",
"text": "5% in 1 Month",
"type": "percentage"
},
{
"amount": 5,
"prefix": "",
"suffix": "in 6 Months",
"text": "5% in 6 Months",
"type": "percentage"
},
{
"amount": 2.5,
"prefix": "",
"suffix": "in 12 Months",
"text": "2.5% in 12 Months",
"type": "percentage"
},
{
"amount": 2.5,
"prefix": "",
"suffix": "in 18 Months",
"text": "2.5% in 18 Months",
"type": "percentage"
},
{
"amount": 5,
"prefix": "",
"suffix": "on Occupancy",
"text": "5% on Occupancy",
"type": "percentage"
}
],
"totalDeposit": 15,
"type": "Standard"
}
],
"photos": [
{
"createdAt": "2023-01-28T13:05:44.266Z",
"name": "The-Post-Condos-Fitness-Centre-11-v23-full.jpg",
"tags": [
"Interior"
],
"type": "image/jpeg",
"url": "https://storage.googleapis.com/precon-app.appspot.com/482a2f50-1c9a-4389-a983-1a21125d718d"
},
{
"createdAt": "2023-01-28T13:05:44.266Z",
"name": "The-Post-Condos-Games-Room-10-v23-full.jpg",
"tags": [
"Interior"
],
"type": "image/jpeg",
"url": "https://storage.googleapis.com/precon-app.appspot.com/8da28061-ddff-4bd9-8d8e-f50f5d084c08"
},
{
"createdAt": "2023-01-28T13:05:44.266Z",
"name": "The-Post-Condos-Lounge-amp-Firepits-on-Rooftop-Terrace-4-v23-full.jpg",
"tags": [
"Exterior"
],
"type": "image/jpeg",
"url": "https://storage.googleapis.com/precon-app.appspot.com/e01bcdf8-3015-42d8-9020-292a7868c7e8"
},
{
"createdAt": "2023-01-28T13:05:44.266Z",
"name": "The-Post-Condos-Lounge-Area-in-Party-Room-12-v23-full.jpg",
"tags": [
"Interior"
],
"type": "image/jpeg",
"url": "https://storage.googleapis.com/precon-app.appspot.com/4929ba58-f07d-4469-9f34-33141169c00d"
},
{
"createdAt": "2023-01-28T13:05:44.266Z",
"name": "The-Post-Condos-View-of-Rooftop-Terrace-5-v23-full.jpg",
"tags": [
"Exterior"
],
"type": "image/jpeg",
"url": "https://storage.googleapis.com/precon-app.appspot.com/7785d701-0996-4e0a-a283-1b7d12dfe823"
}
],
"postalCode": "L6H 7H5",
"primaryCollection": "Listings",
"primaryField": "listings",
"realtorCommission": 4,
"realtorPayouts": {
"commission": 4,
"contactDeveloper": false,
"details": ""
},
"refLink1": "https://www.buzzbuzzhome.com/oakville-on/the-post",
"refLink2": "https://agent.condonow.com/The-Post-Condos",
"region": "Halton",
"salesCentres": [],
"salesCompanies": [
"SalesCompanies/rSgs8HKEqdzDQzbhPaIN"
],
"salesStarted": "Nov 2022",
"salesStartedTBD": false,
"sellingStatus": "Sold Out",
"startPrice": 566900,
"startPricePerSqFeet": 1023,
"state": "Ontario",
"storageCost": 0,
"storageCostIncluded": false,
"storageRestriction": "",
"streetName": "Dundas St E",
"streetNumber": 507,
"summary": "The Post is an 8-storey condo coming to Oakville. Situated at the corner of Postridge Drive and Dundas Street, this new residence is within walking distance of Oakvilleβs uptown core. Surrounded by urban homes and exceptional dining and retail opportunities, it provides the feel of the big city on a smaller scale.",
"tags": [],
"type": [
"Condo"
],
"updatedAt": "2023-01-28T13:08:31.149Z",
"updatedBy": "[email protected]",
"videos": [],
"virtualShowing": "",
"website": "https://thepostcondos.ca/"
}
],
"perPage": 5,
"total": 5,
"pages": 1,
"page": 0
}