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

17 rows where bill_id = "97-hconres-384" 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
2075343 A concurrent resolution expressing the sense of the Congress that the United States should maintain Federal involvement in, and support for, the child nutrition programs, and for other purposes. 97-hconres-384 1982-09-29 Received in the Senate and referred to the Committee on Agriculture. IntroReferral   Senate
2075344 A concurrent resolution expressing the sense of the Congress that the United States should maintain Federal involvement in, and support for, the child nutrition programs, and for other purposes. 97-hconres-384 1982-09-29 Resolution Agreed to in House (Amended) by Voice Vote. Floor   House floor actions
2075345 A concurrent resolution expressing the sense of the Congress that the United States should maintain Federal involvement in, and support for, the child nutrition programs, and for other purposes. 97-hconres-384 1982-09-29 Passed/agreed to in House: Resolution Agreed to in House (Amended) by Voice Vote. Floor   Library of Congress
2075346 A concurrent resolution expressing the sense of the Congress that the United States should maintain Federal involvement in, and support for, the child nutrition programs, and for other purposes. 97-hconres-384 1982-09-29 Called up by House Under Suspension of Rules. Floor   House floor actions
2075347 A concurrent resolution expressing the sense of the Congress that the United States should maintain Federal involvement in, and support for, the child nutrition programs, and for other purposes. 97-hconres-384 1982-09-24 Reported to House (Amended) by House Committee on Education and Labor. Report No: 97-870 (Part I). Committee   House floor actions
2075348 A concurrent resolution expressing the sense of the Congress that the United States should maintain Federal involvement in, and support for, the child nutrition programs, and for other purposes. 97-hconres-384 1982-09-24 Reported to House (Amended) by House Committee on Education and Labor. Report No: 97-870 (Part I). Committee   Library of Congress
2075349 A concurrent resolution expressing the sense of the Congress that the United States should maintain Federal involvement in, and support for, the child nutrition programs, and for other purposes. 97-hconres-384 1982-09-23 Ordered to be Reported (Amended). Committee   House committee actions
2075350 A concurrent resolution expressing the sense of the Congress that the United States should maintain Federal involvement in, and support for, the child nutrition programs, and for other purposes. 97-hconres-384 1982-09-23 Committee Consideration and Mark-up Session Held. Committee   House committee actions
2075351 A concurrent resolution expressing the sense of the Congress that the United States should maintain Federal involvement in, and support for, the child nutrition programs, and for other purposes. 97-hconres-384 1982-09-22 Forwarded by Subcommittee to Full Committee. Committee   House committee actions
2075352 A concurrent resolution expressing the sense of the Congress that the United States should maintain Federal involvement in, and support for, the child nutrition programs, and for other purposes. 97-hconres-384 1982-09-22 Subcommittee Consideration and Mark-up Session Held. Committee   House committee actions
2075353 A concurrent resolution expressing the sense of the Congress that the United States should maintain Federal involvement in, and support for, the child nutrition programs, and for other purposes. 97-hconres-384 1982-09-22 Subcommittee Hearings Held. Committee   House committee actions
2075354 A concurrent resolution expressing the sense of the Congress that the United States should maintain Federal involvement in, and support for, the child nutrition programs, and for other purposes. 97-hconres-384 1982-09-21 Subcommittee Hearings Held. Committee   House committee actions
2075355 A concurrent resolution expressing the sense of the Congress that the United States should maintain Federal involvement in, and support for, the child nutrition programs, and for other purposes. 97-hconres-384 1982-08-13 Referred to Subcommittee on Elementary, Secondary and Vocational Education. Committee   House committee actions
2075356 A concurrent resolution expressing the sense of the Congress that the United States should maintain Federal involvement in, and support for, the child nutrition programs, and for other purposes. 97-hconres-384 1982-07-23 Referred to House Committee on Education and Labor. IntroReferral   House floor actions
2075357 A concurrent resolution expressing the sense of the Congress that the United States should maintain Federal involvement in, and support for, the child nutrition programs, and for other purposes. 97-hconres-384 1982-07-23 Referred to House Committee on Agriculture. IntroReferral   House floor actions
2075358 A concurrent resolution expressing the sense of the Congress that the United States should maintain Federal involvement in, and support for, the child nutrition programs, and for other purposes. 97-hconres-384 1982-07-23 Introduced in House IntroReferral   Library of Congress
2075359 A concurrent resolution expressing the sense of the Congress that the United States should maintain Federal involvement in, and support for, the child nutrition programs, and for other purposes. 97-hconres-384 1982-07-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 108.125ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API