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 = "116-hconres-91" 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
1354251 Authorizing the use of Emancipation Hall in the Capitol Visitor Center for a ceremony to present the Congressional Gold Medal collectively to the Chinese-American veterans of World War II. 116-hconres-91 2020-03-12 Message on Senate action sent to the House. Floor   Senate
1354252 Authorizing the use of Emancipation Hall in the Capitol Visitor Center for a ceremony to present the Congressional Gold Medal collectively to the Chinese-American veterans of World War II. 116-hconres-91 2020-03-11 Resolution agreed to in Senate without amendment by Unanimous Consent. (consideration: CR S1710) Floor   Senate
1354253 Authorizing the use of Emancipation Hall in the Capitol Visitor Center for a ceremony to present the Congressional Gold Medal collectively to the Chinese-American veterans of World War II. 116-hconres-91 2020-03-11 Passed/agreed to in Senate: Resolution agreed to in Senate without amendment by Unanimous Consent.(consideration: CR S1710) Floor   Library of Congress
1354254 Authorizing the use of Emancipation Hall in the Capitol Visitor Center for a ceremony to present the Congressional Gold Medal collectively to the Chinese-American veterans of World War II. 116-hconres-91 2020-03-05 Received in the Senate. IntroReferral   Senate
1354255 Authorizing the use of Emancipation Hall in the Capitol Visitor Center for a ceremony to present the Congressional Gold Medal collectively to the Chinese-American veterans of World War II. 116-hconres-91 2020-03-04 Motion to reconsider laid on the table Agreed to without objection. Floor   House floor actions
1354256 Authorizing the use of Emancipation Hall in the Capitol Visitor Center for a ceremony to present the Congressional Gold Medal collectively to the Chinese-American veterans of World War II. 116-hconres-91 2020-03-04 On agreeing to the resolution Agreed to without objection. (text: CR H1485) Floor   House floor actions
1354257 Authorizing the use of Emancipation Hall in the Capitol Visitor Center for a ceremony to present the Congressional Gold Medal collectively to the Chinese-American veterans of World War II. 116-hconres-91 2020-03-04 Passed/agreed to in House: On agreeing to the resolution Agreed to without objection. Floor   Library of Congress
1354258 Authorizing the use of Emancipation Hall in the Capitol Visitor Center for a ceremony to present the Congressional Gold Medal collectively to the Chinese-American veterans of World War II. 116-hconres-91 2020-03-04 Considered by unanimous consent. (consideration: CR H1484-1485) Floor   House floor actions
1354259 Authorizing the use of Emancipation Hall in the Capitol Visitor Center for a ceremony to present the Congressional Gold Medal collectively to the Chinese-American veterans of World War II. 116-hconres-91 2020-03-04 Committee on House Administration discharged. Discharge   House floor actions
1354260 Authorizing the use of Emancipation Hall in the Capitol Visitor Center for a ceremony to present the Congressional Gold Medal collectively to the Chinese-American veterans of World War II. 116-hconres-91 2020-03-04 Committee on House Administration discharged. Committee   Library of Congress
1354261 Authorizing the use of Emancipation Hall in the Capitol Visitor Center for a ceremony to present the Congressional Gold Medal collectively to the Chinese-American veterans of World War II. 116-hconres-91 2020-03-04 Ms. Lofgren asked unanimous consent to discharge from committee and consider. Floor   House floor actions
1354262 Authorizing the use of Emancipation Hall in the Capitol Visitor Center for a ceremony to present the Congressional Gold Medal collectively to the Chinese-American veterans of World War II. 116-hconres-91 2020-02-25 Referred to the House Committee on House Administration. IntroReferral   House floor actions
1354263 Authorizing the use of Emancipation Hall in the Capitol Visitor Center for a ceremony to present the Congressional Gold Medal collectively to the Chinese-American veterans of World War II. 116-hconres-91 2020-02-25 Introduced in House IntroReferral   Library of Congress
1354264 Authorizing the use of Emancipation Hall in the Capitol Visitor Center for a ceremony to present the Congressional Gold Medal collectively to the Chinese-American veterans of World War II. 116-hconres-91 2020-02-25 Introduced in House 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.821ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API