Get Act Section
get_act_sectionA single provision with its citation, its position in the act, the structural features its text carries, and what it points at.
Cost: 2 credits.
This does not return the provision's text. GET /acts/{actId}/sections/{n}/body
does, and is priced separately because it reads the act document.
wordCount is summed across every passage of the provision. actsReferenced
is whitespace-normalised before deduplication, because the publisher's line
breaks otherwise make one cited act look like two.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| act_id | Yes | Section identifier, e.g. `USC_T42_C21_S1983` (Title 42, Chapter 21, Section 1983, written 42 U.S.C. 1983). Take it from a search result rather than assembling it: the title and section are derivable from a citation but the CHAPTER is not, so hand-built ids usually 404. | |
| section_number | Yes | Section number exactly as the publisher writes it. Alphanumeric suffixes are part of the number, not a sub-provision: `498A` is one section, not section 498 clause A. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||