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

7 rows where bill_id = "116-s-2582" 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
1428111 An original bill making appropriations for the Department of Homeland Security for the fiscal year ending September 30, 2020, and for other purposes. 116-s-2582 2019-09-26 Placed on Senate Legislative Calendar under General Orders. Calendar No. 229. Calendars   Senate
1428112 An original bill making appropriations for the Department of Homeland Security for the fiscal year ending September 30, 2020, and for other purposes. 116-s-2582 2019-09-26 Committee on Appropriations. Original measure reported to Senate by Senator Capito. With written report No. 116-125. Committee   Senate
1428113 An original bill making appropriations for the Department of Homeland Security for the fiscal year ending September 30, 2020, and for other purposes. 116-s-2582 2019-09-26 Committee on Appropriations. Original measure reported to Senate by Senator Capito. With written report No. 116-125. Committee   Library of Congress
1428114 An original bill making appropriations for the Department of Homeland Security for the fiscal year ending September 30, 2020, and for other purposes. 116-s-2582 2019-09-26 Introduced in Senate IntroReferral   Library of Congress
1428115 An original bill making appropriations for the Department of Homeland Security for the fiscal year ending September 30, 2020, and for other purposes. 116-s-2582 2019-05-02 Subcommittee on Homeland Security. Hearings held on the subject prior to the subcommittee ordering to be reported an original measure. With printed Hearing: S.Hrg. 116-491. Committee   Senate
1428116 An original bill making appropriations for the Department of Homeland Security for the fiscal year ending September 30, 2020, and for other purposes. 116-s-2582 2019-04-03 Subcommittee on Homeland Security. Hearings held on the subject prior to the subcommittee ordering to be reported an original measure. With printed Hearing: S.Hrg. 116-491. Committee   Senate
1428117 An original bill making appropriations for the Department of Homeland Security for the fiscal year ending September 30, 2020, and for other purposes. 116-s-2582 2019-03-28 Subcommittee on Homeland Security. Hearings held on the subject prior to the subcommittee ordering to be reported an original measure. With printed Hearing: S.Hrg. 116-491. Committee   Senate

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 391.593ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API