LightBox Census Boundaries - Tract API

Number of APIs: 4

Overview

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

A census tract is a geographic region defined for the purpose of taking a census. Census tracts represent the smallest territorial entity for which population data are available in many countries. In the United States, census tracts are subdivided into block groups and census blocks.

Samples

Contact Support:
Email: developer@lightboxre.com

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

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

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

  4. census/us/tracts - Query for a specific census tract using the geographic id. GET {{baseUrl}}/census/us/tracts/:id