POST /statutes/search, GET /statutes/section/{actId}, and POST /statutes/sections.
actStatus
The raw status of the section, straight from the source structure.goodLawStatus
A derived, conservative verdict that answers “can I rely on this section today?” It is computed on top ofactStatus and jurisdiction-specific repeal signals.
Currency and move pointers
currencyNote: the source’s own “current through …” line, when the publisher provides one. Use it to show how fresh the text is, rather than a bare fetch date.renumberedTo: whenactStatusisrenumbered, a pointer to the new location.transferredTo: whenactStatusistransferred, a pointer to the new code or title.
renumberedTo / transferredTo to fetch the section’s current home.
Using it
Gate your product ongoodLawStatus, surface currencyNote, and follow a move pointer when a section has been relocated.
Related
Section Identifiers
The
actId handle and the search then section then body workflow.Corpus Types
The corpora you can query and how to scope with
corpusType.Grounding LLMs
Cite only good-law sections and link back to the official source.
Coverage
Which corpora are ingested and how often each refreshes, per jurisdiction.

