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

14 rows where bill_id = "97-sjres-29" 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
2154749 A joint resolution to authorize and request the President to issue a proclamation designating the calendar week beginning with the first Sunday in June of each year as "National Garden Week". 97-sjres-29 1982-12-21 Passed House (Amended) by Voice Vote. Floor   House floor actions
2154750 A joint resolution to authorize and request the President to issue a proclamation designating the calendar week beginning with the first Sunday in June of each year as "National Garden Week". 97-sjres-29 1982-12-21 Passed/agreed to in House: Passed House (Amended) by Voice Vote. Floor   Library of Congress
2154751 A joint resolution to authorize and request the President to issue a proclamation designating the calendar week beginning with the first Sunday in June of each year as "National Garden Week". 97-sjres-29 1982-12-21 Called up by House by Unanimous Consent. Floor   House floor actions
2154752 A joint resolution to authorize and request the President to issue a proclamation designating the calendar week beginning with the first Sunday in June of each year as "National Garden Week". 97-sjres-29 1982-12-21 House Committee on Post Office and Civil Service Discharged by Unanimous Consent. Discharge   House floor actions
2154753 A joint resolution to authorize and request the President to issue a proclamation designating the calendar week beginning with the first Sunday in June of each year as "National Garden Week". 97-sjres-29 1982-12-21 House Committee on Post Office and Civil Service Discharged by Unanimous Consent. Committee   Library of Congress
2154754 A joint resolution to authorize and request the President to issue a proclamation designating the calendar week beginning with the first Sunday in June of each year as "National Garden Week". 97-sjres-29 1982-03-08 Referred to House Committee on Post Office and Civil Service. IntroReferral   House floor actions
2154755 A joint resolution to authorize and request the President to issue a proclamation designating the calendar week beginning with the first Sunday in June of each year as "National Garden Week". 97-sjres-29 1982-03-04 Passed Senate with an amendment and an amendment to the Title and with a preamble by Voice Vote. Floor   Senate
2154756 A joint resolution to authorize and request the President to issue a proclamation designating the calendar week beginning with the first Sunday in June of each year as "National Garden Week". 97-sjres-29 1982-03-04 Passed/agreed to in Senate: Passed Senate with an amendment and an amendment to the Title and with a preamble by Voice Vote. Floor   Library of Congress
2154757 A joint resolution to authorize and request the President to issue a proclamation designating the calendar week beginning with the first Sunday in June of each year as "National Garden Week". 97-sjres-29 1982-03-02 Placed on Senate Legislative Calendar under Regular Orders. Calendar No. 447. Calendars   Senate
2154758 A joint resolution to authorize and request the President to issue a proclamation designating the calendar week beginning with the first Sunday in June of each year as "National Garden Week". 97-sjres-29 1982-03-02 Committee on Judiciary. Reported to Senate by Senator Mathias for Senator Thurmond with an amendment and an amendment to the title and with a preamble. Without written report. Committee   Senate
2154759 A joint resolution to authorize and request the President to issue a proclamation designating the calendar week beginning with the first Sunday in June of each year as "National Garden Week". 97-sjres-29 1982-03-02 Committee on Judiciary. Reported to Senate by Senator Mathias for Senator Thurmond with an amendment and an amendment to the title and with a preamble. Without written report. Committee   Library of Congress
2154760 A joint resolution to authorize and request the President to issue a proclamation designating the calendar week beginning with the first Sunday in June of each year as "National Garden Week". 97-sjres-29 1982-03-02 Committee on Judiciary. Ordered to be reported with an amendment favorably. Committee   Senate
2154761 A joint resolution to authorize and request the President to issue a proclamation designating the calendar week beginning with the first Sunday in June of each year as "National Garden Week". 97-sjres-29 1981-02-06 Read second time and referred to Senate Committee on Judiciary. IntroReferral   Senate
2154762 A joint resolution to authorize and request the President to issue a proclamation designating the calendar week beginning with the first Sunday in June of each year as "National Garden Week". 97-sjres-29 1981-02-06 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 7.288ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API