Courts: Get Chapter Rules
Courts via Parse · government_public
Get the full text of multiple rules from a title, optionally filtered by division or chapter number. Fetches each rule's page individually. Use the limit parameter to control how many rules are retrieved (each is a separate HTTP round-trip). Without filters, returns rules from the start of the title. Extract rules of court text from the California Judicial Branch website. Covers all titles (1-10), Standards of Judicial Administration, and Ethics Standards for Neutral Arbitrators. Fulfilled by Parse from courts.ca.gov.
- courts
- courts-ca-gov
- government-public
- other
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- government_public
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/ba51fb5a-745f-4615-980e-12cc25144efb/get_chapter_rules
- Interface artifact
- sha256:f164d6d98a249a58256478d385e9c58addf1258627a4c428ca56956a2e18c704
- Manifest digest
- sha256:6a20c66ab63f16e04fba20a6ba403296e3f20b45f02303fe831229eabe78834c
Request fields
- limit (integer): Maximum number of rules to fetch.
- chapter (string): Filter by chapter number or text (e.g., '1' matches 'Chapter 1'). Omitting returns rules from all chapters.
- division (string): Filter by division number or text (e.g., '1' matches 'Division 1'). Omitting returns rules from all divisions.
- title_slug (string): Title identifier slug.: Allowed values: one, two, three, four, five, seven, eight, nine, ten, standards, ethics
Example queries
- {"limit":"3","chapter":"1","division":"1","title_slug":"one"}