LightBox Postal Code Boundaries API

Number of APIs: 5

Overview

Postal Code Boundaries provide spatial demarcations of U.S. postal codes. This dataset also includes the centroid location for each ZIP code and over 60 million deliverable USPS ZIP +4 addresses.

Samples

Contact Support:
Email: developer@lightboxre.com

  1. postalcodes/us-tile - Generate a 256 x 256 tile using x,y, and z values. GET {{baseUrl}}/postalcodes/us/tile/:zoom/:x/:y

  2. postalcodes/us-tile - Return an image based on a bounding box, width, and height. GET {{baseUrl}}/postalcodes/us/tile?bbox=-122.39921484469761,45.572657942246956,-122.3705044794022,45.582382848556996&width=2676&height=1295

  3. postalcodes/us - Query for postal code records based on a geometry string. GET {{baseUrl}}/postalcodes/us/geometry?wkt=POINT(-117.852723 33.63799)&bufferDistance=50&bufferUnit=m

  4. postalcodes/us - /postalcodes/us/_autocomplete GET {{baseUrl}}/postalcodes/us/_autocomplete?text=926

  5. postalcodes/us - Query for a specific postal code using an ID. GET {{baseUrl}}/postalcodes/us/:id