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

9 rows where bill_id = "98-hconres-282" 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
2159437 A concurrent resolution revising the congressional budget for the United States Government for the fiscal year 1984 and setting forth the congressional budget for the United States Government for the fiscal years 1985, 1986, and 1987. 98-hconres-282 1984-04-05 Laid on Table in House by Unanimous Consent. Floor   House floor actions
2159438 A concurrent resolution revising the congressional budget for the United States Government for the fiscal year 1984 and setting forth the congressional budget for the United States Government for the fiscal years 1985, 1986, and 1987. 98-hconres-282 1984-04-03 Placed on Union Calendar No: 369. Calendars   House floor actions
2159439 A concurrent resolution revising the congressional budget for the United States Government for the fiscal year 1984 and setting forth the congressional budget for the United States Government for the fiscal years 1985, 1986, and 1987. 98-hconres-282 1984-04-03 Reported to House by House Committee on Rules. Report No: 98-645 (Part II). Committee   House floor actions
2159440 A concurrent resolution revising the congressional budget for the United States Government for the fiscal year 1984 and setting forth the congressional budget for the United States Government for the fiscal years 1985, 1986, and 1987. 98-hconres-282 1984-04-03 Reported to House by House Committee on Rules. Report No: 98-645 (Part II). Committee   Library of Congress
2159441 A concurrent resolution revising the congressional budget for the United States Government for the fiscal year 1984 and setting forth the congressional budget for the United States Government for the fiscal years 1985, 1986, and 1987. 98-hconres-282 1984-04-03 Ordered to be Reported. Committee   House committee actions
2159442 A concurrent resolution revising the congressional budget for the United States Government for the fiscal year 1984 and setting forth the congressional budget for the United States Government for the fiscal years 1985, 1986, and 1987. 98-hconres-282 1984-03-31 Referred to House Committee on Rules Sequentially, for a Period Ending not Later than Apr 3, 84. IntroReferral   House floor actions
2159443 A concurrent resolution revising the congressional budget for the United States Government for the fiscal year 1984 and setting forth the congressional budget for the United States Government for the fiscal years 1985, 1986, and 1987. 98-hconres-282 1984-03-31 House Committee on The Budget Reported an Original Measure. Report No: 98-645 (Part I). Committee   House floor actions
2159444 A concurrent resolution revising the congressional budget for the United States Government for the fiscal year 1984 and setting forth the congressional budget for the United States Government for the fiscal years 1985, 1986, and 1987. 98-hconres-282 1984-03-31 House Committee on The Budget Reported an Original Measure. Report No: 98-645 (Part I). Committee   Library of Congress
2159445 A concurrent resolution revising the congressional budget for the United States Government for the fiscal year 1984 and setting forth the congressional budget for the United States Government for the fiscal years 1985, 1986, and 1987. 98-hconres-282 1984-03-31 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 6.729ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API