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

9 rows where bill_id = "105-s-1981" 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
454417 Truth in Employment Act 105-s-1981 1998-09-14 Cloture motion to proceed not invoked in Senate by Yea-Nay Vote. 52-42. Record Vote No: 266. (consideration: CR S10309) Floor   Senate
454418 Truth in Employment Act 105-s-1981 1998-09-14 Motion to proceed considered in Senate. (consideration: CR S10270-10283, S10304-10309) Floor   Senate
454419 Truth in Employment Act 105-s-1981 1998-09-10 Motion to proceed to consideration of measure withdrawn in Senate. (consideration: CR S10221) Floor   Senate
454420 Truth in Employment Act 105-s-1981 1998-09-10 Cloture motion on the motion to proceed presented in Senate. (consideration: CR S10221) Floor   Senate
454421 Truth in Employment Act 105-s-1981 1998-09-10 Motion to proceed to consideration of measure made in Senate. (consideration: CR S10221) Floor   Senate
454422 Truth in Employment Act 105-s-1981 1998-04-24 Read the second time. Placed on Senate Legislative Calendar under General Orders. Calendar No. 344. Calendars   Senate
454423 Truth in Employment Act 105-s-1981 1998-04-23 Introduced in the Senate. Read the first time. Placed on Senate Legislative Calendar under Read the First Time. Calendars   Senate
454424 Truth in Employment Act 105-s-1981 1998-04-23 Sponsor introductory remarks on measure. (CR S3543-3544) IntroReferral   Library of Congress
454425 Truth in Employment Act 105-s-1981 1998-04-23 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 99.158ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API