treaty_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where treaty_id = "89-2" sorted by action_date descending
This data as json, CSV (advanced)
Suggested facets: action_type, action_date (date)
| id | treaty_id | action_date ▲ | action_text | action_type |
|---|---|---|---|---|
| 2903 | (open for signature in Washington from March 22 to April 23, 1965) 89-2 | 1965-06-15 | Approved by 88-0 vote (No. 132 Ex.). | Floor |
| 2901 | (open for signature in Washington from March 22 to April 23, 1965) 89-2 | 1965-06-14 | General debate; unanimous consent agreement for vote. | Floor |
| 2902 | (open for signature in Washington from March 22 to April 23, 1965) 89-2 | 1965-06-07 | Reported favorably by Mr. Fulbright, Committee on Foreign Relations (Ex. Rept. 89-2) and placed on the Executive Calendar. | Calendars |
| 2900 | (open for signature in Washington from March 22 to April 23, 1965) 89-2 | 1965-04-26 | Referred to the Committee on Foreign Relations. | Floor |
| 2899 | (open for signature in Washington from March 22 to April 23, 1965) 89-2 | 1965-04-23 | Received by the Senate. | Floor |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE treaty_actions (
id INTEGER PRIMARY KEY AUTOINCREMENT,
treaty_id TEXT NOT NULL REFERENCES treaties(id),
action_date TEXT,
action_text TEXT,
action_type TEXT
);
CREATE INDEX idx_tact_treaty ON treaty_actions(treaty_id);