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

12 rows where bill_id = "112-sres-201" 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
1099179 A resolution expressing the regret of the Senate for the passage of discriminatory laws against the Chinese in America, including the Chinese Exclusion Act. 112-sres-201 2011-10-06 Resolution agreed to in Senate with amendments and with a preamble by Unanimous Consent. (text: CR S6353-6354) Floor   Senate
1099180 A resolution expressing the regret of the Senate for the passage of discriminatory laws against the Chinese in America, including the Chinese Exclusion Act. 112-sres-201 2011-10-06 Passed/agreed to in Senate: Resolution agreed to in Senate with amendments and with a preamble by Unanimous Consent.(text: CR S6353-6354) Floor   Library of Congress
1099181 A resolution expressing the regret of the Senate for the passage of discriminatory laws against the Chinese in America, including the Chinese Exclusion Act. 112-sres-201 2011-10-06 Measure laid before Senate by unanimous consent. (consideration: CR S6352-6354) Floor   Senate
1099182 A resolution expressing the regret of the Senate for the passage of discriminatory laws against the Chinese in America, including the Chinese Exclusion Act. 112-sres-201 2011-10-06 Senate Committee on the Judiciary discharged by Unanimous Consent. Discharge   Senate
1099183 A resolution expressing the regret of the Senate for the passage of discriminatory laws against the Chinese in America, including the Chinese Exclusion Act. 112-sres-201 2011-10-06 Senate Committee on the Judiciary discharged by Unanimous Consent. Committee   Library of Congress
1099186 A resolution expressing the regret of the Senate for the passage of discriminatory laws against the Chinese in America, including the Chinese Exclusion Act. 112-sres-201 2011-10-06 Amendment SA 737 agreed to in Senate by Unanimous Consent. Floor   Senate
1099187 A resolution expressing the regret of the Senate for the passage of discriminatory laws against the Chinese in America, including the Chinese Exclusion Act. 112-sres-201 2011-10-06 Amendment SA 737 proposed by Senator Reid for Senator Brown MA. (consideration: CR S6353; text: CR S6353) To modify the resolution. Floor   Senate
1099188 A resolution expressing the regret of the Senate for the passage of discriminatory laws against the Chinese in America, including the Chinese Exclusion Act. 112-sres-201 2011-10-06 Senate amendment proposed (on the floor): Amendment SA 737 proposed by Senator Reid for Senator Brown MA.(consideration: CR S6353; text: CR S6353) Floor   Library of Congress
1099189 A resolution expressing the regret of the Senate for the passage of discriminatory laws against the Chinese in America, including the Chinese Exclusion Act. 112-sres-201 2011-10-06 Senate amendment agreed to: Amendment SA 737 agreed to in Senate by Unanimous Consent. Floor   Library of Congress
1099190 A resolution expressing the regret of the Senate for the passage of discriminatory laws against the Chinese in America, including the Chinese Exclusion Act. 112-sres-201 2011-10-06 Senate amendment submitted Floor   Library of Congress
1099184 A resolution expressing the regret of the Senate for the passage of discriminatory laws against the Chinese in America, including the Chinese Exclusion Act. 112-sres-201 2011-05-26 Referred to the Committee on the Judiciary. (text of measure as introduced: CR S3451-3453) IntroReferral   Senate
1099185 A resolution expressing the regret of the Senate for the passage of discriminatory laws against the Chinese in America, including the Chinese Exclusion Act. 112-sres-201 2011-05-26 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 559.967ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API