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

25 rows where bill_id = "94-sjres-101" 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
1909641 A joint resolution to authorize the President to issue a proclamation designating that week in November which includes Thanksgiving Day as "National Family Week." 94-sjres-101 1976-04-19 Public law 94-270. President   House floor actions
1909642 A joint resolution to authorize the President to issue a proclamation designating that week in November which includes Thanksgiving Day as "National Family Week." 94-sjres-101 1976-04-19 Public law 94-270. BecameLaw   Library of Congress
1909643 A joint resolution to authorize the President to issue a proclamation designating that week in November which includes Thanksgiving Day as "National Family Week." 94-sjres-101 1976-04-19 Signed by President. President   House floor actions
1909644 A joint resolution to authorize the President to issue a proclamation designating that week in November which includes Thanksgiving Day as "National Family Week." 94-sjres-101 1976-04-19 Signed by President. BecameLaw   Library of Congress
1909645 A joint resolution to authorize the President to issue a proclamation designating that week in November which includes Thanksgiving Day as "National Family Week." 94-sjres-101 1976-04-09 Measure presented to President. Floor   House floor actions
1909646 A joint resolution to authorize the President to issue a proclamation designating that week in November which includes Thanksgiving Day as "National Family Week." 94-sjres-101 1976-04-09 Measure presented to President. President   Library of Congress
1909647 A joint resolution to authorize the President to issue a proclamation designating that week in November which includes Thanksgiving Day as "National Family Week." 94-sjres-101 1976-04-09 Measure enrolled in Senate. President   Senate
1909648 A joint resolution to authorize the President to issue a proclamation designating that week in November which includes Thanksgiving Day as "National Family Week." 94-sjres-101 1976-04-09 Measure enrolled in House. President   House floor actions
1909649 A joint resolution to authorize the President to issue a proclamation designating that week in November which includes Thanksgiving Day as "National Family Week." 94-sjres-101 1976-04-07 Senate agreed to House amendment. ResolvingDifferences   Senate
1909650 A joint resolution to authorize the President to issue a proclamation designating that week in November which includes Thanksgiving Day as "National Family Week." 94-sjres-101 1976-04-07 Resolving differences -- Senate actions: Senate agreed to House amendment. NotUsed   Library of Congress
1909651 A joint resolution to authorize the President to issue a proclamation designating that week in November which includes Thanksgiving Day as "National Family Week." 94-sjres-101 1976-04-05 Measure passed House, amended, roll call #166 (362-5). Floor   House floor actions
1909652 A joint resolution to authorize the President to issue a proclamation designating that week in November which includes Thanksgiving Day as "National Family Week." 94-sjres-101 1976-04-05 Passed/agreed to in House: Measure passed House, amended, roll call #166 (362-5). Floor   Library of Congress
1909653 A joint resolution to authorize the President to issue a proclamation designating that week in November which includes Thanksgiving Day as "National Family Week." 94-sjres-101 1976-04-05 Measure considered in House. Floor   House floor actions
1909654 A joint resolution to authorize the President to issue a proclamation designating that week in November which includes Thanksgiving Day as "National Family Week." 94-sjres-101 1976-04-05 Measure called up under motion to suspend rules and pass in House. Floor   House floor actions
1909655 A joint resolution to authorize the President to issue a proclamation designating that week in November which includes Thanksgiving Day as "National Family Week." 94-sjres-101 1976-03-30 Reported to House from the Committee on Post Office and Civil Service with amendment, H. Rept. 94-982. Committee   House floor actions
1909656 A joint resolution to authorize the President to issue a proclamation designating that week in November which includes Thanksgiving Day as "National Family Week." 94-sjres-101 1976-03-30 Reported to House from the Committee on Post Office and Civil Service with amendment, H. Rept. 94-982. Committee   Library of Congress
1909657 A joint resolution to authorize the President to issue a proclamation designating that week in November which includes Thanksgiving Day as "National Family Week." 94-sjres-101 1975-10-22 Referred to House Committee on Post Office and Civil Service. IntroReferral   House floor actions
1909658 A joint resolution to authorize the President to issue a proclamation designating that week in November which includes Thanksgiving Day as "National Family Week." 94-sjres-101 1975-10-20 Measure passed Senate, amended. Floor   Senate
1909659 A joint resolution to authorize the President to issue a proclamation designating that week in November which includes Thanksgiving Day as "National Family Week." 94-sjres-101 1975-10-20 Passed/agreed to in Senate: Measure passed Senate, amended. Floor   Library of Congress
1909660 A joint resolution to authorize the President to issue a proclamation designating that week in November which includes Thanksgiving Day as "National Family Week." 94-sjres-101 1975-10-20 Measure considered in Senate. Floor   Senate
1909661 A joint resolution to authorize the President to issue a proclamation designating that week in November which includes Thanksgiving Day as "National Family Week." 94-sjres-101 1975-10-20 Call of calendar in Senate. Floor   Senate
1909662 A joint resolution to authorize the President to issue a proclamation designating that week in November which includes Thanksgiving Day as "National Family Week." 94-sjres-101 1975-10-09 Reported to Senate from the Committee on the Judiciary with amendment, S. Rept. 94-427. Committee   Senate
1909663 A joint resolution to authorize the President to issue a proclamation designating that week in November which includes Thanksgiving Day as "National Family Week." 94-sjres-101 1975-10-09 Reported to Senate from the Committee on the Judiciary with amendment, S. Rept. 94-427. Committee   Library of Congress
1909664 A joint resolution to authorize the President to issue a proclamation designating that week in November which includes Thanksgiving Day as "National Family Week." 94-sjres-101 1975-06-27 Referred to Senate Committee on the Judiciary. IntroReferral   Senate
1909665 A joint resolution to authorize the President to issue a proclamation designating that week in November which includes Thanksgiving Day as "National Family Week." 94-sjres-101 1975-06-27 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 9.541ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API