Returns a list of congressional members.

GET /member

Example Request

/v3/member/
::

"members": [
    {
        "bioguideId": "L000174",
        "depiction": {
            "attribution": "<a href=\"http://www.senate.gov/artandhistory/history/common/generic/Photo_Collection_of_the_Senate_Historical_Office.htm\">Courtesy U.S. Senate Historical Office</a>",
            "imageUrl": "https://www.congress.gov/img/member/l000174_200.jpg"
        },
        "district": null,
        "name": "Leahy, Patrick J.",
        "party": "Democratic",
        "served": {
            "Senate": [
                {
                    "end": null,
                    "start": 1975
                }
            ]
        },
        "state": "Vermont",
        "url": "https://api.congress.gov/v3/member/L000174?format=json",
    }
Language
Credentials
Query
Response
Click Try It! to start a request and see the response here!