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 = "112-hconres-99" 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
1017496 Authorizing the use of Emancipation Hall in the Capitol Visitor Center for a ceremony to unveil the marker which acknowledges the role that slave labor played in the construction of the United States Capitol. 112-hconres-99 2012-02-16 Message on Senate action sent to the House. Floor   Senate
1017497 Authorizing the use of Emancipation Hall in the Capitol Visitor Center for a ceremony to unveil the marker which acknowledges the role that slave labor played in the construction of the United States Capitol. 112-hconres-99 2012-02-15 Resolution agreed to in Senate without amendment and with a preamble by Unanimous Consent. (consideration: CR S802-803) Floor   Senate
1017498 Authorizing the use of Emancipation Hall in the Capitol Visitor Center for a ceremony to unveil the marker which acknowledges the role that slave labor played in the construction of the United States Capitol. 112-hconres-99 2012-02-15 Passed/agreed to in Senate: Resolution agreed to in Senate without amendment and with a preamble by Unanimous Consent.(consideration: CR S802-803) Floor   Library of Congress
1017499 Authorizing the use of Emancipation Hall in the Capitol Visitor Center for a ceremony to unveil the marker which acknowledges the role that slave labor played in the construction of the United States Capitol. 112-hconres-99 2012-02-09 Received in the Senate. IntroReferral   Senate
1017500 Authorizing the use of Emancipation Hall in the Capitol Visitor Center for a ceremony to unveil the marker which acknowledges the role that slave labor played in the construction of the United States Capitol. 112-hconres-99 2012-02-09 Motion to reconsider laid on the table Agreed to without objection. Floor   House floor actions
1017501 Authorizing the use of Emancipation Hall in the Capitol Visitor Center for a ceremony to unveil the marker which acknowledges the role that slave labor played in the construction of the United States Capitol. 112-hconres-99 2012-02-09 On agreeing to the resolution Agreed to without objection. (text: CR H658-659) Floor   House floor actions
1017502 Authorizing the use of Emancipation Hall in the Capitol Visitor Center for a ceremony to unveil the marker which acknowledges the role that slave labor played in the construction of the United States Capitol. 112-hconres-99 2012-02-09 Passed/agreed to in House: On agreeing to the resolution Agreed to without objection.(text: CR H658-659) Floor   Library of Congress
1017503 Authorizing the use of Emancipation Hall in the Capitol Visitor Center for a ceremony to unveil the marker which acknowledges the role that slave labor played in the construction of the United States Capitol. 112-hconres-99 2012-02-09 Considered by unanimous consent. (consideration: CR H658-659) Floor   House floor actions
1017504 Authorizing the use of Emancipation Hall in the Capitol Visitor Center for a ceremony to unveil the marker which acknowledges the role that slave labor played in the construction of the United States Capitol. 112-hconres-99 2012-02-09 Committee on House Administration discharged. Discharge   House floor actions
1017505 Authorizing the use of Emancipation Hall in the Capitol Visitor Center for a ceremony to unveil the marker which acknowledges the role that slave labor played in the construction of the United States Capitol. 112-hconres-99 2012-02-09 Committee on House Administration discharged. Committee   Library of Congress
1017506 Authorizing the use of Emancipation Hall in the Capitol Visitor Center for a ceremony to unveil the marker which acknowledges the role that slave labor played in the construction of the United States Capitol. 112-hconres-99 2012-02-09 Mr. Lungren, Daniel E. asked unanimous consent to discharge from committee and consider. Floor   House floor actions
1017507 Authorizing the use of Emancipation Hall in the Capitol Visitor Center for a ceremony to unveil the marker which acknowledges the role that slave labor played in the construction of the United States Capitol. 112-hconres-99 2012-02-09 Referred to the House Committee on House Administration. IntroReferral   House floor actions
1017508 Authorizing the use of Emancipation Hall in the Capitol Visitor Center for a ceremony to unveil the marker which acknowledges the role that slave labor played in the construction of the United States Capitol. 112-hconres-99 2012-02-09 Introduced in House IntroReferral   Library of Congress
1017509 Authorizing the use of Emancipation Hall in the Capitol Visitor Center for a ceremony to unveil the marker which acknowledges the role that slave labor played in the construction of the United States Capitol. 112-hconres-99 2012-02-09 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 8.67ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API