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-sjres-2" 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
1439948 A joint resolution disapproving the President's proposal to take an action relating to the application of certain sanctions with respect to the Russian Federation. 116-sjres-2 2019-01-16 Returned to the Calendar. Calendar No. 13. Floor   Senate
1439949 A joint resolution disapproving the President's proposal to take an action relating to the application of certain sanctions with respect to the Russian Federation. 116-sjres-2 2019-01-16 Cloture on the measure not invoked in Senate by Yea-Nay Vote. 57 - 42. Record Vote Number: 6. (CR S247) Floor   Senate
1439950 A joint resolution disapproving the President's proposal to take an action relating to the application of certain sanctions with respect to the Russian Federation. 116-sjres-2 2019-01-16 Considered by Senate. (consideration: CR S233-247) Floor   Senate
1439961 A joint resolution disapproving the President's proposal to take an action relating to the application of certain sanctions with respect to the Russian Federation. 116-sjres-2 2019-01-16 Senate amendment submitted Floor   Library of Congress
1439951 A joint resolution disapproving the President's proposal to take an action relating to the application of certain sanctions with respect to the Russian Federation. 116-sjres-2 2019-01-15 Cloture motion on the measure presented in Senate. (CR S208) Floor   Senate
1439952 A joint resolution disapproving the President's proposal to take an action relating to the application of certain sanctions with respect to the Russian Federation. 116-sjres-2 2019-01-15 Measure laid before Senate by motion. (consideration: CR S202-208) Floor   Senate
1439953 A joint resolution disapproving the President's proposal to take an action relating to the application of certain sanctions with respect to the Russian Federation. 116-sjres-2 2019-01-15 Motion to proceed to consideration of measure agreed to in Senate by Yea-Nay Vote. 57 - 42. Record Vote Number: 5. Floor   Senate
1439954 A joint resolution disapproving the President's proposal to take an action relating to the application of certain sanctions with respect to the Russian Federation. 116-sjres-2 2019-01-15 Motion to table the motion to proceed to the measure rejected in Senate by Yea-Nay Vote. 42 - 57. Record Vote Number: 4. Floor   Senate
1439955 A joint resolution disapproving the President's proposal to take an action relating to the application of certain sanctions with respect to the Russian Federation. 116-sjres-2 2019-01-15 Motion to proceed to consideration of measure made in Senate. (CR S201) Floor   Senate
1439956 A joint resolution disapproving the President's proposal to take an action relating to the application of certain sanctions with respect to the Russian Federation. 116-sjres-2 2019-01-15 Placed on Senate Legislative Calendar under General Orders. Calendar No. 13. Calendars   Senate
1439957 A joint resolution disapproving the President's proposal to take an action relating to the application of certain sanctions with respect to the Russian Federation. 116-sjres-2 2019-01-15 Senate Committee on Banking, Housing, and Urban Affairs discharged pursuant to section 216(c)(5)(B) of Public Law 115-44. Discharge   Senate
1439958 A joint resolution disapproving the President's proposal to take an action relating to the application of certain sanctions with respect to the Russian Federation. 116-sjres-2 2019-01-15 Senate Committee on Banking, Housing, and Urban Affairs discharged pursuant to section 216(c)(5)(B) of Public Law 115-44. Committee   Library of Congress
1439959 A joint resolution disapproving the President's proposal to take an action relating to the application of certain sanctions with respect to the Russian Federation. 116-sjres-2 2019-01-04 Read twice and referred to the Committee on Banking, Housing, and Urban Affairs. (Sponsor introductory remarks on measure: CR S27-28; text: CR S30) IntroReferral   Senate
1439960 A joint resolution disapproving the President's proposal to take an action relating to the application of certain sanctions with respect to the Russian Federation. 116-sjres-2 2019-01-04 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 2188.841ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API