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

19 rows where bill_id = "112-sconres-17" 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
1097990 A concurrent resolution expressing the sense of Congress that Taiwan should be accorded observer status in the International Civil Aviation Organization (ICAO). 112-sconres-17 2012-09-11 Motion to reconsider laid on the table Agreed to without objection. Floor   House floor actions
1097991 A concurrent resolution expressing the sense of Congress that Taiwan should be accorded observer status in the International Civil Aviation Organization (ICAO). 112-sconres-17 2012-09-11 On motion to suspend the rules and agree to the resolution Agreed to by voice vote. (text: CR H5846) Floor   House floor actions
1097992 A concurrent resolution expressing the sense of Congress that Taiwan should be accorded observer status in the International Civil Aviation Organization (ICAO). 112-sconres-17 2012-09-11 Passed/agreed to in House: On motion to suspend the rules and agree to the resolution Agreed to by voice vote.(text: CR H5846) Floor   Library of Congress
1097993 A concurrent resolution expressing the sense of Congress that Taiwan should be accorded observer status in the International Civil Aviation Organization (ICAO). 112-sconres-17 2012-09-11 DEBATE - The House proceeded with forty minutes of debate on S. Con. Res. 17. Floor   House floor actions
1097994 A concurrent resolution expressing the sense of Congress that Taiwan should be accorded observer status in the International Civil Aviation Organization (ICAO). 112-sconres-17 2012-09-11 Considered under suspension of the rules. (consideration: CR H5846-5847) Floor   House floor actions
1097995 A concurrent resolution expressing the sense of Congress that Taiwan should be accorded observer status in the International Civil Aviation Organization (ICAO). 112-sconres-17 2012-09-11 Ms. Ros-Lehtinen moved to suspend the rules and agree to the resolution. Floor   House floor actions
1097996 A concurrent resolution expressing the sense of Congress that Taiwan should be accorded observer status in the International Civil Aviation Organization (ICAO). 112-sconres-17 2012-03-07 Ordered to be Reported by Unanimous Consent. Committee   House committee actions
1097997 A concurrent resolution expressing the sense of Congress that Taiwan should be accorded observer status in the International Civil Aviation Organization (ICAO). 112-sconres-17 2012-03-07 Committee Consideration and Mark-up Session Held. Committee   House committee actions
1097998 A concurrent resolution expressing the sense of Congress that Taiwan should be accorded observer status in the International Civil Aviation Organization (ICAO). 112-sconres-17 2011-09-22 Referred to the House Committee on Foreign Affairs. IntroReferral   House floor actions
1097999 A concurrent resolution expressing the sense of Congress that Taiwan should be accorded observer status in the International Civil Aviation Organization (ICAO). 112-sconres-17 2011-09-22 Message on Senate action sent to the House. Floor   Senate
1098000 A concurrent resolution expressing the sense of Congress that Taiwan should be accorded observer status in the International Civil Aviation Organization (ICAO). 112-sconres-17 2011-09-22 Received in the House. Floor   House floor actions
1098001 A concurrent resolution expressing the sense of Congress that Taiwan should be accorded observer status in the International Civil Aviation Organization (ICAO). 112-sconres-17 2011-09-21 Resolution agreed to in Senate without amendment and with a preamble by Voice Vote. (consideration: CR S5845-5846; text as passed Senate: CR S5845-5846) Floor   Senate
1098002 A concurrent resolution expressing the sense of Congress that Taiwan should be accorded observer status in the International Civil Aviation Organization (ICAO). 112-sconres-17 2011-09-21 Passed/agreed to in Senate: Resolution agreed to in Senate without amendment and with a preamble by Voice Vote.(consideration: CR S5845-5846; text as passed Senate: CR S5845-5846) Floor   Library of Congress
1098003 A concurrent resolution expressing the sense of Congress that Taiwan should be accorded observer status in the International Civil Aviation Organization (ICAO). 112-sconres-17 2011-07-27 Placed on Senate Legislative Calendar under General Orders. Calendar No. 115. Calendars   Senate
1098004 A concurrent resolution expressing the sense of Congress that Taiwan should be accorded observer status in the International Civil Aviation Organization (ICAO). 112-sconres-17 2011-07-27 Committee on Foreign Relations. Reported without amendment and with a preamble. Without written report. Committee   Senate
1098005 A concurrent resolution expressing the sense of Congress that Taiwan should be accorded observer status in the International Civil Aviation Organization (ICAO). 112-sconres-17 2011-07-27 Committee on Foreign Relations. Reported without amendment and with a preamble. Without written report. Committee   Library of Congress
1098006 A concurrent resolution expressing the sense of Congress that Taiwan should be accorded observer status in the International Civil Aviation Organization (ICAO). 112-sconres-17 2011-07-26 Committee on Foreign Relations. Ordered to be reported without amendment favorably. Committee   Senate
1098007 A concurrent resolution expressing the sense of Congress that Taiwan should be accorded observer status in the International Civil Aviation Organization (ICAO). 112-sconres-17 2011-05-12 Referred to the Committee on Foreign Relations. (text of measure as introduced in Senate: CR S2958-2959) IntroReferral   Senate
1098008 A concurrent resolution expressing the sense of Congress that Taiwan should be accorded observer status in the International Civil Aviation Organization (ICAO). 112-sconres-17 2011-05-12 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.935ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API