Get Member by Congress/State/District - Specific representative for a district in a Congress
get_members_by_congress_state_districtRetrieve the member representing a specific congressional district in a given Congress. Query by Congress number, state code, and district number to access official representative data from Congress.gov.
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
Returns:
Member who represented the specified district in the specified CongressInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| congress | Yes | ||
| state_code | Yes | ||
| district | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | Whether the operation was successful | |
| operation | Yes | The operation that was performed | |
| results_count | Yes | Number of results returned | |
| members | No | Member results | |
| committees | No | Committee results | |
| summary | Yes | Human-readable summary of the results | |
| context | Yes | Context about the search or operation performed |