Returns detailed information for a specified treaty.

GET /treaty/:congress/:treatyNumber

Example Request

/v3/treaty/117/3
::

"treaty": {
    "actions": {
        "count": 7,
        "url": "https://api.congress.gov/v3/treaty/117/3/actions?format=json"
    },
    "congress": 117,
    "endCongressId": 117,
    "inForceDate": null,
    "oldTreatyNum": null,
    "oldTreatyNumDisplayStr": null,
    "parts": {},
    "relatedDocs": [],
    "resolutionText": "<!DOCTYPE html><html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en\"><head><meta name=\"meta:creation-date\" content=\"2022/08/03 18:28:08\" /><meta name=\"dc:title\" content=\"[117] TreatyRes. 6 for TreatyDoc. 117 - 3\" /><meta name=\"Creation-Date\" content=\"2022/08/03 18:28:08\" /><meta name=\"dcterms:created\" content=\"2022/08/03 18:28:08\" /><meta name=\"Content-Type\" content=\"application/rtf\" /><title>[117] TreatyRes. 6 for TreatyDoc. 117 - 3</title></head><body><p>As approved by the Senate: </p><p><i>Resolved (two-thirds of the Senators present concurring therein),</i></p><p></p><p><b>SECTION 1. SENATE ADVICE AND CONSENT SUBJECT TO DECLARATIONS AND CONDITIONS.</b></p>...",
    "transmittedDate": "2022-07-11T00:00:00Z",
    "treatyNum": 3,
    "treatySubject": "International Law and Organization",
    "treatySuffix": "",
    "updateDate": "2022-08-04T02:46:11Z"
}

 
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

The congress number. For example, value can be 117.

integer
required

The treaty's assigned number. For example, value can be 3.

Query Params
string

The data format. Value can be xml or json.

Responses
200

successful operation

400

Invalid status value

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