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

7 rows where bill_id = "100-hres-554" 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
56218 A resolution providing for a motion to recede and concur in Senate amendment numbered 119 to the bill (H. R. 4637) making appropriations for foreign operations, export financing, and related programs for the fiscal year ending September 30, 1989, and for other purposes, with an amendment. 100-hres-554 1988-09-29 Resolution Agreed to in House by Yea-Nay Vote: 303 - 84 (Record Vote No: 366). Floor   House floor actions
56219 A resolution providing for a motion to recede and concur in Senate amendment numbered 119 to the bill (H. R. 4637) making appropriations for foreign operations, export financing, and related programs for the fiscal year ending September 30, 1989, and for other purposes, with an amendment. 100-hres-554 1988-09-29 Passed/agreed to in House: Resolution Agreed to in House by Yea-Nay Vote: 303 - 84 (Record Vote No: 366). Floor   Library of Congress
56220 A resolution providing for a motion to recede and concur in Senate amendment numbered 119 to the bill (H. R. 4637) making appropriations for foreign operations, export financing, and related programs for the fiscal year ending September 30, 1989, and for other purposes, with an amendment. 100-hres-554 1988-09-29 Called up by House as Privileged Matter. Floor   House floor actions
56221 A resolution providing for a motion to recede and concur in Senate amendment numbered 119 to the bill (H. R. 4637) making appropriations for foreign operations, export financing, and related programs for the fiscal year ending September 30, 1989, and for other purposes, with an amendment. 100-hres-554 1988-09-28 Placed on House Calendar No: 222. Calendars   House floor actions
56222 A resolution providing for a motion to recede and concur in Senate amendment numbered 119 to the bill (H. R. 4637) making appropriations for foreign operations, export financing, and related programs for the fiscal year ending September 30, 1989, and for other purposes, with an amendment. 100-hres-554 1988-09-28 House Committee on Rules Reported an Original Measure. Report No: 100-996. Committee   House floor actions
56223 A resolution providing for a motion to recede and concur in Senate amendment numbered 119 to the bill (H. R. 4637) making appropriations for foreign operations, export financing, and related programs for the fiscal year ending September 30, 1989, and for other purposes, with an amendment. 100-hres-554 1988-09-28 House Committee on Rules Reported an Original Measure. Report No: 100-996. Committee   Library of Congress
56224 A resolution providing for a motion to recede and concur in Senate amendment numbered 119 to the bill (H. R. 4637) making appropriations for foreign operations, export financing, and related programs for the fiscal year ending September 30, 1989, and for other purposes, with an amendment. 100-hres-554 1988-09-28 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 927.899ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API