One JSON request in, a fully cited pass/fail breakdown out. Built for VDC platforms, estimating tools, plan-review software, and anything else that needs zoning and code answers without a human re-deriving them each time.
POST a jurisdiction, a zoning district, and your project parameters. Get back a structured list of pass/fail/needs-review results, each citing the exact article and section of the ordinance it came from.
No interpretation layer, no paraphrase. The same citation you'd find in the official PDF — returned as machine-readable JSON your system can act on.
Send a jurisdiction, a district, and your project's numbers. Get back pass/fail/review for every applicable rule, each citing the exact ordinance section it came from.
| Method | Endpoint | Description |
|---|---|---|
| POST | /v1/check | Run a compliance check. Returns pass/fail/review for each applicable rule with citations. |
| GET | /v1/jurisdictions | List all available jurisdictions with their coverage depth scores. |
| GET | /v1/jurisdictions/:id/districts | List zoning districts for a specific jurisdiction. |
| GET | /v1/jurisdictions/:id/rules | Full rules schema for a jurisdiction (read-only). |
| POST | /v1/batch | Submit a batch of up to 100 compliance checks. Returns a job ID for async retrieval. |
| GET | /v1/batch/:job_id | Retrieve results of a completed batch job. |
API is currently in private beta. Request access and we'll reach out within 48 hours.