LightBox Parcels API

Number of APIs: 7

Overview

Access nationwide parcel boundaries with a large selection of property and tax attributes to help you make more confident decisions. Covers 3,100+ U.S. counties including territories, with over 150 million parcels with polygon geometry that is normalized across state and county boundaries.

Samples

Contact Support:
Email: developer@lightboxre.com

  1. parcels-{country Code} - Query for parcel records based on a geometry string. GET {{baseUrl}}/parcels/:countryCode/geometry?wkt=POINT(-117.852723 33.63799)&bufferDistance=50&bufferUnit=m

  2. parcels - Query for parcels using a LightBox structure 'ID.' GET {{baseUrl}}/parcels/_on/structure/:countryCode/:lid

  3. parcels-{country Code}-tile - Return an image based on a bounding box, width, and height. GET {{baseUrl}}/parcels/:countryCode/tile?bbox=-83.0434660625,40.0198659375,-83.04070793749999,40.0226240625&width=0&height=0

  4. parcels-{country Code}-tile - Generate a 256 x 256 tile using x,y, and z values. GET {{baseUrl}}/parcels/:countryCode/tile/:zoom/:x/:y

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

  6. parcels-{country Code} - Query for a specific parcel using the LightBox parcel 'ID.' GET {{baseUrl}}/parcels/:countryCode/:lid

  7. parcels - Query for a parcel using a FIPS (Federal Information Processing Standards) code and APN (Assessor's Parcel Number). GET {{baseUrl}}/parcels/us/fips/:fips/apn/:apn