treaty_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where treaty_id = "96-54" sorted by action_date descending
This data as json, CSV (advanced)
Suggested facets: action_text, action_date (date)
| id | treaty_id | action_date ▲ | action_text | action_type |
|---|---|---|---|---|
| 3778 | PROTOCOL AMENDING THE INTERIM CONVENTION ON NORTH PACIFIC FUR SEALS 96-54 | 1981-07-02 | Entered into force. | Floor |
| 3779 | PROTOCOL AMENDING THE INTERIM CONVENTION ON NORTH PACIFIC FUR SEALS 96-54 | 1981-06-11 | Levin understanding to treaty agreed to; treaty approved with understanding by 94-0 vote. Record Vote Number 148. | Floor |
| 3777 | PROTOCOL AMENDING THE INTERIM CONVENTION ON NORTH PACIFIC FUR SEALS 96-54 | 1981-06-08 | General debate. | Floor |
| 3776 | PROTOCOL AMENDING THE INTERIM CONVENTION ON NORTH PACIFIC FUR SEALS 96-54 | 1981-06-02 | General debate. | Floor |
| 3775 | PROTOCOL AMENDING THE INTERIM CONVENTION ON NORTH PACIFIC FUR SEALS 96-54 | 1981-05-20 | Reported without reservation (Ex. Rept. 97-12). | Floor |
| 3774 | PROTOCOL AMENDING THE INTERIM CONVENTION ON NORTH PACIFIC FUR SEALS 96-54 | 1980-11-12 | Received and referred to Foreign Relations. | 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);