LightBox CBSA Boundaries API

Number of APIs: 5

Overview

The LightBox CBSA Boundaries API returns core-based statistical area (CBSA) boundaries. A CBSA is a U.S. geographic area defined by the Office of Management and Budget (OMB). CBSAs consists of one or more counties (or equivalents) anchored by an urban center of at least 10,000 people, plus adjacent counties that are socioeconomically tied to the urban center by commuting.

Samples

Contact Support:
Email: developer@lightboxre.com

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

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

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

  4. cbsas/us - Return a set of CBSA candidates based on autocompletion of the partial string 'text,' where each result includes a representative point for the CBSA. GET {{baseUrl}}/cbsas/us/_autocomplete?text=Fairbankd

  5. cbsas/us - Query for a specific CBSA using an ID. GET {{baseUrl}}/cbsas/us/:id