LightBox Structures API

Number of APIs: 7

Overview

Structure footprints are geo spatial boundaries that provide the outline of a building drawn along the exterior walls. Includes height and ground elevation measurements.

Samples

Contact Support:
Email: developer@lightboxre.com

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

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

  3. structures - Return all structures located on the parcel by 'countryCode' and LightBox parcel 'ID.' GET {{baseUrl}}/structures/_on/parcel/:countryCode/:lid

  4. structures-{country Code} - Return structures based on Well Known Text (WKT) Geometry string. GET {{baseUrl}}/structures/:countryCode/geometry?wkt=POINT(-117.852723 33.63799)&bufferDistance=100&bufferUnit=m

  5. structures-{country Code} - Return a structure by its universal building ID 'UBID.' GET {{baseUrl}}/structures/:countryCode/ubid/:ubid

  6. structures-{country Code} - Return a structure by its LightBox structure 'ID.' GET {{baseUrl}}/structures/:countryCode/:lid

  7. structures - Query structures by an address. GET {{baseUrl}}/structures/address?text=5201 California Ave, Irvine CA