Congress.gov API · Example Payload

Congress Gov Treaty List Example

GovernmentLegislativeCongressBillsAmendmentsMembersTreatiesNominationsCongressional RecordUS Federal

Congress Gov Treaty List Example is an example object payload from Congress.gov API, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

treatiespaginationrequest

Example Payload

Raw ↑
{
  "treaties": [
    {
      "congressConsidered": 117,
      "congressReceived": 117,
      "countriesAffectedList": "France",
      "inForceDate": null,
      "indexTerms": [],
      "number": 1,
      "parts": {
        "count": 0
      },
      "resolutionText": "",
      "suffix": "",
      "topic": "Trade",
      "transmittedDate": "2021-01-20",
      "treatyNum": "117-1",
      "updateDate": "2021-02-01",
      "url": "https://api.congress.gov/v3/treaty/117/1?format=json"
    }
  ],
  "pagination": {
    "count": 1
  },
  "request": {
    "contentType": "application/json",
    "format": "json"
  }
}