congress_search_members
Search members of Congress by state, district, congress number, or current status. Filter results to find current or former representatives and senators for any seat.
Instructions
Search for members of Congress by state, congress number, district, or get all current members. Supports: /member (all), /member/{stateCode} (by state), /member/{stateCode}/{district} (by district), /member/congress/{congress} (by congress), /member/congress/{congress}/{stateCode}/{district} (combined).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default: 50) | |
| state | No | Two-letter state code to filter by, e.g. 'CA', 'TX'. Can be used alone or with district. | |
| congress | No | Congress number. When used with state+district, filters to that congress. Use alone to list all members of a congress. | |
| district | No | House district number (use with state). Returns all historical members for that seat. | |
| toDateTime | No | Filter by update date end (YYYY-MM-DDT00:00:00Z) | |
| fromDateTime | No | Filter by update date start (YYYY-MM-DDT00:00:00Z) | |
| currentMember | No | Filter by current member status. true = current members only, false = former only |