LightBox Builder Sites API
Number of APIs: 4
Overview
Use a geometry, or an ID to return builder sites. Add builder site locations to modern map controls or reports with tile and bounding box image requests.
Builder sites are sourced from the top 350 builders in the United States. This dataset includes links back to the builder website and the community website as well as min and max square area, and low and high purchase price.
Samples
Contact Support:
Email: developer@lightboxre.com
-
buildersites/us-tile - Return an image based on a bounding box, width, and height. GET {{baseUrl}}/buildersites/us/tile?bbox=118.25001525986275,33.80799898619887,-118.02582550156197,33.88883457098606&width=1306&height=567
-
buildersites/us-tile - Generate a 256 x 256 tile using x,y, and z values. GET {{baseUrl}}/buildersites/us/tile/:zoom/:x/:y
-
buildersites/us - Query for a specific buildersites using the geographic id. GET {{baseUrl}}/buildersites/us/:id
-
buildersites/us - Query for buildersites records based on a geometry string. GET {{baseUrl}}/buildersites/us/geometry?wkt=POINT(-117.852723 33.63799)&bufferDistance=50&bufferUnit=mi