Free beta — live data

The API for municipal
land-use data.

Zoning changes, special-use permits, design reviews, and development agreements — parsed from city & county agendas into one clean API. Currently live across the Las Vegas metro.

Get a free API key
97k+agenda records 34k+land-use cases 16 yrsof history 4jurisdictions

Query in one line

Every development agreement a builder has filed, every rezoning in a county, the full history of a parcel.

curl "https://uslanduse.com/cases?developer=pardee&type=rezoning" \
     -H "X-API-Key: YOUR_KEY"
{
  "count": 273,
  "results": [{
    "city": "Clark County",
    "body": "Zoning Commission",
    "date": "2023-06-07",
    "type": "rezoning",
    "summary": "ZC-23-0XXX — ZONE CHANGE to reclassify 16.45 acres...",
    "applicants": ["pardee homes nevada"]
  }]
}

Get a free API key

Beta access is free while we expand coverage. No card required.

Your API key (save it — shown once):

curl "https://uslanduse.com/cases?type=rezoning&year=2023" \
     -H "X-API-Key: "

API reference

Authenticate every request with the X-API-Key header.

EndpointDescription
GET /casesFilter land-use cases. Params: type, city, developer, address, parcel, year, land_use, limit, offset
GET /cases/{item_id}A single case by id
GET /meta/typesCase types + counts
GET /meta/citiesCoverage: cities + record counts
GET /healthLiveness (no auth)

Case types

rezoning · special_use_permit · development_agreement · comp_plan · site_plan_review · zoning_variance · permit_appeal · land_use_other

Coverage

Clark County, City of Las Vegas, Henderson, North Las Vegas — with 16 years of Clark County history. More jurisdictions added continuously.