Zips
Zip location, demographics, lookup, verify, and geocoding.
[ 7 ENDPOINTS ]
GET
/v1/zips/{zip}One zip's location and demographics.
GET
/v1/zipsZips within a county or state.
GET
/v1/zips/nearbyZips within a radius of a point, sorted by distance.
POST
/v1/zips/verifyValidate one zip or a batch; returns a valid flag + the canonical record for each.
GET
/v1/zips/geocodeResolve a street address to its canonical zip (via the Census geocoder).
GET
/v1/zips/reverse-geocodeFind the nearest zip to a latitude/longitude.
GET
/v1/zips/autocompleteTypeahead suggestions by zip prefix or city name.
