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

6 rows where bill_id = "98-s-2722" 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
2222954 National School Lunch and Child Nutrition Programs Reauthorization Act of 1984 98-s-2722 1984-10-02 See H.J.Res.648. Committee   House committee actions
2222955 National School Lunch and Child Nutrition Programs Reauthorization Act of 1984 98-s-2722 1984-05-25 Placed on Senate Legislative Calendar under General Orders. Calendar No. 933. Calendars   Senate
2222956 National School Lunch and Child Nutrition Programs Reauthorization Act of 1984 98-s-2722 1984-05-25 Committee on Agriculture. Original measure reported to Senate by Senator Helms under the authority of the order of May 11, 84. With written report No. 98-489. Additional views filed. Committee   Senate
2222957 National School Lunch and Child Nutrition Programs Reauthorization Act of 1984 98-s-2722 1984-05-25 Committee on Agriculture. Original measure reported to Senate by Senator Helms under the authority of the order of May 11, 84. With written report No. 98-489. Additional views filed. Committee   Library of Congress
2222958 National School Lunch and Child Nutrition Programs Reauthorization Act of 1984 98-s-2722 1984-05-25 Introduced in Senate IntroReferral   Library of Congress
2222959 National School Lunch and Child Nutrition Programs Reauthorization Act of 1984 98-s-2722 1984-05-16 Committee on Agriculture ordered to be reported an original measure in lieu of S.1913, S.1994, S.2545, S.2599. Committee   Senate

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.582ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API