!

Recipes

This page contains examples of common use cases for the Houski API.

You can copy and paste the code examples into your own application.

Programming language

Select the programming language you want to display the code examples in.

Choose a recipe


Get all data for a property
In this example, we are retrieving all data for a property in Calgary. This includes all property fields, and all expanded data sets.
Request
Shell session
curl -X GET "https://api.houski.ca/properties?address=268 Saddlecrest Boulevard NE&api_key=YOUR_API_KEY&city=calgary&country_abbreviation=ca&expand=listings,permits,assessments&province_abbreviation=ab&select=all"
TypeScript code
const houski_recipe_data = async (): Promise<PropertiesResponse> => {

    // You must copy the PropertiesResponse type declarations from the 
    // Houski API documentation to strongly type the response

    const url = new URL('https://api.houski.ca/properties');
    url.searchParams.set('address', '268 Saddlecrest Boulevard NE');
    url.searchParams.set('api_key', 'YOUR_API_KEY');
    url.searchParams.set('city', 'calgary');
    url.searchParams.set('country_abbreviation', 'ca');
    url.searchParams.set('expand', 'listings,permits,assessments');
    url.searchParams.set('province_abbreviation', 'ab');
    url.searchParams.set('select', 'all');

    const response = await fetch(url);
    const data = await response.json();

    return data;
}

(async () => {
let data: PropertiesResponse = await houski_recipe_data();

// Log the response
console.log(data);
})();
Response
JSON
{
  "cache_hit": false,
  "cost_cents": 44.32991790771485,
  "data": [
    {
      "address": "268 Saddlecrest Boulevard NE",
      "address_link": "ca/ab/calgary/saddle-ridge/268-saddlecrest-boulevard-ne",
      "address_slug": "268-saddlecrest-boulevard-ne",
      "air_cleaner_brand": "Not applicable",
      "air_cleaner_install_year": 2024,
      "air_cleaner_type": "Electrostatic",
      "architecture_style": "Modern",
      "assessment_value": 559000,
      "assessment_vs_estimate": -50716,
      "assessment_year": 2024,
      "assessments": [
        {
          "expand_assessment_value": 52500,
          "expand_assessment_year": 2006,
          "property_id": "b13271f13c63dcb"
        },
        {
          "expand_assessment_value": 69500,
          "expand_assessment_year": 2007,
          "property_id": "b13271f13c63dcb"
        },
        {
          "expand_assessment_value": 383000,
          "expand_assessment_year": 2008,
          "property_id": "b13271f13c63dcb"
        },
        {
          "expand_assessment_value": 360500,
          "expand_assessment_year": 2009,
          "property_id": "b13271f13c63dcb"
        },
        {
          "expand_assessment_value": 297500,
          "expand_assessment_year": 2010,
          "property_id": "b13271f13c63dcb"
        },
        {
          "expand_assessment_value": 322000,
          "expand_assessment_year": 2011,
          "property_id": "b13271f13c63dcb"
        },
        {
          "expand_assessment_value": 303000,
          "expand_assessment_year": 2012,
          "property_id": "b13271f13c63dcb"
        },
        {
          "expand_assessment_value": 319500,
          "expand_assessment_year": 2013,
          "property_id": "b13271f13c63dcb"
        },
        {
          "expand_assessment_value": 350500,
          "expand_assessment_year": 2014,
          "property_id": "b13271f13c63dcb"
        },
        {
          "expand_assessment_value": 399000,
          "expand_assessment_year": 2015,
          "property_id": "b13271f13c63dcb"
        },
        {
          "expand_assessment_value": 394000,
          "expand_assessment_year": 2016,
          "property_id": "b13271f13c63dcb"
        },
        {
          "expand_assessment_value": 386500,
          "expand_assessment_year": 2017,
          "property_id": "b13271f13c63dcb"
        },
        {
          "expand_assessment_value": 393500,
          "expand_assessment_year": 2018,
          "property_id": "b13271f13c63dcb"
        },
        {
          "expand_assessment_value": 404500,
          "expand_assessment_year": 2019,
          "property_id": "b13271f13c63dcb"
        },
        {
          "expand_assessment_value": 395500,
          "expand_assessment_year": 2020,
          "property_id": "b13271f13c63dcb"
        },
        {
          "expand_assessment_value": 377000,
          "expand_assessment_year": 2021,
          "property_id": "b13271f13c63dcb"
        },
        {
          "expand_assessment_value": 412500,
          "expand_assessment_year": 2022,
          "property_id": "b13271f13c63dcb"
        },
        {
          "expand_assessment_value": 495000,
          "expand_assessment_year": 2023,
          "property_id": "b13271f13c63dcb"
        },
        {
          "expand_assessment_value": 559000,
          "expand_assessment_year": 2024,
          "property_id": "b13271f13c63dcb"
        }
      ],
      "attic_is_functional": false,
      "backs_onto": "Greenspace",
      "balcony_type_first": "Deck",
      "balcony_type_second": "Deck",
      "balcony_type_third": "None",
      "basement_ceiling_height_m": 2.4384000301361084,
      "basement_finish": "Finished",
      "basement_has_crawlspace": false,
      "basement_has_entrance": true,
      "basement_is_walkout": false,
      "basement_type": "Full",
      "basement_year_last_renovated": 2022,
      "bathroom_full": 3,
      "bathroom_half": 1,
      "bathroom_total": 4,
      "bathroom_year_last_renovated": 2022,
      "bedroom": 3,
      "bedroom_total": 5,
      "bedroom_year_last_renovated": 2022,
      "cap_rate": 0.05687951296567917,
      "carport_parking_space": 0,
      "cash_on_cash_return": 0.018140016123652455,
      "cat_allowed_by_bylaw": false,
      "cat_allowed_by_bylaw_require_approval": false,
      "ceiling_height_m": 2.7432000637054443,
      "ceiling_is_vaulted": false,
      "ceiling_style": "Flat",
      "city": "Calgary",
      "city_id": "6ec95b53075d062c",
      "city_link": "ca/ab/calgary",
      "city_slug": "calgary",
      "community": "Saddle Ridge",
      "community_id": "1bf32d1573ed9bc0",
      "community_link": "ca/ab/calgary/saddle-ridge",
      "community_slug": "saddle-ridge",
      "community_source": "Document",
      "construction_material": "Concrete",
      "construction_year": 2006,
      "construction_year_source": "Document",
      "converted_to_commercial_use": false,
      "converted_to_residential_use": false,
      "cooling_brand_first": "Lennox",
      "cooling_install_year_first": 2024,
      "cooling_type_first": "Central",
      "cooling_type_second": "None",
      "country": "Canada",
      "country_abbreviation": "CA",
      "country_abbreviation_id": "9ace2b6431b7f1be",
      "country_abbreviation_link": "ca",
      "country_slug": "canada",
      "demographic_age_0_to_4_years_percent": 0.0565059520304203,
      "demographic_age_100_years_and_over_percent": 0.00014922345872037113,
      "demographic_age_10_to_14_years_percent": 0.0623103603720665,
      "demographic_age_15_to_19_years_percent": 0.05623811483383179,
      "demographic_age_20_to_24_years_percent": 0.059968702495098114,
      "demographic_age_25_to_29_years_percent": 0.06763648986816406,
      "demographic_age_30_to_34_years_percent": 0.08108573406934738,
      "demographic_age_35_to_39_years_percent": 0.08476275205612183,
      "demographic_age_40_to_44_years_percent": 0.07658607512712479,
      "demographic_age_45_to_49_years_percent": 0.0699322372674942,
      "demographic_age_50_to_54_years_percent": 0.06483568251132965,
      "demographic_age_55_to_59_years_percent": 0.06318657100200653,
      "demographic_age_5_to_9_years_percent": 0.0616675540804863,
      "demographic_age_60_to_64_years_percent": 0.05952868238091469,
      "demographic_age_65_to_69_years_percent": 0.04753723740577698,
      "demographic_age_70_to_74_years_percent": 0.03558022901415825,
      "demographic_age_75_to_79_years_percent": 0.02216542325913906,
      "demographic_age_80_to_84_years_percent": 0.014849647879600523,
      "demographic_age_85_to_89_years_percent": 0.009657436050474644,
      "demographic_age_90_to_94_years_percent": 0.00476367212831974,
      "demographic_age_95_to_99_years_percent": 0.001052216743119061,
      "demographic_age_average_of_the_population": 38.79999923706055,
      "demographic_age_median_of_the_population": 38.0,
      "demographic_covid_19_government_pre_tax_income_support_and_benefit_percent": 0.05199999734759331,
      "demographic_dwellings_occupied_percent": 0.9458425045013428,
      "demographic_education_degree_agriculture_natural_resources_and_conservation_percent": 0.017323600128293037,
      "demographic_education_degree_architecture_engineering_and_related_trades_percent": 0.22476892173290253,
      "demographic_education_degree_business_management_and_public_administration_percent": 0.24097000062465668,
      "demographic_education_degree_health_and_related_fields_percent": 0.14602456986904144,
      "demographic_education_degree_humanities_percent": 0.046644747257232666,
      "demographic_education_degree_mathematics_computer_and_information_sciences_percent": 0.052185751497745514,
      "demographic_education_degree_personal_protective_and_transportation_services_percent": 0.03979014232754707,
      "demographic_education_degree_physical_and_life_sciences_and_technologies_percent": 0.05617431923747063,
      "demographic_education_degree_social_and_behavioral_sciences_and_law_percent": 0.11577195674180984,
      "demographic_education_degree_teaching_percent": 0.06034599617123604,
      "demographic_education_level_apprenticeship_or_trades_certificate_or_diploma_percent": 0.07511404901742935,
      "demographic_education_level_bachelors_degree_percent": 0.3129822611808777,
      "demographic_education_level_degree_in_medicine_dentistry_veterinary_medicine_or_optometry_percent": 0.01131756231188774,
      "demographic_education_level_earned_doctorate_percent": 0.014103145338594912,
      "demographic_education_level_high_school_diploma_or_equivalency_certificate_percent": 0.3300824761390686,
      "demographic_education_level_masters_degree_percent": 0.09377926588058472,
      "demographic_education_level_no_certificate_diploma_or_degree_percent": 0.16262122988700867,
      "demographic_employment_employed_percent": 0.8747962713241577,
      "demographic_employment_industries_accommodation_and_food_services_percent": 0.0607004277408123,
      "demographic_employment_industries_administrative_and_support_waste_management_and_remediation_services_percent": 0.04468294978141785,
      "demographic_employment_industries_agriculture_forestry_fishing_and_hunting_percent": 0.0037383574526757,
      "demographic_employment_industries_arts_entertainment_and_recreation_percent": 0.020529044792056084,
      "demographic_employment_industries_construction_percent": 0.0834285095334053,
      "demographic_employment_industries_educational_services_percent": 0.06624766439199448,
      "demographic_employment_industries_finance_and_insurance_percent": 0.03752544894814491,
      "demographic_employment_industries_health_care_and_social_assistance_percent": 0.12897688150405884,
      "demographic_employment_industries_information_and_cultural_industries_percent": 0.018145576119422913,
      "demographic_employment_industries_management_of_companies_and_enterprises_percent": 0.0031779585406184196,
      "demographic_employment_industries_manufacturing_percent": 0.04700257629156113,
      "demographic_employment_industries_mining_quarrying_and_oil_and_gas_extraction_percent": 0.04598108679056168,
      "demographic_employment_industries_other_services_percent": 0.042526476085186005,
      "demographic_employment_industries_professional_scientific_and_technical_services_percent": 0.11913088709115982,
      "demographic_employment_industries_public_administration_percent": 0.03431202098727226,
      "demographic_employment_industries_real_estate_and_rental_and_leasing_percent": 0.020110519602894783,
      "demographic_employment_industries_retail_trade_percent": 0.11366167664527892,
      "demographic_employment_industries_transportation_and_warehousing_percent": 0.06645338237285614,
      "demographic_employment_industries_utilities_percent": 0.012037936598062515,
      "demographic_employment_industries_wholesale_trade_percent": 0.03163062036037445,
      "demographic_employment_insurance_benefit_percent": 0.012999999336898329,
      "demographic_employment_occupations_business_finance_and_administration_occupations_percent": 0.19197700917720795,
      "demographic_employment_occupations_health_occupations_percent": 0.08323756605386734,
      "demographic_employment_occupations_in_art_culture_recreation_and_sport_percent": 0.028843015432357788,
      "demographic_employment_occupations_in_education_law_and_social_community_and_government_services_percent": 0.10942044109106064,
      "demographic_employment_occupations_in_manufacturing_and_utilities_percent": 0.02831808105111122,
      "demographic_employment_occupations_legislative_and_senior_management_occupations_percent": 0.012640987522900105,
      "demographic_employment_occupations_natural_and_applied_sciences_and_related_occupations_percent": 0.11833014339208604,
      "demographic_employment_occupations_natural_resources_agriculture_and_related_production_occupations_percent": 0.014449883252382278,
      "demographic_employment_occupations_sales_and_service_occupations_percent": 0.24869830906391144,
      "demographic_employment_occupations_trades_transport_and_equipment_operators_and_related_occupations_percent": 0.1640845537185669,
      "demographic_employment_pre_tax_income_percent": 0.7099999785423279,
      "demographic_employment_unemployed_percent": 0.12520375847816467,
      "demographic_household_size_1_person_percent": 0.26417216658592224,
      "demographic_household_size_2_persons_percent": 0.3184419870376587,
      "demographic_household_size_3_persons_percent": 0.159305602312088,
      "demographic_household_size_4_persons_percent": 0.1583997756242752,
      "demographic_household_size_5_or_more_persons_percent": 0.09968047589063644,
      "demographic_household_type_family_with_children_percent": 0.33964410424232483,
      "demographic_household_type_family_without_children_percent": 0.2648918330669403,
      "demographic_household_type_single_with_children_percent": 0.0904085338115692,
      "demographic_household_type_single_without_children_percent": 0.30505552887916565,
      "demographic_income_100000_to_149999_percent": 0.0836615189909935,
      "demographic_income_10000_to_19999_percent": 0.09505660086870192,
      "demographic_income_150000_and_over_percent": 0.0690077394247055,
      "demographic_income_20000_to_29999_percent": 0.14344145357608795,
      "demographic_income_30000_to_39999_percent": 0.12508083879947662,
      "demographic_income_40000_to_49999_percent": 0.1058446764945984,
      "demographic_income_50000_to_59999_percent": 0.087161123752594,
      "demographic_income_60000_to_69999_percent": 0.07234414666891098,
      "demographic_income_70000_to_79999_percent": 0.05845366418361664,
      "demographic_income_80000_to_89999_percent": 0.04566322639584541,
      "demographic_income_90000_to_99999_percent": 0.03773925453424454,
      "demographic_income_average_after_tax": 63419,
      "demographic_income_average_pre_tax": 78036,
      "demographic_income_median_after_tax": 48319,
      "demographic_income_median_pre_tax": 53635,
      "demographic_income_under_10000_percent": 0.07654574513435364,
      "demographic_language_most_spoken_fifth": "Yue (Cantonese)",
      "demographic_language_most_spoken_fifth_percent": 0.016595685854554176,
      "demographic_language_most_spoken_first": "English",
      "demographic_language_most_spoken_first_percent": 0.7543089985847473,
      "demographic_language_most_spoken_fourth": "Mandarin",
      "demographic_language_most_spoken_fourth_percent": 0.01812717877328396,
      "demographic_language_most_spoken_second": "Punjabi (Panjabi)",
      "demographic_language_most_spoken_second_percent": 0.028118537738919255,
      "demographic_language_most_spoken_third": "Tagalog (Pilipino, Filipino)",
      "demographic_language_most_spoken_third_percent": 0.0209934264421463,
      "demographic_marital_status_common_law_percent": 0.08932889997959137,
      "demographic_marital_status_married_percent": 0.4941265881061554,
      "demographic_marital_status_single_percent": 0.416544497013092,
      "demographic_median_covid_19_emergency_and_recovery_benefits": 8500,
      "demographic_municipal_population": 1306780,
      "demographic_municipal_population_density_sq_km": 1592.4000244140625,
      "demographic_municipal_population_female_percent": 0.5034894943237305,
      "demographic_municipal_population_male_percent": 0.4965143203735352,
      "demographic_transportation_bicycle_percent": 0.008965407498180866,
      "demographic_transportation_car_truck_or_van_percent": 0.8570635318756104,
      "demographic_transportation_public_transit_percent": 0.09045881032943726,
      "demographic_transportation_walk_percent": 0.04351226240396499,
      "den": 2,
      "direction_facing": "South",
      "dog_allowed_by_bylaw": false,
      "dog_allowed_by_bylaw_require_approval": false,
      "driveway_parking_space": 2,
      "electricity_provider": "Solar",
      "elevator": 0,
      "estimate_list_price": 616352,
      "estimate_monthly_electrical_cost": 300,
      "estimate_monthly_heat_cost": 75,
      "estimate_monthly_water_cost": 100,
      "estimate_political_lean": 5,
      "estimate_rent_monthly": 2594,
      "estimate_sale_price": 609716,
      "estimate_sale_price_per_sq_m": 4337.728515625,
      "exterior_finish": "Brick",
      "exterior_year_last_renovated": 2020,
      "fence_type": "Wood",
      "fire_suppression_type": "None",
      "fireplace": 0,
      "floor_above_ground": 2,
      "floor_below_ground": 1,
      "floor_material_type_first": "Laminate",
      "floor_material_type_second": "Hardwood",
      "floor_plan_type": "Bi-level",
      "for_rent": false,
      "for_rent_cat_allowed_by_owner": false,
      "for_rent_dog_allowed_by_owner": false,
      "for_rent_what_is": "Entire House",
      "for_sale": false,
      "foundation_type": "Poured concrete",
      "fronts_onto": "Greenspace",
      "furnished": false,
      "garage_240v_first": false,
      "garage_240v_second": false,
      "garage_floor_above_ground_first": 0,
      "garage_floor_above_ground_second": 0,
      "garage_floor_below_ground_first": 0,
      "garage_floor_below_ground_second": 0,
      "garage_heating_type_first": "In-floor",
      "garage_heating_type_second": "None",
      "garage_parking_space_first": 0,
      "garage_parking_space_second": 0,
      "garage_tandem_first": false,
      "garage_type_first": "Attached",
      "garage_type_second": "None",
      "gas_provider": "Municipal",
      "has_assigned_storage_space": false,
      "has_backyard": false,
      "has_frontyard": false,
      "has_private_indoor_gym": false,
      "has_private_indoor_hot_tub": false,
      "has_private_indoor_sauna": false,
      "has_private_indoor_swimming_pool": false,
      "has_private_indoor_workshop": false,
      "has_private_outdoor_gym": false,
      "has_private_outdoor_hot_tub": false,
      "has_private_outdoor_sauna": false,
      "has_private_outdoor_swimming_pool": false,
      "has_rv_parking": false,
      "has_shared_indoor_gym": false,
      "has_shared_indoor_hot_tub": false,
      "has_shared_indoor_sauna": false,
      "has_shared_indoor_swimming_pool": false,
      "has_shared_indoor_workshop": false,
      "has_shared_laundry_room": false,
      "has_shared_outdoor_gym": false,
      "has_shared_outdoor_hot_tub": false,
      "has_shared_outdoor_sauna": false,
      "has_shared_outdoor_swimming_pool": false,
      "heating_brand_first": "Lennox",
      "heating_install_year_first": 2024,
      "heating_type_first": "Gas furnace",
      "heating_type_second": "None",
      "humidifier_brand": "Honeywell",
      "humidifier_install_year": 2024,
      "humidifier_type": "Bypass",
      "image": "b13271f13c63dcb_fbae87",
      "in_cul_de_sac": false,
      "interior_sq_m": 140.56112670898438,
      "internet_provider": "Satellite",
      "irrigation_system_type": "Drip",
      "is_commercial": false,
      "is_commercial_source": "Document",
      "is_condemned": false,
      "is_farmland": false,
      "is_farmland_source": "Document",
      "is_judicial_sale": false,
      "is_residential": true,
      "is_residential_source": "Document",
      "kitchen_appliance_brand": "Miele",
      "kitchen_appliance_finish": "Stainless steel",
      "kitchen_countertop_material": "Quartz",
      "kitchen_dishwasher_install_year": 2024,
      "kitchen_dishwasher_type": "Built-in",
      "kitchen_fridge_install_year": 2024,
      "kitchen_fridge_type": "Freestanding",
      "kitchen_microwave_install_year": 2024,
      "kitchen_microwave_type": "Built-in",
      "kitchen_stove_heat_type": "Gas",
      "kitchen_stove_install_year": 2024,
      "kitchen_stove_type": "Freestanding",
      "kitchen_year_last_renovated": 2021,
      "land_area_sq_m": 283.70001220703125,
      "land_area_sq_m_source": "Document",
      "land_depth_m": 0.0,
      "land_frontage_m": 0.0,
      "latitude": 51.13714218139648,
      "laundry_appliance_brand": "Miele",
      "laundry_appliance_finish": "Stainless steel",
      "laundry_dryer_install_year": 2024,
      "laundry_dryer_type": "Stacked",
      "laundry_washer_install_year": 2024,
      "laundry_washer_type": "Freestanding",
      "list_price": 639900,
      "list_price_vs_estimate": 23548,
      "listings": [
        {
          "expand_estimate_list_price": 639900,
          "expand_listing_date": "2023-11-05",
          "expand_listing_event": "Listed",
          "property_id": "b13271f13c63dcb"
        },
        {
          "expand_estimate_list_price": 639900,
          "expand_listing_date": "2023-12-16",
          "expand_listing_event": "Unlisted",
          "property_id": "b13271f13c63dcb"
        }
      ],
      "living_room_year_last_renovated": 2021,
      "loading_bays": 0,
      "longitude": -113.93946075439452,
      "maintenance_fee": 0,
      "maintenance_fee_include_electric": false,
      "maintenance_fee_include_heat": false,
      "maintenance_fee_include_water": false,
      "need_ceiling_repair": false,
      "need_cooling_repair": false,
      "need_drywall_repair": false,
      "need_electrical_repair": false,
      "need_floor_repair": false,
      "need_foundation_repair": false,
      "need_heating_repair": false,
      "need_mold_repair": false,
      "need_paint_repair": false,
      "need_plumbing_repair": false,
      "need_roof_repair": false,
      "need_window_repair": false,
      "neighborhood_id": "ef98778761329cb1",
      "outbuilding_type_fifth": "None",
      "outbuilding_type_first": "Shed",
      "outbuilding_type_fourth": "Barn",
      "outbuilding_type_second": "Shed",
      "outbuilding_type_third": "Metal building",
      "ownership_type": "Freehold",
      "parking_lot_parking_space": 0,
      "parking_lot_parking_space_legal_type": "Titled",
      "permits": [
        {
          "expand_permit_application_date": "2006-07-12",
          "expand_permit_content": "Status: Completed|Issued date: 2006-08-10T00:00:00.000|Completed date: 2009-01-19T00:00:00.000|Estimated project cost: 112890.4|Permit class: Single Family|Permit type: Single Construction Permit|Permit type mapped: Building|Work class: New|Work class group: New|Work class mapped: New|applicant: SABAL HOMES|contractor: SABAL HOMES|estimated project cost: 112890.4|Total square feet affected: 1450|Housing units affected: 1",
          "expand_permit_id": "BP2006-11927",
          "expand_permit_type": "Building",
          "property_id": "b13271f13c63dcb"
        },
        {
          "expand_permit_application_date": "2013-04-01",
          "expand_permit_content": "Status: Completed|Issued date: 2013-04-01T00:00:00.000|Completed date: 2013-04-09T00:00:00.000|Estimated project cost: 18420.68|Permit class: Single Family|Permit type: Residential Improvement Project|Permit type mapped: Building|Work class: Alteration|Work class group: Improvement|Work class mapped: Existing|applicant: AAB DESIGN|contractor: N/A|estimated project cost: 18420.68|Total square feet affected: N/A|Housing units affected: 0",
          "expand_permit_id": "BP2013-03946",
          "expand_permit_type": "Building",
          "property_id": "b13271f13c63dcb"
        },
        {
          "expand_permit_application_date": "2018-05-25",
          "expand_permit_content": "Status: Completed|Issued date: 2018-05-25T00:00:00.000|Completed date: 2018-08-08T00:00:00.000|Estimated project cost: 20088.2|Permit class: Garage|Permit type: Residential Improvement Project|Permit type mapped: Building|Work class: New|Work class group: New|Work class mapped: New|applicant: DUKE HOMES|contractor: DUKE HOMES|estimated project cost: 20088.2|Total square feet affected: N/A|Housing units affected: 0",
          "expand_permit_id": "BP2018-06344",
          "expand_permit_type": "Building",
          "property_id": "b13271f13c63dcb"
        },
        {
          "expand_permit_application_date": "2021-05-11",
          "expand_permit_content": "Status: Released|Category: Residential - Secondary Suite|Description: NEW: SECONDARY SUITE (EXISTING - BASEMENT) |Proposed use code: C2626|Proposed use description: SECONDARY SUITE|Permitted/discretionary: Discretionary|Land use district: R-1N|Land use district description: Residential - Narrow Parcel One Dwelling|Concurrent LOC: N/A|Decision: Approval|Decision by: Development Authority|Decision date: 2021-07-30|Canceled/refused date: N/A|SDAB Number: N/A|SDAB hearing date: N/A|SDAB Decision: N/A|SDAB decision date: N/A",
          "expand_permit_id": "DP2021-3395",
          "expand_permit_type": "Development",
          "property_id": "b13271f13c63dcb"
        }
      ],
      "plumbing_pipe_material": "PEX",
      "postal_code": "T3J5L6",
      "postal_code_source": "Estimate",
      "property_id": "b13271f13c63dcb",
      "property_taxes": 3253,
      "property_taxes_year": 2024,
      "property_type": "House",
      "province": "Alberta",
      "province_abbreviation": "AB",
      "province_abbreviation_id": "aae1f05a0f89d2c7",
      "province_abbreviation_link": "ca/ab",
      "province_slug": "alberta",
      "rent_includes_electricity": false,
      "rent_includes_furniture": true,
      "rent_includes_heat": false,
      "rent_includes_internet": false,
      "rent_includes_water": false,
      "return_on_investment": 0.634137749671936,
      "roof_is_functional": true,
      "roof_material": "Metal",
      "roof_material_install_year": 2024,
      "score_air_quality": 6,
      "score_bicycle": 0,
      "score_cell_coverage": 8,
      "score_curb_appeal": 5,
      "score_earthquake": 9,
      "score_education": 5,
      "score_entertainment": 0,
      "score_family": 0,
      "score_fire": 7,
      "score_flood": 10,
      "score_food_and_drink": 8,
      "score_hurricane": 6,
      "score_internet": 0,
      "score_nature": 7,
      "score_parking": 0,
      "score_quiet": 0,
      "score_retirement": 0,
      "score_safety": 7,
      "score_shopping": 7,
      "score_smell": 7,
      "score_tornado": 8,
      "score_total": 5,
      "score_total_percent": 50.204078674316406,
      "score_traffic": 0,
      "score_transit": 7,
      "score_walkability": 8,
      "score_water_quality": 8,
      "secondary_suite_has_own_laundry_first": true,
      "secondary_suite_has_own_laundry_second": true,
      "secondary_suite_seperate_entrance_first": false,
      "secondary_suite_seperate_entrance_second": false,
      "secondary_suite_type_first": "Basement suite",
      "secondary_suite_type_second": "None",
      "secondary_suite_type_third": "None",
      "shared_bicycle_storage_type": "None",
      "shared_garage_240v_second": false,
      "shared_garage_floor_above_ground_first": 0,
      "shared_garage_heating_type_first": "None",
      "shared_garage_legal_type_first": "Titled",
      "shared_garage_parking_space_first": 0,
      "shared_garage_tandem_first": false,
      "shared_garage_type_first": "Parking garage",
      "summer_garbage_pickup_day": "Friday",
      "summer_garbage_pickup_schedule": "Weekly",
      "summer_organic_waste_pickup_day": "Tuesday",
      "summer_organic_waste_pickup_schedule": "Weekly",
      "summer_recycle_pickup_day": "Wednesday",
      "summer_recycle_pickup_schedule": "Weekly",
      "view_type": "Water",
      "water_heater_brand": "Lennox",
      "water_heater_install_year": 2024,
      "water_heater_type": "Tankless",
      "water_provider": "Municipal",
      "water_softener_brand": "Not applicable",
      "water_softener_install_year": 2024,
      "water_softener_type": "Salt-based",
      "winter_garbage_pickup_day": "Wednesday",
      "winter_garbage_pickup_schedule": "Weekly",
      "winter_organic_waste_pickup_day": "Monday",
      "winter_organic_waste_pickup_schedule": "Every 2nd week",
      "winter_recycle_pickup_day": "Tuesday",
      "winter_recycle_pickup_schedule": "Every 2nd and 4th week",
      "workshop_type": "None",
      "zoning": "R-1N",
      "zoning_source": "Document"
    }
  ],
  "error": "",
  "pagination": {
    "current_page": 1,
    "has_next_page": false,
    "has_previous_page": false,
    "page_total": 1
  },
  "price_quote": false,
  "result_total": 1,
  "time_ms": 209,
  "ui_info": {
    "address": "268 Saddlecrest Boulevard NE",
    "address_link": "ca/ab/calgary/saddle-ridge/268-saddlecrest-boulevard-ne",
    "address_slug": "268-saddlecrest-boulevard-ne",
    "city": "Calgary",
    "city_id": "6ec95b53075d062c",
    "city_link": "ca/ab/calgary",
    "city_slug": "calgary",
    "community": "Saddle Ridge",
    "community_id": "1bf32d1573ed9bc0",
    "community_link": "ca/ab/calgary/saddle-ridge",
    "community_slug": "saddle-ridge",
    "country": "Canada",
    "country_abbreviation": "CA",
    "country_abbreviation_id": "9ace2b6431b7f1be",
    "country_abbreviation_link": "ca",
    "country_slug": "canada",
    "property_id": "b13271f13c63dcb",
    "province": "Alberta",
    "province_abbreviation": "AB",
    "province_abbreviation_id": "aae1f05a0f89d2c7",
    "province_abbreviation_link": "ca/ab",
    "province_slug": "alberta"
  }
}