home / openregs

legislation_actions

Legislative action history for tracked bills — committee referrals, floor votes, amendments, and presidential signatures.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

21 rows where bill_id = "98-sconres-80" sorted by action_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: action_date, action_text, action_type, action_code, action_date (date)

id bill_id action_date ▲ action_text action_type chamber action_code
2227039 A concurrent resolution expressing the sense of the Congress that the President should take all steps necessary to bring the question of self-determination of the Baltic States before the United Nations, and for the other purposes. 98-sconres-80 1984-02-07 Resolution Agreed to in House by Voice Vote. Floor   House floor actions
2227040 A concurrent resolution expressing the sense of the Congress that the President should take all steps necessary to bring the question of self-determination of the Baltic States before the United Nations, and for the other purposes. 98-sconres-80 1984-02-07 Passed/agreed to in House: Resolution Agreed to in House by Voice Vote. Floor   Library of Congress
2227041 A concurrent resolution expressing the sense of the Congress that the President should take all steps necessary to bring the question of self-determination of the Baltic States before the United Nations, and for the other purposes. 98-sconres-80 1984-02-07 Called up by House Under Suspension of Rules. Floor   House floor actions
2227042 A concurrent resolution expressing the sense of the Congress that the President should take all steps necessary to bring the question of self-determination of the Baltic States before the United Nations, and for the other purposes. 98-sconres-80 1984-02-07 House Committee on Foreign Affairs Discharged by Suspension of Rules. Discharge   House floor actions
2227043 A concurrent resolution expressing the sense of the Congress that the President should take all steps necessary to bring the question of self-determination of the Baltic States before the United Nations, and for the other purposes. 98-sconres-80 1984-02-07 House Committee on Foreign Affairs Discharged by Suspension of Rules. Committee   Library of Congress
2227044 A concurrent resolution expressing the sense of the Congress that the President should take all steps necessary to bring the question of self-determination of the Baltic States before the United Nations, and for the other purposes. 98-sconres-80 1984-02-01 Ordered to be Reported. Committee   House committee actions
2227045 A concurrent resolution expressing the sense of the Congress that the President should take all steps necessary to bring the question of self-determination of the Baltic States before the United Nations, and for the other purposes. 98-sconres-80 1984-02-01 Committee Consideration and Mark-up Session Held. Committee   House committee actions
2227046 A concurrent resolution expressing the sense of the Congress that the President should take all steps necessary to bring the question of self-determination of the Baltic States before the United Nations, and for the other purposes. 98-sconres-80 1984-02-01 Subcommittee on Human Rights and International Organizations Discharged. Committee   House committee actions
2227047 A concurrent resolution expressing the sense of the Congress that the President should take all steps necessary to bring the question of self-determination of the Baltic States before the United Nations, and for the other purposes. 98-sconres-80 1984-02-01 Subcommittee on Europe and the Middle East Discharged. Committee   House committee actions
2227048 A concurrent resolution expressing the sense of the Congress that the President should take all steps necessary to bring the question of self-determination of the Baltic States before the United Nations, and for the other purposes. 98-sconres-80 1984-01-24 Executive Comment Requested from State. Committee   House committee actions
2227049 A concurrent resolution expressing the sense of the Congress that the President should take all steps necessary to bring the question of self-determination of the Baltic States before the United Nations, and for the other purposes. 98-sconres-80 1983-12-09 Referred to Subcommittee on Human Rights and International Organizations. Committee   House committee actions
2227050 A concurrent resolution expressing the sense of the Congress that the President should take all steps necessary to bring the question of self-determination of the Baltic States before the United Nations, and for the other purposes. 98-sconres-80 1983-12-09 Referred to Subcommittee on Europe and the Middle East. Committee   House committee actions
2227051 A concurrent resolution expressing the sense of the Congress that the President should take all steps necessary to bring the question of self-determination of the Baltic States before the United Nations, and for the other purposes. 98-sconres-80 1983-11-18 Referred to House Committee on Foreign Affairs. IntroReferral   House floor actions
2227052 A concurrent resolution expressing the sense of the Congress that the President should take all steps necessary to bring the question of self-determination of the Baltic States before the United Nations, and for the other purposes. 98-sconres-80 1983-11-17 Resolution agreed to in Senate without amendment and with a preamble by Voice Vote. Floor   Senate
2227053 A concurrent resolution expressing the sense of the Congress that the President should take all steps necessary to bring the question of self-determination of the Baltic States before the United Nations, and for the other purposes. 98-sconres-80 1983-11-17 Passed/agreed to in Senate: Resolution agreed to in Senate without amendment and with a preamble by Voice Vote. Floor   Library of Congress
2227054 A concurrent resolution expressing the sense of the Congress that the President should take all steps necessary to bring the question of self-determination of the Baltic States before the United Nations, and for the other purposes. 98-sconres-80 1983-11-16 Placed on Senate Legislative Calendar under General Orders. Calendar No. 577. Calendars   Senate
2227055 A concurrent resolution expressing the sense of the Congress that the President should take all steps necessary to bring the question of self-determination of the Baltic States before the United Nations, and for the other purposes. 98-sconres-80 1983-11-16 Committee on Foreign Relations. Reported to Senate by Senator Percy without amendment and with a preamble. Without written report. Committee   Senate
2227056 A concurrent resolution expressing the sense of the Congress that the President should take all steps necessary to bring the question of self-determination of the Baltic States before the United Nations, and for the other purposes. 98-sconres-80 1983-11-16 Committee on Foreign Relations. Reported to Senate by Senator Percy without amendment and with a preamble. Without written report. Committee   Library of Congress
2227057 A concurrent resolution expressing the sense of the Congress that the President should take all steps necessary to bring the question of self-determination of the Baltic States before the United Nations, and for the other purposes. 98-sconres-80 1983-11-15 Committee on Foreign Relations. Ordered to be reported without amendment favorably. Committee   Senate
2227058 A concurrent resolution expressing the sense of the Congress that the President should take all steps necessary to bring the question of self-determination of the Baltic States before the United Nations, and for the other purposes. 98-sconres-80 1983-10-27 Referred to the Committee on Foreign Relations. IntroReferral   Senate
2227059 A concurrent resolution expressing the sense of the Congress that the President should take all steps necessary to bring the question of self-determination of the Baltic States before the United Nations, and for the other purposes. 98-sconres-80 1983-10-27 Introduced in Senate IntroReferral   Library of Congress

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE legislation_actions (
    id INTEGER PRIMARY KEY AUTOINCREMENT,
    bill_id TEXT REFERENCES legislation(bill_id),
    action_date TEXT,
    action_text TEXT,
    action_type TEXT,
    chamber TEXT,
    action_code TEXT
);
CREATE INDEX idx_legact_bill ON legislation_actions(bill_id);
CREATE INDEX idx_legact_date ON legislation_actions(action_date);
Powered by Datasette · Queries took 5.309ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API