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

5 rows where bill_id = "102-hres-577" sorted by action_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: action_text, action_type, action_code, action_date (date)

id bill_id action_date ▲ action_text action_type chamber action_code
236034 Authorizing further postponement of proceedings on the question of agreeing to a certain motion to suspend the rules. 102-hres-577 1992-09-23 Placed on the House Calendar, Calendar No. 208. Calendars   House floor actions
236035 Authorizing further postponement of proceedings on the question of agreeing to a certain motion to suspend the rules. 102-hres-577 1992-09-23 The House Committee on Rules reported an original measure, H. Rept. 102-898, by Mr. Frost. Committee   House floor actions
236036 Authorizing further postponement of proceedings on the question of agreeing to a certain motion to suspend the rules. 102-hres-577 1992-09-23 The House Committee on Rules reported an original measure, H. Rept. 102-898, by Mr. Frost. Committee   Library of Congress
236037 Authorizing further postponement of proceedings on the question of agreeing to a certain motion to suspend the rules. 102-hres-577 1992-09-23 Upon the adoption of this resolution it shall be in order for the Speaker to designate a time or place in the legislative schedule within five legislative days after the adoption of this resolution for further consideration of proceedings postponed under clause 5(b)(1) of rule I on the question of agreeing to the motion that the House suspend the rules and pass the joint resolution H.J.Res. 512. Floor   House floor actions
236038 Authorizing further postponement of proceedings on the question of agreeing to a certain motion to suspend the rules. 102-hres-577 1992-09-23 Introduced in House 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 1074.857ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API