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

19 rows where bill_id = "98-s-2820" 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
2219827 A bill to name the Federal Building in McAlester, Oklahoma, the "Carl Albert Federal Building". 98-s-2820 1984-08-21 Became Public Law No: 98-393. President   House floor actions
2219828 A bill to name the Federal Building in McAlester, Oklahoma, the "Carl Albert Federal Building". 98-s-2820 1984-08-21 Became Public Law No: 98-393. BecameLaw   Library of Congress
2219829 A bill to name the Federal Building in McAlester, Oklahoma, the "Carl Albert Federal Building". 98-s-2820 1984-08-21 Signed by President. President   House floor actions
2219830 A bill to name the Federal Building in McAlester, Oklahoma, the "Carl Albert Federal Building". 98-s-2820 1984-08-21 Signed by President. BecameLaw   Library of Congress
2219831 A bill to name the Federal Building in McAlester, Oklahoma, the "Carl Albert Federal Building". 98-s-2820 1984-08-14 Presented to President. Floor   House floor actions
2219832 A bill to name the Federal Building in McAlester, Oklahoma, the "Carl Albert Federal Building". 98-s-2820 1984-08-14 Presented to President. President   Library of Congress
2219833 A bill to name the Federal Building in McAlester, Oklahoma, the "Carl Albert Federal Building". 98-s-2820 1984-08-13 Measure Signed in Senate. Floor   Senate
2219834 A bill to name the Federal Building in McAlester, Oklahoma, the "Carl Albert Federal Building". 98-s-2820 1984-08-09 Passed House by Voice Vote. Floor   House floor actions
2219835 A bill to name the Federal Building in McAlester, Oklahoma, the "Carl Albert Federal Building". 98-s-2820 1984-08-09 Passed/agreed to in House: Passed House by Voice Vote. Floor   Library of Congress
2219836 A bill to name the Federal Building in McAlester, Oklahoma, the "Carl Albert Federal Building". 98-s-2820 1984-08-09 Called up by House by Unanimous Consent. Floor   House floor actions
2219837 A bill to name the Federal Building in McAlester, Oklahoma, the "Carl Albert Federal Building". 98-s-2820 1984-08-09 Passed Senate with an amendment by Voice Vote. Floor   Senate
2219838 A bill to name the Federal Building in McAlester, Oklahoma, the "Carl Albert Federal Building". 98-s-2820 1984-08-09 Passed/agreed to in Senate: Passed Senate with an amendment by Voice Vote. Floor   Library of Congress
2219839 A bill to name the Federal Building in McAlester, Oklahoma, the "Carl Albert Federal Building". 98-s-2820 1984-08-09 Measure laid before Senate by unanimous consent. Floor   Senate
2219840 A bill to name the Federal Building in McAlester, Oklahoma, the "Carl Albert Federal Building". 98-s-2820 1984-08-02 Placed on Senate Legislative Calendar under General Orders. Calendar No. 1085. Calendars   Senate
2219841 A bill to name the Federal Building in McAlester, Oklahoma, the "Carl Albert Federal Building". 98-s-2820 1984-08-02 Committee on Environment and Public Works. Reported to Senate by Senator Stafford without amendment. Without written report. Committee   Senate
2219842 A bill to name the Federal Building in McAlester, Oklahoma, the "Carl Albert Federal Building". 98-s-2820 1984-08-02 Committee on Environment and Public Works. Reported to Senate by Senator Stafford without amendment. Without written report. Committee   Library of Congress
2219843 A bill to name the Federal Building in McAlester, Oklahoma, the "Carl Albert Federal Building". 98-s-2820 1984-08-02 Committee on Environment and Public Works. Ordered to be reported without amendment favorably. Committee   Senate
2219844 A bill to name the Federal Building in McAlester, Oklahoma, the "Carl Albert Federal Building". 98-s-2820 1984-06-28 Read twice and referred to the Committee on Environment and Public Works. IntroReferral   Senate
2219845 A bill to name the Federal Building in McAlester, Oklahoma, the "Carl Albert Federal Building". 98-s-2820 1984-06-28 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 318.784ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API