LightBox Zoning API website screenshot

LightBox Zoning API

Zoning data is a critical piece of decision making for the CRE and builder/developer markets, giving insights into what a property is zoned for, zoning districts, setback requirements, floor area ratio (FAR), building height limits, allowed uses, and more. Part of the LightBox property and location intelligence platform.

1 APIs 0 Features
ZoningReal EstateCREPropertyParcelsGeospatialLand Use

APIs

LightBox Zoning API

Parcel-level zoning data including districts, allowed uses, setbacks, floor area ratio (FAR), building height limits, and other zoning attributes by parcel ID, address, or geome...

Collections

Pricing Plans

Rate Limits

Lightbox Zoning Api Rate Limits

5 limits

RATE LIMITS

FinOps

Resources

🔗
LinkedIn
LinkedIn

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: LightBox Zoning API
  version: v1
request:
  auth:
    type: apikey
    key: x-api-key
    value: '{{x-api-key}}'
    placement: header
items:
- info:
    name: Zoning
    type: folder
  items:
  - info:
      name: Get zoning by parcel ID
      type: http
    http:
      method: GET
      url: https://api.lightboxre.com/v1/zoning/us/parcel/:parcelId
      params:
      - name: parcelId
        value: ''
        type: path
        description: LightBox parcel identifier
    docs: Get zoning by parcel ID
  - info:
      name: Get zoning by address
      type: http
    http:
      method: GET
      url: https://api.lightboxre.com/v1/zoning/us/address
      params:
      - name: address
        value: ''
        type: query
        description: Full street address
    docs: Get zoning by address
  - info:
      name: Get zoning by geometry
      type: http
    http:
      method: POST
      url: https://api.lightboxre.com/v1/zoning/us/geometry
      body:
        type: json
        data: '{}'
    docs: Get zoning by geometry
bundled: true