/api/v1/health Release, service status, and data-store reachability.
Read-only API · Public preview
The preview API exposes the same current, published records as the public site. Every value carries provenance and version metadata.
{
"data": [{
"jurisdiction": {
"code": "CA",
"name": "California"
},
"topic": "security-deposits",
"key": "deposit-cap",
"value": "1 month’s rent",
"humanVerifiedAt": "2026-07-29",
"version": 1
}],
"release": "2026-07-29.2",
"notice": "Only human-reviewed, published records are returned."
} Preview endpoints
The public preview is read-only and intentionally narrow. Authentication, paid quotas, and service-level promises are not active.
/api/v1/health Release, service status, and data-store reachability.
/api/v1/jurisdictions Published jurisdictions and current topic coverage.
/api/v1/rules?jurisdiction=CA&topic=security-deposits Current published rules filtered by optional jurisdiction and topic.
Contract boundaries