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

11 rows where bill_id = "102-hres-596" 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
236234 Providing for the consideration of the bill (H.R. 2321) to establish the Dayton Aviation Heritage National Historical Park in the State of Ohio, and for other purposes. 102-hres-596 1992-10-04 Motion to reconsider laid on the table Agreed to without objection. Floor   House floor actions
236235 Providing for the consideration of the bill (H.R. 2321) to establish the Dayton Aviation Heritage National Historical Park in the State of Ohio, and for other purposes. 102-hres-596 1992-10-04 On agreeing to the resolution Agreed to by voice vote. Floor   House floor actions
236236 Providing for the consideration of the bill (H.R. 2321) to establish the Dayton Aviation Heritage National Historical Park in the State of Ohio, and for other purposes. 102-hres-596 1992-10-04 Passed/agreed to in House: On agreeing to the resolution Agreed to by voice vote. Floor   Library of Congress
236237 Providing for the consideration of the bill (H.R. 2321) to establish the Dayton Aviation Heritage National Historical Park in the State of Ohio, and for other purposes. 102-hres-596 1992-10-04 The previous question was ordered without objection. Floor   House floor actions
236238 Providing for the consideration of the bill (H.R. 2321) to establish the Dayton Aviation Heritage National Historical Park in the State of Ohio, and for other purposes. 102-hres-596 1992-10-04 DEBATE - The House proceeded with one hour of debate. Floor   House floor actions
236239 Providing for the consideration of the bill (H.R. 2321) to establish the Dayton Aviation Heritage National Historical Park in the State of Ohio, and for other purposes. 102-hres-596 1992-10-04 Considered as privileged matter. Floor   House floor actions
236240 Providing for the consideration of the bill (H.R. 2321) to establish the Dayton Aviation Heritage National Historical Park in the State of Ohio, and for other purposes. 102-hres-596 1992-10-03 Placed on the House Calendar, Calendar No. 229. Calendars   House floor actions
236241 Providing for the consideration of the bill (H.R. 2321) to establish the Dayton Aviation Heritage National Historical Park in the State of Ohio, and for other purposes. 102-hres-596 1992-10-03 The House Committee on Rules reported an original measure, H. Rept. 102-988, by Mr. Hall (OH). Committee   House floor actions
236242 Providing for the consideration of the bill (H.R. 2321) to establish the Dayton Aviation Heritage National Historical Park in the State of Ohio, and for other purposes. 102-hres-596 1992-10-03 The House Committee on Rules reported an original measure, H. Rept. 102-988, by Mr. Hall (OH). Committee   Library of Congress
236243 Providing for the consideration of the bill (H.R. 2321) to establish the Dayton Aviation Heritage National Historical Park in the State of Ohio, and for other purposes. 102-hres-596 1992-10-03 Rule provides for consideration of H.R. 2321. Upon the adoption of this resolution, the bill H.R. 2321 shall be taken from the Speaker's table, and the Senate amendments thereto shall be deemed adopted. Floor   House floor actions
236244 Providing for the consideration of the bill (H.R. 2321) to establish the Dayton Aviation Heritage National Historical Park in the State of Ohio, and for other purposes. 102-hres-596 1992-10-03 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 164.347ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API