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

18 rows where bill_id = "101-s-3156" 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
158241 A bill to correct a clerical error in Public Law 101-383. 101-s-3156 1990-11-14 Became Public Law No: 101-548. President   House floor actions
158242 A bill to correct a clerical error in Public Law 101-383. 101-s-3156 1990-11-14 Became Public Law No: 101-548. BecameLaw   Library of Congress
158243 A bill to correct a clerical error in Public Law 101-383. 101-s-3156 1990-11-14 Signed by President. President   House floor actions
158244 A bill to correct a clerical error in Public Law 101-383. 101-s-3156 1990-11-14 Signed by President. BecameLaw   Library of Congress
158245 A bill to correct a clerical error in Public Law 101-383. 101-s-3156 1990-11-09 Presented to President. Floor   House floor actions
158246 A bill to correct a clerical error in Public Law 101-383. 101-s-3156 1990-11-09 Presented to President. President   Library of Congress
158247 A bill to correct a clerical error in Public Law 101-383. 101-s-3156 1990-11-09 Measure Signed in Senate. Floor   Senate
158248 A bill to correct a clerical error in Public Law 101-383. 101-s-3156 1990-10-27 Motion to reconsider laid on the table Agreed to without objection. Floor   House floor actions
158249 A bill to correct a clerical error in Public Law 101-383. 101-s-3156 1990-10-27 On passage Passed without objection. Floor   House floor actions
158250 A bill to correct a clerical error in Public Law 101-383. 101-s-3156 1990-10-27 Passed/agreed to in House: On passage Passed without objection. Floor   Library of Congress
158251 A bill to correct a clerical error in Public Law 101-383. 101-s-3156 1990-10-26 Considered by unanimous consent. Floor   House floor actions
158252 A bill to correct a clerical error in Public Law 101-383. 101-s-3156 1990-10-26 Mr. Sharp asked unanimous consent to take from the Speaker's table and consider. Floor   House floor actions
158253 A bill to correct a clerical error in Public Law 101-383. 101-s-3156 1990-10-04 Message on Senate action sent to the House. Floor   Senate
158254 A bill to correct a clerical error in Public Law 101-383. 101-s-3156 1990-10-04 Held at the desk. Floor   House floor actions
158255 A bill to correct a clerical error in Public Law 101-383. 101-s-3156 1990-10-04 Received in the House. Floor   House floor actions
158256 A bill to correct a clerical error in Public Law 101-383. 101-s-3156 1990-10-03 Introduced in the Senate, read twice, considered, read the third time, and passed without amendment by Voice Vote. Floor   Senate
158257 A bill to correct a clerical error in Public Law 101-383. 101-s-3156 1990-10-03 Passed/agreed to in Senate: Introduced in the Senate, read twice, considered, read the third time, and passed without amendment by Voice Vote. Floor   Library of Congress
158258 A bill to correct a clerical error in Public Law 101-383. 101-s-3156 1990-10-03 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 9.228ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API