Bill Text Slice
politics_bill_textOne signed, bounded slice of a bill's full legislative text, addressed by part number or section label. Each response carries part and total_parts, next_part, the slice's part_sha256, and the whole-bill content_hash. Parts 1 through total_parts concatenated in order hash to content_hash, so a bill too large to return in a single response remains verifiable as complete and unaltered.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| part | No | 1-based part number. Response tells you total_parts and next_part. | |
| bill_id | Yes | Bill ID (e.g. hr7148-119) | |
| section | No | Jump to a section by label instead of part, e.g. "2", "SEC. 2", or "preamble". Overrides part. | |
| max_chars | No | Max characters per part (2000–60000). Larger = fewer parts but bigger responses. |