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

15 rows where bill_id = "93-s-3943" 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
1805762 A bill to extend the time for using funds appropriated to carry out the Rural Environmental Assistance Program (REAP) and the Rural Environmental Conservation Program (RECP) for the fiscal years ending June 30, 1973, and June 1974. 93-s-3943 1975-01-04 Pocket vetoed by President. President   House floor actions
1805763 A bill to extend the time for using funds appropriated to carry out the Rural Environmental Assistance Program (REAP) and the Rural Environmental Conservation Program (RECP) for the fiscal years ending June 30, 1973, and June 1974. 93-s-3943 1975-01-04 Pocket vetoed by President. President   Library of Congress
1805764 A bill to extend the time for using funds appropriated to carry out the Rural Environmental Assistance Program (REAP) and the Rural Environmental Conservation Program (RECP) for the fiscal years ending June 30, 1973, and June 1974. 93-s-3943 1974-12-24 Measure presented to President. Floor   House floor actions
1805765 A bill to extend the time for using funds appropriated to carry out the Rural Environmental Assistance Program (REAP) and the Rural Environmental Conservation Program (RECP) for the fiscal years ending June 30, 1973, and June 1974. 93-s-3943 1974-12-24 Measure presented to President. President   Library of Congress
1805766 A bill to extend the time for using funds appropriated to carry out the Rural Environmental Assistance Program (REAP) and the Rural Environmental Conservation Program (RECP) for the fiscal years ending June 30, 1973, and June 1974. 93-s-3943 1974-12-19 Measure passed House. Floor   House floor actions
1805767 A bill to extend the time for using funds appropriated to carry out the Rural Environmental Assistance Program (REAP) and the Rural Environmental Conservation Program (RECP) for the fiscal years ending June 30, 1973, and June 1974. 93-s-3943 1974-12-19 Passed/agreed to in House: Measure passed House. Floor   Library of Congress
1805768 A bill to extend the time for using funds appropriated to carry out the Rural Environmental Assistance Program (REAP) and the Rural Environmental Conservation Program (RECP) for the fiscal years ending June 30, 1973, and June 1974. 93-s-3943 1974-12-10 Reported to House from the Committee on Agriculture, H. Rept. 93-1554. Committee   House floor actions
1805769 A bill to extend the time for using funds appropriated to carry out the Rural Environmental Assistance Program (REAP) and the Rural Environmental Conservation Program (RECP) for the fiscal years ending June 30, 1973, and June 1974. 93-s-3943 1974-12-10 Reported to House from the Committee on Agriculture, H. Rept. 93-1554. Committee   Library of Congress
1805770 A bill to extend the time for using funds appropriated to carry out the Rural Environmental Assistance Program (REAP) and the Rural Environmental Conservation Program (RECP) for the fiscal years ending June 30, 1973, and June 1974. 93-s-3943 1974-10-09 Referred to House Committee on Agriculture. IntroReferral   House floor actions
1805771 A bill to extend the time for using funds appropriated to carry out the Rural Environmental Assistance Program (REAP) and the Rural Environmental Conservation Program (RECP) for the fiscal years ending June 30, 1973, and June 1974. 93-s-3943 1974-10-08 Measure passed Senate, amended. Floor   Senate
1805772 A bill to extend the time for using funds appropriated to carry out the Rural Environmental Assistance Program (REAP) and the Rural Environmental Conservation Program (RECP) for the fiscal years ending June 30, 1973, and June 1974. 93-s-3943 1974-10-08 Passed/agreed to in Senate: Measure passed Senate, amended. Floor   Library of Congress
1805773 A bill to extend the time for using funds appropriated to carry out the Rural Environmental Assistance Program (REAP) and the Rural Environmental Conservation Program (RECP) for the fiscal years ending June 30, 1973, and June 1974. 93-s-3943 1974-10-04 Reported to Senate from the Committee on Agriculture and Forestry with amendment, S. Rept. 93-1230. Committee   Senate
1805774 A bill to extend the time for using funds appropriated to carry out the Rural Environmental Assistance Program (REAP) and the Rural Environmental Conservation Program (RECP) for the fiscal years ending June 30, 1973, and June 1974. 93-s-3943 1974-10-04 Reported to Senate from the Committee on Agriculture and Forestry with amendment, S. Rept. 93-1230. Committee   Library of Congress
1805775 A bill to extend the time for using funds appropriated to carry out the Rural Environmental Assistance Program (REAP) and the Rural Environmental Conservation Program (RECP) for the fiscal years ending June 30, 1973, and June 1974. 93-s-3943 1974-08-22 Referred to Senate Committee on Agriculture and Forestry. IntroReferral   Senate
1805776 A bill to extend the time for using funds appropriated to carry out the Rural Environmental Assistance Program (REAP) and the Rural Environmental Conservation Program (RECP) for the fiscal years ending June 30, 1973, and June 1974. 93-s-3943 1974-08-22 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 18.321ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API