treaty_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where treaty_id = "93-4" sorted by action_date descending
This data as json, CSV (advanced)
Suggested facets: action_date, action_type, action_date (date)
| id | treaty_id | action_date ▲ | action_text | action_type |
|---|---|---|---|---|
| 3300 | AMENDMENTS TO THE INTERNATIONAL CONVENTION ON LOAD LINES, 1966 93-4 | 1973-08-03 | By unanimous consent agreement, vote. | Floor |
| 3301 | AMENDMENTS TO THE INTERNATIONAL CONVENTION ON LOAD LINES, 1966 93-4 | 1973-08-03 | Approved by 86-0 vote (No. 361 Ex). | Floor |
| 3297 | AMENDMENTS TO THE INTERNATIONAL CONVENTION ON LOAD LINES, 1966 93-4 | 1973-08-02 | Considered by Senate. | Floor |
| 3299 | AMENDMENTS TO THE INTERNATIONAL CONVENTION ON LOAD LINES, 1966 93-4 | 1973-08-01 | Reported by Senator Fulbright, Committee on Foreign Relations with printed (93-11 Ex.) without reservation. | Committee |
| 3298 | AMENDMENTS TO THE INTERNATIONAL CONVENTION ON LOAD LINES, 1966 93-4 | 1973-03-22 | Received in the Senate and referred to the Committee on Foreign Relations. | IntroReferral |
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);