GET https://nestiolistings.com/api/v1/public/neighborhoods/
Returns a list of valid neighborhood options.
state
optional - The state abbreviation for the state you’d like neighborhoods for.city
optional - The city you’d like neighborhoods for.company_building_limit
optional - Passing true
to this option will limit the neighborhoods returned to those that the company owns buildings in.https://nestiolistings.com/api/v1/public/neighborhoods/?key={API KEY}
[{
"city" : "Manhattan",
"state" : "NY",
"area" : "Downtown Manhattan",
"id" : 113,
"name" : "Lower East Side"
}, {
"city" : "Manhattan",
"state" : "NY",
"area" : "Downtown Manhattan",
"id" : 134,
"name" : "Meatpacking"
},{
"city" : "Manhattan",
"state" : "NY",
"area" : "Downtown Manhattan",
"id" : 137,
"name" : "Soho"
}]