LightBox Opportunity Zone Boundaries API
Number of APIs: 4
Overview
LightBox US Census opportunity zone boundary API. Use a geometry, or an ID to return relevant opportunity zone boundaries. Add opportunity zone boundaries to modern map controls or reports with tile and bounding box image requests.
Opportunity zones generally represent economically distressed communities that are in need of investment and revitalization. Created under the Tax Cuts and Jobs Act of 2017, the purpose of opportunity zones is to spur economic growth and create jobs by incentivize investment in these regions.
Samples
Contact Support:
Email: developer@lightboxre.com
-
census/us/opportunityzones-tile - Return an image based on a bounding box, width, and height. GET {{baseUrl}}/census/us/opportunityzones/tile?bbox=-122.36370506836411,45.58300987559735,-122.35743942810532,45.585611630452014&width=1168&height=693
-
census/us/opportunityzones-tile - Generate a 256 x 256 tile using x,y, and z values. GET {{baseUrl}}/census/us/opportunityzones/tile/:zoom/:x/:y
-
census/us/opportunityzones - Query for opportunity zone records based on a geometry string. GET {{baseUrl}}/census/us/opportunityzones/geometry?wkt=POINT(-122.3593356425905 45.585445570861324)&bufferDistance=10&bufferUnit=m
-
census/us/opportunityzones - Query for a specific opportunity zone using an ID. GET {{baseUrl}}/census/us/opportunityzones/:id