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

22 rows where bill_id = "97-sjres-98" 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
2155389 A joint resolution to authorize and request the President to issue a proclamation designating October 16, 1981, as "World Food Day". 97-sjres-98 1981-10-14 Became Public Law No: 97-61. President   House floor actions
2155390 A joint resolution to authorize and request the President to issue a proclamation designating October 16, 1981, as "World Food Day". 97-sjres-98 1981-10-14 Became Public Law No: 97-61. BecameLaw   Library of Congress
2155391 A joint resolution to authorize and request the President to issue a proclamation designating October 16, 1981, as "World Food Day". 97-sjres-98 1981-10-14 Signed by President. President   House floor actions
2155392 A joint resolution to authorize and request the President to issue a proclamation designating October 16, 1981, as "World Food Day". 97-sjres-98 1981-10-14 Signed by President. BecameLaw   Library of Congress
2155393 A joint resolution to authorize and request the President to issue a proclamation designating October 16, 1981, as "World Food Day". 97-sjres-98 1981-10-05 Presented to President. Floor   House floor actions
2155394 A joint resolution to authorize and request the President to issue a proclamation designating October 16, 1981, as "World Food Day". 97-sjres-98 1981-10-05 Presented to President. President   Library of Congress
2155395 A joint resolution to authorize and request the President to issue a proclamation designating October 16, 1981, as "World Food Day". 97-sjres-98 1981-10-05 Measure Signed in Senate. Floor   Senate
2155396 A joint resolution to authorize and request the President to issue a proclamation designating October 16, 1981, as "World Food Day". 97-sjres-98 1981-09-30 Passed House by Voice Vote. Floor   House floor actions
2155397 A joint resolution to authorize and request the President to issue a proclamation designating October 16, 1981, as "World Food Day". 97-sjres-98 1981-09-30 Passed/agreed to in House: Passed House by Voice Vote. Floor   Library of Congress
2155398 A joint resolution to authorize and request the President to issue a proclamation designating October 16, 1981, as "World Food Day". 97-sjres-98 1981-09-30 Called up by House by Unanimous Consent. Floor   House floor actions
2155399 A joint resolution to authorize and request the President to issue a proclamation designating October 16, 1981, as "World Food Day". 97-sjres-98 1981-09-30 House Committee on Post Office and Civil Service Discharged by Unanimous Consent. Discharge   House floor actions
2155400 A joint resolution to authorize and request the President to issue a proclamation designating October 16, 1981, as "World Food Day". 97-sjres-98 1981-09-30 House Committee on Post Office and Civil Service Discharged by Unanimous Consent. Committee   Library of Congress
2155401 A joint resolution to authorize and request the President to issue a proclamation designating October 16, 1981, as "World Food Day". 97-sjres-98 1981-08-11 Referred to Subcommittee on Census and Population. Committee   House committee actions
2155402 A joint resolution to authorize and request the President to issue a proclamation designating October 16, 1981, as "World Food Day". 97-sjres-98 1981-08-04 Referred to House Committee on Post Office and Civil Service. IntroReferral   House floor actions
2155403 A joint resolution to authorize and request the President to issue a proclamation designating October 16, 1981, as "World Food Day". 97-sjres-98 1981-07-31 Passed Senate without amendment and with a preamble by Voice Vote. Floor   Senate
2155404 A joint resolution to authorize and request the President to issue a proclamation designating October 16, 1981, as "World Food Day". 97-sjres-98 1981-07-31 Passed/agreed to in Senate: Passed Senate without amendment and with a preamble by Voice Vote. Floor   Library of Congress
2155405 A joint resolution to authorize and request the President to issue a proclamation designating October 16, 1981, as "World Food Day". 97-sjres-98 1981-07-30 Placed on Senate Legislative Calendar under Regular Orders. Calendar No. 245. Calendars   Senate
2155406 A joint resolution to authorize and request the President to issue a proclamation designating October 16, 1981, as "World Food Day". 97-sjres-98 1981-07-30 Committee on Judiciary. Reported to Senate by Senator Thurmond favorably without amendment and with a preamble. Without written report. Committee   Senate
2155407 A joint resolution to authorize and request the President to issue a proclamation designating October 16, 1981, as "World Food Day". 97-sjres-98 1981-07-30 Committee on Judiciary. Reported to Senate by Senator Thurmond favorably without amendment and with a preamble. Without written report. Committee   Library of Congress
2155408 A joint resolution to authorize and request the President to issue a proclamation designating October 16, 1981, as "World Food Day". 97-sjres-98 1981-07-30 Committee on Judiciary. Ordered to be reported without amendment favorably. Committee   Senate
2155409 A joint resolution to authorize and request the President to issue a proclamation designating October 16, 1981, as "World Food Day". 97-sjres-98 1981-07-15 Read second time and referred to Senate Committee on Judiciary. IntroReferral   Senate
2155410 A joint resolution to authorize and request the President to issue a proclamation designating October 16, 1981, as "World Food Day". 97-sjres-98 1981-07-15 Introduced in Senate 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 5.673ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API