Main Endpoint Categories
| Category | Base Path | Purpose |
|---|---|---|
| Permits | /v2/permits/* | Building permit data |
| Contractors | /v2/contractors/* | Contractor information |
| Addresses | /v2/addresses/* | Address resolution to geo_ids |
| Lists | /v2/lists/* | Predefined values (tags, property types) |
| Meta | /v2/meta/* | API metadata and release info |
Search vs Detail Endpoints
- Search endpoints return multiple records based on filters
- Detail endpoints return specific records by ID
Search responses include full detail payloads—you usually don’t need a separate detail call.
Full Documentation
For complete endpoint details, parameters, and interactive testing:- API Reference - Full endpoint documentation with playground
- API Introduction - Authentication, pagination, and usage tips
