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 = "113-s-982" 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
1170349 Freedom to Fish Act 113-s-982 2013-06-03 Became Public Law No: 113-13. President   House floor actions
1170350 Freedom to Fish Act 113-s-982 2013-06-03 Became Public Law No: 113-13. BecameLaw   Library of Congress
1170351 Freedom to Fish Act 113-s-982 2013-06-03 Signed by President. President   House floor actions
1170352 Freedom to Fish Act 113-s-982 2013-06-03 Signed by President. BecameLaw   Library of Congress
1170353 Freedom to Fish Act 113-s-982 2013-05-22 Presented to President. Floor   House floor actions
1170354 Freedom to Fish Act 113-s-982 2013-05-22 Presented to President. President   Library of Congress
1170355 Freedom to Fish Act 113-s-982 2013-05-21 Motion to reconsider laid on the table Agreed to without objection. Floor   House floor actions
1170356 Freedom to Fish Act 113-s-982 2013-05-21 On motion to suspend the rules and pass the bill Agreed to by voice vote. (text: CR H2825) Floor   House floor actions
1170357 Freedom to Fish Act 113-s-982 2013-05-21 Passed/agreed to in House: On motion to suspend the rules and pass the bill Agreed to by voice vote.(text: CR H2825) Floor   Library of Congress
1170358 Freedom to Fish Act 113-s-982 2013-05-21 DEBATE - The House proceeded with forty minutes of debate on S. 982. Floor   House floor actions
1170359 Freedom to Fish Act 113-s-982 2013-05-21 Considered under suspension of the rules. (consideration: CR H2825-2827) Floor   House floor actions
1170360 Freedom to Fish Act 113-s-982 2013-05-21 Mr. Shuster moved to suspend the rules and pass the bill. Floor   House floor actions
1170361 Freedom to Fish Act 113-s-982 2013-05-20 Held at the desk. Floor   House floor actions
1170362 Freedom to Fish Act 113-s-982 2013-05-20 Received in the House. Floor   House floor actions
1170363 Freedom to Fish Act 113-s-982 2013-05-20 Message on Senate action sent to the House. Floor   Senate
1170364 Freedom to Fish Act 113-s-982 2013-05-16 Introduced in the Senate, read twice, considered, read the third time, and passed without amendment by Unanimous Consent. (consideration: CR S3584-3585; text as passed Senate: CR S3585) Floor   Senate
1170365 Freedom to Fish Act 113-s-982 2013-05-16 Passed/agreed to in Senate: Introduced in the Senate, read twice, considered, read the third time, and passed without amendment by Unanimous Consent.(consideration: CR S3584-3585; text as passed Senate: CR S3585) Floor   Library of Congress
1170366 Freedom to Fish Act 113-s-982 2013-05-16 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 6.494ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API