!

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": 45.5098991394043,
  "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": "Samsung",
      "air_cleaner_install_year": 2021,
      "air_cleaner_type": "Electrostatic",
      "architecture_style": "Modern",
      "area_commercial_list_price_per_sq_m": 11504,
      "area_residential_list_price_per_sq_m": 3954,
      "area_residential_rent_price_per_sq_m": 18,
      "assessment_value": 615500,
      "assessment_vs_estimate": 52647,
      "assessment_year": 2025,
      "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": 615500,
          "expand_assessment_year": 2025,
          "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": true,
      "basement_has_entrance": true,
      "basement_is_walkout": false,
      "basement_type": "Full",
      "basement_year_last_renovated": 2023,
      "bathroom_full": 3,
      "bathroom_half": 1,
      "bathroom_total": 4,
      "bathroom_year_last_renovated": 2023,
      "bedroom": 3,
      "bedroom_total": 5,
      "bedroom_year_last_renovated": 2018,
      "cap_rate": 0.05405568331480026,
      "carport_parking_space": 0,
      "cash_on_cash_return": 0.006844664923846722,
      "cat_allowed_by_bylaw": false,
      "cat_allowed_by_bylaw_require_approval": false,
      "ceiling_height_m": 2.8956000804901123,
      "ceiling_is_vaulted": false,
      "ceiling_style": "Painted",
      "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": 2023,
      "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.06019151955842972,
      "demographic_age_100_years_and_over_percent": 0.0,
      "demographic_age_10_to_14_years_percent": 0.09028727561235428,
      "demographic_age_15_to_19_years_percent": 0.07797537744045258,
      "demographic_age_20_to_24_years_percent": 0.08481532335281372,
      "demographic_age_25_to_29_years_percent": 0.07387141138315201,
      "demographic_age_30_to_34_years_percent": 0.07113543152809143,
      "demographic_age_35_to_39_years_percent": 0.08071135729551315,
      "demographic_age_40_to_44_years_percent": 0.08344732969999313,
      "demographic_age_45_to_49_years_percent": 0.07387141138315201,
      "demographic_age_50_to_54_years_percent": 0.05471956357359886,
      "demographic_age_55_to_59_years_percent": 0.04787961766123772,
      "demographic_age_5_to_9_years_percent": 0.07387141138315201,
      "demographic_age_60_to_64_years_percent": 0.035567715764045715,
      "demographic_age_65_to_69_years_percent": 0.035567715764045715,
      "demographic_age_70_to_74_years_percent": 0.03009575977921486,
      "demographic_age_75_to_79_years_percent": 0.01641586795449257,
      "demographic_age_80_to_84_years_percent": 0.006839945446699858,
      "demographic_age_85_to_89_years_percent": 0.001367989112623036,
      "demographic_age_90_to_94_years_percent": 0.001367989112623036,
      "demographic_age_95_to_99_years_percent": 0.0,
      "demographic_age_average_of_the_population": 34.0,
      "demographic_age_median_of_the_population": 32.79999923706055,
      "demographic_covid_19_government_pre_tax_income_support_and_benefit_percent": 0.1379999965429306,
      "demographic_dwellings_occupied_percent": 0.9349315166473388,
      "demographic_education_degree_agriculture_natural_resources_and_conservation_percent": 0.013392857275903223,
      "demographic_education_degree_architecture_engineering_and_related_trades_percent": 0.1741071492433548,
      "demographic_education_degree_business_management_and_public_administration_percent": 0.2544642984867096,
      "demographic_education_degree_health_and_related_fields_percent": 0.15625,
      "demographic_education_degree_humanities_percent": 0.1205357164144516,
      "demographic_education_degree_mathematics_computer_and_information_sciences_percent": 0.0892857164144516,
      "demographic_education_degree_personal_protective_and_transportation_services_percent": 0.0401785708963871,
      "demographic_education_degree_physical_and_life_sciences_and_technologies_percent": 0.02678571455180645,
      "demographic_education_degree_social_and_behavioral_sciences_and_law_percent": 0.1116071417927742,
      "demographic_education_degree_teaching_percent": 0.013392857275903223,
      "demographic_education_level_apprenticeship_or_trades_certificate_or_diploma_percent": 0.027896996587514877,
      "demographic_education_level_bachelors_degree_percent": 0.18884120881557465,
      "demographic_education_level_degree_in_medicine_dentistry_veterinary_medicine_or_optometry_percent": 0.004291845485568047,
      "demographic_education_level_earned_doctorate_percent": 0.0,
      "demographic_education_level_high_school_diploma_or_equivalency_certificate_percent": 0.4163089990615845,
      "demographic_education_level_masters_degree_percent": 0.04721030220389366,
      "demographic_education_level_no_certificate_diploma_or_degree_percent": 0.31545063853263855,
      "demographic_employment_employed_percent": 0.8600509166717529,
      "demographic_employment_industries_accommodation_and_food_services_percent": 0.08021390438079834,
      "demographic_employment_industries_administrative_and_support_waste_management_and_remediation_services_percent": 0.1042780727148056,
      "demographic_employment_industries_agriculture_forestry_fishing_and_hunting_percent": 0.0,
      "demographic_employment_industries_arts_entertainment_and_recreation_percent": 0.005347593687474728,
      "demographic_employment_industries_construction_percent": 0.06417112052440643,
      "demographic_employment_industries_educational_services_percent": 0.026737967506051064,
      "demographic_employment_industries_finance_and_insurance_percent": 0.024064170196652412,
      "demographic_employment_industries_health_care_and_social_assistance_percent": 0.1149732619524002,
      "demographic_employment_industries_information_and_cultural_industries_percent": 0.008021390065550804,
      "demographic_employment_industries_management_of_companies_and_enterprises_percent": 0.0,
      "demographic_employment_industries_manufacturing_percent": 0.03743315488100052,
      "demographic_employment_industries_mining_quarrying_and_oil_and_gas_extraction_percent": 0.008021390065550804,
      "demographic_employment_industries_other_services_percent": 0.04278074949979782,
      "demographic_employment_industries_professional_scientific_and_technical_services_percent": 0.048128340393304825,
      "demographic_employment_industries_public_administration_percent": 0.01604278013110161,
      "demographic_employment_industries_real_estate_and_rental_and_leasing_percent": 0.01604278013110161,
      "demographic_employment_industries_retail_trade_percent": 0.12834224104881287,
      "demographic_employment_industries_transportation_and_warehousing_percent": 0.2486630976200104,
      "demographic_employment_industries_utilities_percent": 0.0,
      "demographic_employment_industries_wholesale_trade_percent": 0.026737967506051064,
      "demographic_employment_insurance_benefit_percent": 0.02499999850988388,
      "demographic_employment_occupations_business_finance_and_administration_occupations_percent": 0.11140583455562592,
      "demographic_employment_occupations_health_occupations_percent": 0.06100795790553093,
      "demographic_employment_occupations_in_art_culture_recreation_and_sport_percent": 0.007957560010254383,
      "demographic_employment_occupations_in_education_law_and_social_community_and_government_services_percent": 0.0663129985332489,
      "demographic_employment_occupations_in_manufacturing_and_utilities_percent": 0.03183024004101753,
      "demographic_employment_occupations_legislative_and_senior_management_occupations_percent": 0.0,
      "demographic_employment_occupations_natural_and_applied_sciences_and_related_occupations_percent": 0.037135276943445206,
      "demographic_employment_occupations_natural_resources_agriculture_and_related_production_occupations_percent": 0.010610079392790794,
      "demographic_employment_occupations_sales_and_service_occupations_percent": 0.3236074149608612,
      "demographic_employment_occupations_trades_transport_and_equipment_operators_and_related_occupations_percent": 0.35013261437416077,
      "demographic_employment_pre_tax_income_percent": 0.6279999613761902,
      "demographic_employment_unemployed_percent": 0.13994911313056946,
      "demographic_household_size_1_person_percent": 0.05487804859876633,
      "demographic_household_size_2_persons_percent": 0.10975609719753264,
      "demographic_household_size_3_persons_percent": 0.15243902802467346,
      "demographic_household_size_4_persons_percent": 0.21341463923454285,
      "demographic_household_size_5_or_more_persons_percent": 0.4695121943950653,
      "demographic_household_type_family_with_children_percent": 0.7234042286872864,
      "demographic_household_type_family_without_children_percent": 0.11702127754688264,
      "demographic_household_type_single_with_children_percent": 0.06382978707551956,
      "demographic_household_type_single_without_children_percent": 0.09574468433856964,
      "demographic_income_100000_to_149999_percent": 0.028739385306835175,
      "demographic_income_10000_to_19999_percent": 0.12802089750766754,
      "demographic_income_150000_and_over_percent": 0.012410189025104046,
      "demographic_income_20000_to_29999_percent": 0.1920313537120819,
      "demographic_income_30000_to_39999_percent": 0.16557805240154266,
      "demographic_income_40000_to_49999_percent": 0.12475506216287612,
      "demographic_income_50000_to_59999_percent": 0.09111692011356354,
      "demographic_income_60000_to_69999_percent": 0.06172436475753784,
      "demographic_income_70000_to_79999_percent": 0.0427824966609478,
      "demographic_income_80000_to_89999_percent": 0.025473546236753464,
      "demographic_income_90000_to_99999_percent": 0.019595036283135418,
      "demographic_income_average_after_tax": 41062,
      "demographic_income_average_pre_tax": 45521,
      "demographic_income_median_after_tax": 37240,
      "demographic_income_median_pre_tax": 40180,
      "demographic_income_under_10000_percent": 0.10777270048856737,
      "demographic_language_most_spoken_fifth": "Hindi",
      "demographic_language_most_spoken_fifth_percent": 0.012328767217695711,
      "demographic_language_most_spoken_first": "Punjabi (Panjabi)",
      "demographic_language_most_spoken_first_percent": 0.3739725947380066,
      "demographic_language_most_spoken_fourth": "Tagalog (Pilipino, Filipino)",
      "demographic_language_most_spoken_fourth_percent": 0.02602739818394184,
      "demographic_language_most_spoken_second": "English",
      "demographic_language_most_spoken_second_percent": 0.30684930086135864,
      "demographic_language_most_spoken_third": "Urdu",
      "demographic_language_most_spoken_third_percent": 0.09452054649591446,
      "demographic_marital_status_common_law_percent": 0.019434629008173943,
      "demographic_marital_status_married_percent": 0.6130741834640503,
      "demographic_marital_status_single_percent": 0.3674911558628082,
      "demographic_median_covid_19_emergency_and_recovery_benefits": 9000,
      "demographic_municipal_population": 3655,
      "demographic_municipal_population_density_sq_km": 7101.7001953125,
      "demographic_municipal_population_female_percent": 0.4965800344944,
      "demographic_municipal_population_male_percent": 0.5020520091056824,
      "demographic_transportation_bicycle_percent": 0.0,
      "demographic_transportation_car_truck_or_van_percent": 0.899328887462616,
      "demographic_transportation_public_transit_percent": 0.10067114233970642,
      "demographic_transportation_walk_percent": 0.0,
      "den": 2,
      "direction_facing": "South",
      "dog_allowed_by_bylaw": false,
      "dog_allowed_by_bylaw_require_approval": false,
      "driveway_parking_space": 0,
      "electricity_provider": "Solar",
      "elevator": 0,
      "estimate_city_population": 1512535,
      "estimate_days_on_market_until_sale": 18,
      "estimate_list_price": 606908,
      "estimate_monthly_electrical_cost": 300,
      "estimate_monthly_heat_cost": 200,
      "estimate_monthly_water_cost": 100,
      "estimate_rent_monthly": 2440,
      "estimate_sale_date_listed": "2023-11-05",
      "estimate_sale_date_sold": "2023-11-23",
      "estimate_sale_price": 562853,
      "estimate_sale_price_per_sq_m": 4004.3291015625,
      "exterior_finish": "Brick",
      "exterior_year_last_renovated": 2018,
      "fence_type": "Wood",
      "fire_suppression_type": "Not applicable",
      "fireplace": 0,
      "floor_above_ground": 2,
      "floor_below_ground": 1,
      "floor_material_type_first": "Hardwood",
      "floor_material_type_second": "Carpet",
      "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 property",
      "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_tandem_second": false,
      "garage_type_first": "Attached",
      "garage_type_second": "None",
      "gas_provider": "Municipal",
      "has_assigned_storage_space": false,
      "has_backyard": false,
      "has_expand_listings": true,
      "has_expand_listings_rent": 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": 2023,
      "heating_type_first": "Gas furnace",
      "heating_type_second": "None",
      "humidifier_brand": "Not applicable",
      "humidifier_install_year": 2024,
      "humidifier_type": "Bypass",
      "image": "b13271f13c63dcb_fbae87",
      "in_cul_de_sac": false,
      "interior_sq_m": 140.56112670898438,
      "internet_provider": "Municipal",
      "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": 2018,
      "kitchen_fridge_type": "Freestanding",
      "kitchen_microwave_install_year": 2024,
      "kitchen_microwave_type": "Built-in",
      "kitchen_stove_heat_type": "Gas",
      "kitchen_stove_install_year": 2020,
      "kitchen_stove_type": "Freestanding",
      "kitchen_year_last_renovated": 2023,
      "land_area_sq_m": 283.70001220703125,
      "land_area_sq_m_source": "Document",
      "land_depth_m": 37.18560028076172,
      "land_frontage_m": 14.47800064086914,
      "latitude": 51.13714218139648,
      "laundry_appliance_brand": "Miele",
      "laundry_appliance_finish": "Stainless steel",
      "laundry_dryer_install_year": 2017,
      "laundry_dryer_type": "Stacked",
      "laundry_washer_install_year": 2017,
      "laundry_washer_type": "Freestanding",
      "list_price": 639900,
      "list_price_vs_estimate": 32992,
      "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-11-23",
          "expand_listing_event": "Unlisted",
          "property_id": "b13271f13c63dcb"
        }
      ],
      "living_room_year_last_renovated": 2018,
      "loading_bays": 1,
      "longitude": -113.939453125,
      "maintenance_fee": 270,
      "maintenance_fee_include_electric": true,
      "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": "None",
      "outbuilding_type_fourth": "None",
      "outbuilding_type_second": "None",
      "outbuilding_type_third": "None",
      "ownership_type": "Condominium",
      "parking_lot_parking_space": 0,
      "parking_lot_parking_space_legal_type": "Not applicable",
      "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": 2025,
      "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": false,
      "rent_includes_heat": false,
      "rent_includes_internet": false,
      "rent_includes_water": false,
      "return_on_investment": 0.5888435244560242,
      "roof_is_functional": true,
      "roof_material": "Metal",
      "roof_material_install_year": 2023,
      "score_air_quality": 6,
      "score_bicycle": 0,
      "score_cell_coverage": 7,
      "score_curb_appeal": 5,
      "score_earthquake": 9,
      "score_education": 5,
      "score_entertainment": 0,
      "score_family": 0,
      "score_fire": 6,
      "score_flood": 10,
      "score_food_and_drink": 7,
      "score_hurricane": 8,
      "score_internet": 0,
      "score_nature": 7,
      "score_parking": 0,
      "score_quiet": 0,
      "score_retirement": 0,
      "score_safety": 7,
      "score_shopping": 6,
      "score_smell": 6,
      "score_tornado": 8,
      "score_total": 4,
      "score_total_percent": 44.80000305175781,
      "score_traffic": 0,
      "score_transit": 7,
      "score_walkability": 8,
      "score_water_quality": 0,
      "secondary_suite_has_own_laundry_first": false,
      "secondary_suite_has_own_laundry_second": false,
      "secondary_suite_has_own_laundry_third": false,
      "secondary_suite_seperate_entrance_first": false,
      "secondary_suite_seperate_entrance_second": false,
      "secondary_suite_seperate_entrance_third": 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_first": false,
      "shared_garage_240v_second": false,
      "shared_garage_floor_above_ground_first": 0,
      "shared_garage_floor_below_ground_first": 1,
      "shared_garage_heating_type_first": "None",
      "shared_garage_heating_type_second": "None",
      "shared_garage_legal_type_first": "Titled",
      "shared_garage_legal_type_second": "Not applicable",
      "shared_garage_parking_space_first": 0,
      "shared_garage_tandem_first": false,
      "shared_garage_tandem_second": false,
      "shared_garage_type_first": "Parking garage",
      "shared_garage_type_second": "None",
      "summer_garbage_pickup_day": "Tuesday",
      "summer_garbage_pickup_schedule": "Weekly",
      "summer_organic_waste_pickup_day": "Monday",
      "summer_organic_waste_pickup_schedule": "Weekly",
      "summer_recycle_pickup_day": "Tuesday",
      "summer_recycle_pickup_schedule": "Weekly",
      "view_type": "Water",
      "water_heater_brand": "Electrolux",
      "water_heater_install_year": 2018,
      "water_heater_type": "Tankless",
      "water_provider": "Municipal",
      "water_softener_brand": "Not applicable",
      "water_softener_install_year": 2018,
      "water_softener_type": "Salt-based",
      "winter_garbage_pickup_day": "Monday",
      "winter_garbage_pickup_schedule": "Weekly",
      "winter_organic_waste_pickup_day": "Monday",
      "winter_organic_waste_pickup_schedule": "Every 3rd week",
      "winter_recycle_pickup_day": "Wednesday",
      "winter_recycle_pickup_schedule": "Weekly",
      "workshop_type": "None",
      "zoning": "R-G",
      "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": 3325,
  "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"
  }
}