LightBox Assessment API
Number of APIs: 9
Overview
Official record of property, from the tax assessor, subject to property tax within a given jurisdiction. It lists detailed information about an individual's property and associated property tax.
Samples
Contact Support:
Email: developer@lightboxre.com
-
assessments-us-{lid}-history - Query for a specific properties assessed value history, using the LightBox assessment 'ID.' GET {{baseUrl}}/assessments/us/:lid/history/assessedvalue
-
assessments-us-{lid}-history - Return tax history records based on the LightBox assessment 'ID.' GET {{baseUrl}}/assessments/us/:lid/history/tax
-
assessments-us-{lid} - Query for a specific property using the LightBox assessment 'ID.' GET {{baseUrl}}/assessments/us/:lid
-
assessments-us-tile - Return an image based on a bounding box, width, and height. GET {{baseUrl}}/assessments/us/tile?bbox=-83.0434660625,40.0198659375,-83.04070793749999,40.0226240625&width=600&height=600
-
assessments-us - Query for property records based on a geometry represented as a well-known text (WKT) string. GET {{baseUrl}}/assessments/us/geometry?wkt=POINT(-117.852723 33.63799)&bufferDistance=50&bufferUnit=m
-
assessments-us - Query for an assessment record using a FIPS (Federal Information Processing Standards) code and APN (Assessor's Parcel Number). GET {{baseUrl}}/assessments/us/fips/:fips/apn/:apn
-
assessments - Query assessment records by an address. GET {{baseUrl}}/assessments/address?text=5201 California Ave, Irvine CA
-
assessments - Query for assessment records related to a parcel by the LightBox parcel 'ID.' GET {{baseUrl}}/assessments/_on/parcel/:countryCode/:lid
-
assessments-us-tile - Generate a 256 x 256 tile using x,y, and z values. GET {{baseUrl}}/assessments/us/tile/:zoom/:x/:y