Congress.gov API · Example Payload

Congress Gov Congressional Record Example

GovernmentLegislativeCongressBillsAmendmentsMembersTreatiesNominationsCongressional RecordUS Federal

Congress Gov Congressional Record Example is an example object payload from Congress.gov API, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

Results

Example Payload

Raw ↑
{
  "Results": {
    "Issues": {
      "Item": [
        {
          "Id": "2023-01-09",
          "Links": {
            "Html": {
              "Label": "HTML",
              "Url": "https://www.congress.gov/congressional-record/2023/01/09/senate-section"
            },
            "Pdf": {
              "Label": "PDF",
              "Url": "https://www.congress.gov/congressional-record/2023/01/09/senate-section.pdf"
            }
          },
          "PublishDate": "2023-01-09",
          "Session": 1,
          "VolumeNumber": 169
        }
      ]
    }
  }
}