Returns the list of cosponsors on a specified bill.

GET /bill/:congress/:billType/:billNumber/cosponsors

Example Request

/v3/bill/117/hr/3076/cosponsors
::

{
    'cosponsors': [
        {
            'bioguideId': 'F000450',
            'fullName': 'Rep. Foxx, Virginia [R-NC-5]',
            'isOriginalCosponsor': true,
            'firstName': 'Virginia',
            'lastName': 'Foxx',
            'sponsorshipDate': '2021-05-11',
            'url': 'https://api.congress.gov/v3/member/F000450?format=json',
            'party': 'R',
            'state': 'NC',
            'district': '5'
        },
    ]
}
Language
Credentials
Query
Response
Click Try It! to start a request and see the response here!