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

14 rows where bill_id = "103-sconres-74" 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
331646 A concurrent resolution concerning the ban on the use of U.S. passports in Lebanon. 103-sconres-74 1994-10-11 Referred to the Subcommittee on Europe and the Middle East. Committee   House committee actions
331647 A concurrent resolution concerning the ban on the use of U.S. passports in Lebanon. 103-sconres-74 1994-10-11 Referred to the Subcommittee on International Operations. Committee   House committee actions
331648 A concurrent resolution concerning the ban on the use of U.S. passports in Lebanon. 103-sconres-74 1994-09-28 Referred to the House Committee on Foreign Affairs. IntroReferral   House floor actions
331649 A concurrent resolution concerning the ban on the use of U.S. passports in Lebanon. 103-sconres-74 1994-09-28 Received in the House. Floor   House floor actions
331650 A concurrent resolution concerning the ban on the use of U.S. passports in Lebanon. 103-sconres-74 1994-09-28 Message on Senate action sent to the House. Floor   Senate
331651 A concurrent resolution concerning the ban on the use of U.S. passports in Lebanon. 103-sconres-74 1994-09-27 Resolution agreed to in Senate without amendment and with a preamble by Voice Vote. (consideration: CR S13435) Floor   Senate
331652 A concurrent resolution concerning the ban on the use of U.S. passports in Lebanon. 103-sconres-74 1994-09-27 Passed/agreed to in Senate: Resolution agreed to in Senate without amendment and with a preamble by Voice Vote.(consideration: CR S13435) Floor   Library of Congress
331653 A concurrent resolution concerning the ban on the use of U.S. passports in Lebanon. 103-sconres-74 1994-09-22 Committee on Foreign Relations. Ordered to be reported without amendment favorably. Committee   Senate
331654 A concurrent resolution concerning the ban on the use of U.S. passports in Lebanon. 103-sconres-74 1994-09-22 Placed on Senate Legislative Calendar under General Orders. Calendar No. 618. Calendars   Senate
331655 A concurrent resolution concerning the ban on the use of U.S. passports in Lebanon. 103-sconres-74 1994-09-22 Committee on Foreign Relations. Reported to Senate by Senator Pell without amendment and with a preamble. Without written report. Committee   Senate
331656 A concurrent resolution concerning the ban on the use of U.S. passports in Lebanon. 103-sconres-74 1994-09-22 Committee on Foreign Relations. Reported to Senate by Senator Pell without amendment and with a preamble. Without written report. Committee   Library of Congress
331657 A concurrent resolution concerning the ban on the use of U.S. passports in Lebanon. 103-sconres-74 1994-08-23 Referred to the Committee on Foreign Relations. IntroReferral   Senate
331658 A concurrent resolution concerning the ban on the use of U.S. passports in Lebanon. 103-sconres-74 1994-08-23 Sponsor introductory remarks on measure. (CR S12387) IntroReferral   Library of Congress
331659 A concurrent resolution concerning the ban on the use of U.S. passports in Lebanon. 103-sconres-74 1994-08-23 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 26.429ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API