LightBox Census Boundaries - Block API

Number of APIs: 4

Overview

Use a geometry, or an ID to return relevant census block boundaries. Add census block
boundaries to modern map controls or reports with tile and bounding box image requests.

A census block is the smallest geographic unit used by the United States Census Bureau used to collect population data.
census blocks are grouped into block groups, which are grouped into census tracts.

Samples

Contact Support:
Email: developer@lightboxre.com

  1. census/us/blocks-tile - Return an image based on a bounding box, width, and height. GET {{baseUrl}}/census/us/blocks/tile?bbox=-118.25001525986275,33.80799898619887,-118.02582550156197,33.88883457098606&width=1306&height=567

  2. census/us/blocks - Query for census block records based on a geometry string. GET {{baseUrl}}/census/us/blocks/geometry?wkt=POINT(-117.852723 33.63799)&bufferDistance=50&bufferUnit=m

  3. census/us/blocks - Query for a specific census block using an ID. GET {{baseUrl}}/census/us/blocks/:id

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