Returns a list of House communications.

GET /house-communication

Example Request

/v3/house-communication
::

"houseCommunications": [
    {
        "chamber": "House",
        "communicationNumber": 3324,
        "communicationType": {
            "code": "EC",
            "name": "Executive Communication"
        },
        "congressNumber": 117,
        "url": "https://api.congress.gov/v3/house-communication/117/ec/3324?format=json"
    }
]

 
Language
Credentials
Query
Response
Click Try It! to start a request and see the response here!