LightBox Census Boundaries - Block Group API

Number of APIs: 4

Overview

Use a geometry, or an ID to return relevant census block group boundaries. Add census block group boundaries to modern map controls or reports with tile and bounding box image requests.
A census block group is a geographical unit used by the United States Census Bureau which is between the census tract and the census block.

Samples

Contact Support:
Email: developer@lightboxre.com

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

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

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

  4. census/us/blockgroups - Query for a specific census block group using an ID. GET {{baseUrl}}/census/us/blockgroups/:id