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

21 rows where bill_id = "97-s-1681" 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
2139711 A bill to designate the Southern Nevada Water Project the "Robert B. Griffith Water Project". 97-s-1681 1982-12-22 Became Public Law No: 97-381. President   House floor actions
2139712 A bill to designate the Southern Nevada Water Project the "Robert B. Griffith Water Project". 97-s-1681 1982-12-22 Became Public Law No: 97-381. BecameLaw   Library of Congress
2139713 A bill to designate the Southern Nevada Water Project the "Robert B. Griffith Water Project". 97-s-1681 1982-12-22 Signed by President. President   House floor actions
2139714 A bill to designate the Southern Nevada Water Project the "Robert B. Griffith Water Project". 97-s-1681 1982-12-22 Signed by President. BecameLaw   Library of Congress
2139715 A bill to designate the Southern Nevada Water Project the "Robert B. Griffith Water Project". 97-s-1681 1982-12-15 Presented to President. Floor   House floor actions
2139716 A bill to designate the Southern Nevada Water Project the "Robert B. Griffith Water Project". 97-s-1681 1982-12-15 Presented to President. President   Library of Congress
2139717 A bill to designate the Southern Nevada Water Project the "Robert B. Griffith Water Project". 97-s-1681 1982-12-15 Measure Signed in Senate. Floor   Senate
2139718 A bill to designate the Southern Nevada Water Project the "Robert B. Griffith Water Project". 97-s-1681 1982-12-13 Passed House by Unanimous Consent. Floor   House floor actions
2139719 A bill to designate the Southern Nevada Water Project the "Robert B. Griffith Water Project". 97-s-1681 1982-12-13 Passed/agreed to in House: Passed House by Unanimous Consent. Floor   Library of Congress
2139720 A bill to designate the Southern Nevada Water Project the "Robert B. Griffith Water Project". 97-s-1681 1982-12-13 Called up by House by Unanimous Consent. Floor   House floor actions
2139721 A bill to designate the Southern Nevada Water Project the "Robert B. Griffith Water Project". 97-s-1681 1982-12-13 House Committee on Interior and Insular Affairs Discharged by Unanimous Consent. Discharge   House floor actions
2139722 A bill to designate the Southern Nevada Water Project the "Robert B. Griffith Water Project". 97-s-1681 1982-12-13 House Committee on Interior and Insular Affairs Discharged by Unanimous Consent. Committee   Library of Congress
2139723 A bill to designate the Southern Nevada Water Project the "Robert B. Griffith Water Project". 97-s-1681 1982-04-23 Executive Comment Requested from Interior. Committee   House committee actions
2139724 A bill to designate the Southern Nevada Water Project the "Robert B. Griffith Water Project". 97-s-1681 1982-04-07 Referred to Subcommittee on Water and Power Resources. Committee   House committee actions
2139725 A bill to designate the Southern Nevada Water Project the "Robert B. Griffith Water Project". 97-s-1681 1982-04-05 Referred to House Committee on Interior and Insular Affairs. IntroReferral   House floor actions
2139726 A bill to designate the Southern Nevada Water Project the "Robert B. Griffith Water Project". 97-s-1681 1982-04-01 Passed Senate without amendment by Voice Vote. Floor   Senate
2139727 A bill to designate the Southern Nevada Water Project the "Robert B. Griffith Water Project". 97-s-1681 1982-04-01 Passed/agreed to in Senate: Passed Senate without amendment by Voice Vote. Floor   Library of Congress
2139728 A bill to designate the Southern Nevada Water Project the "Robert B. Griffith Water Project". 97-s-1681 1982-04-01 Senate Committee on Energy and Natural Resources discharged by Unanimous Consent. Discharge   Senate
2139729 A bill to designate the Southern Nevada Water Project the "Robert B. Griffith Water Project". 97-s-1681 1982-04-01 Senate Committee on Energy and Natural Resources discharged by Unanimous Consent. Committee   Library of Congress
2139730 A bill to designate the Southern Nevada Water Project the "Robert B. Griffith Water Project". 97-s-1681 1981-09-29 Read second time and referred to Senate Committee on Energy and Natural Resources. IntroReferral   Senate
2139731 A bill to designate the Southern Nevada Water Project the "Robert B. Griffith Water Project". 97-s-1681 1981-09-29 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 6.813ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API