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

11 rows where bill_id = "119-s-861" 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
1714498 Disaster Assistance Simplification Act 119-s-861 2025-12-17 Held at the desk. Floor   House floor actions
1714499 Disaster Assistance Simplification Act 119-s-861 2025-12-17 Received in the House. Floor   House floor actions
1714500 Disaster Assistance Simplification Act 119-s-861 2025-12-17 Message on Senate action sent to the House. Floor   Senate
1714501 Disaster Assistance Simplification Act 119-s-861 2025-12-16 Passed Senate without amendment by Unanimous Consent. (consideration: CR S8763-8764; text: CR S8763-8764) Floor   Senate
1714502 Disaster Assistance Simplification Act 119-s-861 2025-12-16 Passed/agreed to in Senate: Passed Senate without amendment by Unanimous Consent. Floor   Library of Congress
1714503 Disaster Assistance Simplification Act 119-s-861 2025-11-07 Placed on Senate Legislative Calendar under General Orders. Calendar No. 264. Calendars   Senate
1714504 Disaster Assistance Simplification Act 119-s-861 2025-11-07 Committee on Homeland Security and Governmental Affairs. Reported by Senator Paul without amendment. Without written report. Committee   Senate
1714505 Disaster Assistance Simplification Act 119-s-861 2025-11-07 Committee on Homeland Security and Governmental Affairs. Reported by Senator Paul without amendment. Without written report. Committee   Library of Congress
1714506 Disaster Assistance Simplification Act 119-s-861 2025-07-30 Committee on Homeland Security and Governmental Affairs. Ordered to be reported without amendment favorably. Committee   Senate
1714507 Disaster Assistance Simplification Act 119-s-861 2025-03-05 Read twice and referred to the Committee on Homeland Security and Governmental Affairs. IntroReferral   Senate
1714508 Disaster Assistance Simplification Act 119-s-861 2025-03-05 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 659.487ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API