LightBox Addresses API
Number of APIs: 8
Overview
The LightBox Core Addresses API autocompletes a user-entered address and matches it to a location. Results provide a rich dataset about the parcel associated with the address, including spatial, administrative, assessor, and recorder data. The API also provides access to other related datasets, such as structures on the property.
Samples
Contact Support:
Email: developer@lightboxre.com
-
addresses-{country Code}-tile - Return an image based on a bounding box, width, and height. GET {{baseUrl}}/addresses/:countryCode/tile?bbox=-122.39921484469761,45.572657942246956,-122.3705044794022,45.582382848556996&width=2676&height=1295
-
addresses- on - Query for addresses related to a parcel by Id. GET {{baseUrl}}/addresses/_on/parcel/:countryCode/:lid
-
addresses-{country Code}-tile - Generate a 256 x 256 tile using x,y, and z values. GET {{baseUrl}}/addresses/:countryCode/tile/:zoom/:x/:y/
-
addresses-{country Code} - Query for address by LightBox 'ID.' GET {{baseUrl}}/addresses/:countryCode/:lid
-
addresses-{country Code} - Query for address records based on a geometry string. GET {{baseUrl}}/addresses/:countryCode/geometry?wkt=POINT(-117.852723 33.63799)&bufferDistance=50&bufferUnit=m
-
addresses- on - Query for an address related to a structure using a structure ID. GET {{baseUrl}}/addresses/_on/structure/:countryCode/:lid
-
addresses - Return a set of address candidates based on autocompletion of the partial string 'text,' where each result includes a representative point for the address and references to related parcels. The '$ref' value within each 'parcels' object for a specific addr GET {{baseUrl}}/addresses/_autocomplete?text=5201 California A
-
addresses - Return an address based on the full text string 'text,' where each result includes a representative point for the address and references to related parcels. If there is no exact match, this will return the best possible match. The '$ref' value within each GET {{baseUrl}}/addresses/search?text=5201 California Ave, Irvine CA