govinfo_legislation_search
Search LiveDataLink's self-hosted official GovInfo Bill Status snapshot across bill number/title, all published titles, sponsor, policy area, legislative subjects, and committee names, with optional enacted and multi-version filters. Returns stable bill identifiers, sponsor/status facts, pagination, source XML hashes, and provenance. Use this for 'find 118th Congress bills about aviation safety', 'which border bills became law?', or 'bills assigned to the Finance Committee with multiple text versions'. Coverage is complete for HR and S in the 118th Congress only; resolutions and other Congresses are excluded. For Congress.gov's live/current API view, use the existing Congress tools instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum bills. Default 20. | |
| query | Yes | Bill number/title phrase, sponsor name, policy area, subject, or committee phrase. | |
| offset | No | Bills to skip. Default 0. | |
| bill_type | No | Hosted measure type: HR for a House bill or S for a Senate bill. Resolutions are outside this v1 snapshot. | |
| policy_area | No | Optional exact policy-area label, case-insensitive. | |
| enacted_only | No | When true, require at least one law citation in the captured Bill Status XML. | |
| response_format | No | Human-readable markdown or machine-readable JSON. Default markdown. | |
| multiple_text_versions_only | No | When true, require at least two published GovInfo text-version links. |