Neighborhoods
Scored profiles for a zip or address, plus discovery: search, rankings, recommend, and look-alikes.
[ 8 ENDPOINTS ]
GET
/v1/neighborhoodFull profile: ratings, climate, demographics, housing, hazards, health, mobility, raw metrics, and an optional AI summary.
GET
/v1/neighborhood/ratingsRatings only: fastest, cache-first, and never triggers an AI call.
GET
/v1/neighborhood/compareTwo to four locations side by side, with the winner of each category.
GET
/v1/neighborhood/batchUp to 25 zips in one request, ratings only. Built for scoring many listings.
GET
/v1/neighborhood/searchFind zips by rating criteria: filter and sort across the precomputed ratings.
GET
/v1/neighborhood/rankingsTop zips by a single metric, optionally scoped to a state, county, or region.
POST
/v1/neighborhood/recommendRank the best-fit zips for a set of per-dimension weights (your priorities).
GET
/v1/neighborhood/{zip}/similarNeighborhoods with the most similar rating profile to a given zip.
