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
Example response
[
{
"key": "CA-RR",
"jurisdiction": "CA",
"state": "CA",
"law_type": "regulations",
"name": "California Code of Regulations"
}
]