To get a list of members of a particular chamber in a particular Congress
The results include all members who have served in that congress and chamber, including members who are no longer in office. HTTP Request: GET https://api.propublica.org/congress/v1/congress/chamber/members.json
list_members_chamber_congress(congress, chamber, page = 1, myAPI_Key)
congress |
102-116 for House, 80-116 for Senate |
chamber |
house or senate |
page |
Results come in batches of 20. The page parameter specifies which one to retrieve. |
myAPI_Key |
API key from Propublica To use the congress API, you must sign up for an API key. |
list of members of a particular chamber in a particular Congress
list_members_chamber_congress(115, 'senate')
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.