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 = "106-s-3205" sorted by action_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: action_date, action_type, action_code, action_date (date)

id bill_id action_date ▲ action_text action_type chamber action_code
537404 Counterterrorism Act of 2000 106-s-3205 2000-12-04 Held at the desk. Floor   House floor actions
537405 Counterterrorism Act of 2000 106-s-3205 2000-12-04 Received in the House. Floor   House floor actions
537406 Counterterrorism Act of 2000 106-s-3205 2000-12-04 Message on Senate action sent to the House. Floor   Senate
537407 Counterterrorism Act of 2000 106-s-3205 2000-11-14 Passed Senate with an amendment by Unanimous Consent. (text: CR S11541-11543) Floor   Senate
537408 Counterterrorism Act of 2000 106-s-3205 2000-11-14 Passed/agreed to in Senate: Passed Senate with an amendment by Unanimous Consent.(text: CR S11541-11543) Floor   Library of Congress
537409 Counterterrorism Act of 2000 106-s-3205 2000-11-14 Measure laid before Senate by unanimous consent. Floor   Senate
537410 Counterterrorism Act of 2000 106-s-3205 2000-11-14 Senate Committee on the Judiciary discharged by Unanimous Consent. (consideration: CR S11538-11544) Discharge   Senate
537411 Counterterrorism Act of 2000 106-s-3205 2000-11-14 Senate Committee on the Judiciary discharged by Unanimous Consent.(consideration: CR S11538-11544) Committee   Library of Congress
537412 Counterterrorism Act of 2000 106-s-3205 2000-10-25 Sponsor introductory remarks on measure. (CR S10958-10960) IntroReferral   Library of Congress
537413 Counterterrorism Act of 2000 106-s-3205 2000-10-12 Read twice and referred to the Committee on the Judiciary. IntroReferral   Senate
537414 Counterterrorism Act of 2000 106-s-3205 2000-10-12 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 59.763ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API