v2

latestOpenAPI 3.1.0Commercial2026-07-26101194.3 KB
Laws

Get all Laws

Laws in OpenLaws represent statutes, rules and regulations, and constitutions

get/api/v1/laws

Response

Array of Laws

keystring required

OpenLaws identifier for the Law.

jurisdictionstring required

State or province when applicable.

statestring required

(Deprecated. Use jurisdiction instead.) State or province when applicable.

law_typestring required

Type of Law, including statutes, rules, regulations, court rules, constitution, case law

namestring required

Jurisdiction's name for the Law

aliasesstring required

Example response

[
  {
    "key": "CA-RR",
    "jurisdiction": "CA",
    "state": "CA",
    "law_type": "regulations",
    "name": "California Code of Regulations"
  }
]