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

12 rows where bill_id = "99-s-2417" 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
2303370 Aviation Safety Commission Act of 1986 99-s-2417 1986-10-17 H.J.RES. 738 passed in Senate relating to this measure. Floor   Senate
2303371 Aviation Safety Commission Act of 1986 99-s-2417 1986-09-29 Referred to Subcommittee on Aviation. Committee   House committee actions
2303372 Aviation Safety Commission Act of 1986 99-s-2417 1986-09-16 Referred to House Committee on Public Works and Transportation. IntroReferral   House floor actions
2303373 Aviation Safety Commission Act of 1986 99-s-2417 1986-09-11 Passed Senate with an amendment by Voice Vote. Floor   Senate
2303374 Aviation Safety Commission Act of 1986 99-s-2417 1986-09-11 Passed/agreed to in Senate: Passed Senate with an amendment by Voice Vote. Floor   Library of Congress
2303375 Aviation Safety Commission Act of 1986 99-s-2417 1986-09-03 Placed on Senate Legislative Calendar under General Orders. Calendar No. 880. Calendars   Senate
2303376 Aviation Safety Commission Act of 1986 99-s-2417 1986-09-03 Committee on Commerce. Reported to Senate by Senator Danforth under the authority of the order of Aug 16, 86 with an amendment in the nature of a substitute. With written report No. 99-429. Committee   Senate
2303377 Aviation Safety Commission Act of 1986 99-s-2417 1986-09-03 Committee on Commerce. Reported to Senate by Senator Danforth under the authority of the order of Aug 16, 86 with an amendment in the nature of a substitute. With written report No. 99-429. Committee   Library of Congress
2303378 Aviation Safety Commission Act of 1986 99-s-2417 1986-08-07 Committee on Commerce. Ordered to be reported with an amendment in the nature of a substitute favorably. Committee   Senate
2303379 Aviation Safety Commission Act of 1986 99-s-2417 1986-07-17 Subcommittee on Aviation. Hearings held. Committee   Senate
2303380 Aviation Safety Commission Act of 1986 99-s-2417 1986-05-07 Read twice and referred to the Committee on Commerce. IntroReferral   Senate
2303381 Aviation Safety Commission Act of 1986 99-s-2417 1986-05-07 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 5.547ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API