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

7 rows where bill_id = "93-sconres-6" 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
1812917 A concurrent resolution making apportionment of funds for the National System of Interstate and Defense Highways. 93-sconres-6 1973-03-07 Referred to House Committee on Public Works. IntroReferral   House floor actions
1812918 A concurrent resolution making apportionment of funds for the National System of Interstate and Defense Highways. 93-sconres-6 1973-03-06 Measure passed Senate, amended. Floor   Senate
1812919 A concurrent resolution making apportionment of funds for the National System of Interstate and Defense Highways. 93-sconres-6 1973-03-06 Passed/agreed to in Senate: Measure passed Senate, amended. Floor   Library of Congress
1812920 A concurrent resolution making apportionment of funds for the National System of Interstate and Defense Highways. 93-sconres-6 1973-03-01 Reported to Senate from the Committee on Public Works with amendment, S. Rept. 93-52. Committee   Senate
1812921 A concurrent resolution making apportionment of funds for the National System of Interstate and Defense Highways. 93-sconres-6 1973-03-01 Reported to Senate from the Committee on Public Works with amendment, S. Rept. 93-52. Committee   Library of Congress
1812922 A concurrent resolution making apportionment of funds for the National System of Interstate and Defense Highways. 93-sconres-6 1973-01-23 Referred to Senate Committee on Public Works. IntroReferral   Senate
1812923 A concurrent resolution making apportionment of funds for the National System of Interstate and Defense Highways. 93-sconres-6 1973-01-23 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.749ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API