v2

latestOpenAPI 3.1.0Commercial2026-07-26101194.3 KB
Laws

Get Laws by Jurisdiction

Jurisdictions, i.e., California, Texas, Federal, contain many laws, e.g., statutes, regulations, court rules, and a constitution.

get/api/v1/jurisdictions/{jurisdiction_key}/laws

Path parameters

jurisdiction_keystring required
Example:FED

Two to three letter Jurisdiction Key. FED for federal and generally, the postal abbreviation for most U.S. states and territories.

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"
  }
]