legiscan_get_legislator_votes
Retrieve a legislator's voting positions on specific bills with roll call details, consolidating multiple API requests into one call.
Instructions
Get how a legislator voted on specific bills. Reduces hundreds of API calls to one. Returns vote positions (Yea/Nay/NV/Absent) for each bill with roll call details.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| people_id | Yes | Legislator people_id to look up votes for | |
| bill_ids | Yes | Array of bill_ids to check votes on | |
| chamber | No | Optional chamber filter (H=House, S=Senate, A=Assembly) |