Optional
addressInformation?: {The member’s contact information.
The city of Washington. (Washington)
The two letter postal abbreviation for the District of Columbia. (DC)
Optional
officeAddress?: stringThe member’s mailing and physical office address in Washington, D.C.The < officeAddress > element provides the full address for Senate members and only the House office building information for House members. (e.g, 437 Russell Senate Office Building Washington, DC 20510)
Optional
phoneNumber?: stringThe telephone number for the member’s office in Washington, D.C. (e.g., (202) 224 - 4242)
Optional
zipCode?: stringThe postal zip code for the member’s office in Washington, D.C. (e.g., 20510)
The unique ID value that originates in the Biographical Directory of the United States Congress, 1774-Present. View a field values list of Bioguide identifiers for current and former members in Congress.gov. (e.g., L000174)
Optional
birthYear?: stringMember’s year of birth. (e.g., 1940)
Optional
cosponsoredLegislation?: { count: number; url: string }Bills and resolutions cosponsored by member.
The total number of bills and resolutions cosponsored by the member. (e.g., 7470)
A referrer URL to the cosponsored - legislation level of the API. More information. (e.g., https://api.congress.gov/v3/member/L000174/cosponsored-legislation)
Optional
currentMember?: booleanIndicator of whether the member is currently serving. Possible values are "True" or "False". (e.g., True)
Optional
deathYear?: stringMember’s year of death.
Optional
depiction?: { attribution?: string; imageUrl?: string }The member’s current official portrait.
Optional
attribution?: stringThe source of the image. (e.g. Courtesy U.S.Senate Historical Office )
Optional
imageUrl?: stringThe member's current portrait on Congress.gov. (e.g.https://www.congress.gov/img/member/l000174_200.jpg)
Optional
directOrderName?: stringThe member’s name in first - name - first order. (e.g., Patrick J.Leahy)
Optional
district?: numberThe Congressional district represented by the member (exclusive to House). The value of zero indicates the state, district or territory has only one member in the House.
The member’s first name. (e.g., Patrick)
Optional
honorificName?: stringThe honorific title of the member. (e.g., Mr.)
Optional
invertedOrderName?: stringThe member’s name in last - name - first order. (e.g., Leahy, Patrick J.)
Optional
lastName?: stringThe member’s last name. (e.g., Leahy)
Optional
leadership?: { congress: number; current?: boolean; type: string }[]The leadership positions available on Congress.gov that the member has held during their membership / tenure of service.
Optional
middleName?: stringThe member’s middle name. (e.g., Joseph)
Optional
nickName?: stringThe member’s nickname.
Optional
officialUrl?: stringThe member’s official website. (e.g., https://www.leahy.senate.gov/)
Optional
party?: DEMOCRATIC | INDEPENDENT | INDEPENDENT_DEMOCRAT | LIBERTARIAN | REPUBLICANThe current political party of the member.Note: This does not currently reflect party changes. Possible values are "Democratic", "Independent", "Independent Democrat", "Libertarian", and "Republication". (e.g., Democatic)
Optional
partyHistory?: { partyAbbreviation: PartyCode; partyName: PartyName; startYear: number }[]Member's party history.
Optional
previousNames?: {The previous names of the member.
Optional
sponsoredLegislation?: { count: number; url: string }Bills and resolutions sponsored by member.
The total number of bills and resolutions sponsored by the member. (e.g., 1753)
A referrer URL to the sponsored - legislation level of the API.Click here for more information about the sponsored - legislation level. (e.g., https://api.congress.gov/v3/member/L000174/sponsored-legislation)
Optional
state?: The state represented by the member. (e.g., Vermont)
Optional
suffixName?: stringThe member’s suffix.
The member’s service in an individual Congress.
The date of update in Congress.gov. (e.g., 2022-05 - 17T18: 44:02Z)
Zod schema for validating entities returned from the
/member/{bioguideId}
detail endpoints.