Skip to main content

Filter

GET /v1/neighborhoods/filter

Returns neighborhood polygons that match the query parameters.

Query Parameters

search
string
Optional

The search term.

Example Request
curl -X GET https://api.realmailers.com/v1/neighborhoods/filter \
-d "search"="Upper East Side"
Response Schema
Array({
state: String
name: String
city: String

points: Array(Array(Array({
lat: String
lng: String
})))
})