Returns the list of nominations associated with the specified congressional committee.

GET /committee/senate/:committeeCode/nominations

Example Request

/v3/committee/senate/ssas00/nominations?format=json
::

{
    'nominations': [
    {
        'citation': "PN2477",
        'congress': 117,
        'description': "",
        'latestAction': [
          {
            'actionDate': "2022-08-03",
            'text': "Received in the Senate and referred to the Committee on Armed Services."
          }
        ],
        'nominationType': {
            'isCivilian': false,
            'isMilitary': true,
            }
        'number': 2477,
        'partNumber': "00",
        'receivedDate': "2022-08-03",
        'url': "https://api.congress.gov/v3/nomination/117/2477?format=json"
    }
    ...
    ]
}
Language
Credentials
Query
Response
Click Try It! to start a request and see the response here!