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 keyEvery 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"]
}]
}
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: "
Authenticate every request with the X-API-Key header.
| Endpoint | Description |
|---|---|
| GET /cases | Filter 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/types | Case types + counts |
| GET /meta/cities | Coverage: cities + record counts |
| GET /health | Liveness (no auth) |
rezoning · special_use_permit · development_agreement · comp_plan · site_plan_review · zoning_variance · permit_appeal · land_use_other
Clark County, City of Las Vegas, Henderson, North Las Vegas — with 16 years of Clark County history. More jurisdictions added continuously.