Lists, retrieves, creates, and updates law sections within law books.
Filter by book_id, book__slug, book__latest, or book__revision_date.
Write operations require authentication.
Response shape mirrors the Case API:
GET /api/laws/) returns the summary serializer
(LawListSerializer), which omits the potentially-large content
field. Use this for pagination, indexing, and discovery.GET /api/laws/<id>/) returns the full
LawSerializer, including content. Use this when the HTML body
of a specific section is actually needed.For whole-dataset access, prefer the data dumps over scripted
pagination — see docs/data-dumps.md.
Specify how the response should be mapped to the table output. The following formats are available:
Structured Table: Returns a parsed table with data split into rows and columns.
Raw Response: Returns the raw response in a single row with the following columns:
You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.
To use this node in KNIME, install the extension Open Legal Data Nodes from the below update site following our NodePit Product and Node Installation Guide:
A zipped version of the software site can be downloaded here.
Deploy, schedule, execute, and monitor your KNIME workflows locally, in the cloud or on-premises – with our brand new NodePit Runner.
Try NodePit Runner!