Get Member by Congress/State/District - Specific representative for a district in a Congress
get_members_by_congress_state_districtIdentify the U.S. Representative who served a specific congressional district in a given Congress. Provide the congress number, state code, and district to retrieve the member's details.
Instructions
Get the member representing a specific congressional district in a specific Congress.
Args:
ctx: Context for API requests
congress: Congress number (e.g., 118 for 118th Congress)
state_code: Two-letter state code (e.g., 'CA', 'TX', 'NY')
district: Congressional district number within the state
current_member: Whether to only include current members (default: True)
Returns:
Member who represented the specified district in the specified Congress
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| congress | Yes | ||
| district | Yes | ||
| state_code | Yes | ||
| current_member | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Present when success is false: the section-9 error envelope | |
| items | No | Results of other kinds (bills, reports, communications, nominations), as returned by Congress.gov | |
| context | Yes | Context about the search or operation performed | |
| members | No | Member results | |
| success | Yes | Whether the operation was successful | |
| summary | Yes | Human-readable summary of the results | |
| item_kind | No | What `items` contains (bill, committee_report, communication, nomination, ...) | |
| operation | Yes | The operation that was performed | |
| committees | No | Committee results | |
| results_count | Yes | Number of items returned (equals the populated list's length) |