{
  "name": "Houses in Calgary data API",
  "version": "1",
  "generated": "2026-06-19",
  "entity": {
    "name": "Houses in Calgary",
    "agent": "Kenton Ryan",
    "title": "Associate Broker, REALTOR®",
    "brokerage": "RE/MAX First",
    "url": "https://www.housesincalgary.ca",
    "phone": "(587) 317-1793",
    "email": "info@housesincalgary.ca",
    "areaServed": [
      "Calgary (SE, SW, NW, NE)",
      "Chestermere",
      "Airdrie",
      "Okotoks",
      "Cochrane"
    ]
  },
  "endpoints": {
    "communities": "https://www.housesincalgary.ca/data/v1/communities.json",
    "community": "https://www.housesincalgary.ca/data/v1/communities/{slug}.json",
    "listings": "https://www.housesincalgary.ca/data/v1/listings.json",
    "listingsByCommunity": "https://www.housesincalgary.ca/data/v1/listings/{communitySlug}.json",
    "marketStats": "https://www.housesincalgary.ca/data/v1/stats.json"
  },
  "counts": {
    "communities": 9,
    "listings": 359
  },
  "notes": "Read-only public data, generated from the same records that render the site. Listing data via Pillar 9 MLS, deemed reliable but not guaranteed. Aggregate market stats are general information, not an appraisal."
}