home / openregs

legislation

Congressional bills and resolutions from Congress.gov, filtered to policy areas relevant to environmental, health, agriculture, and wildlife regulation.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

3 rows where bill_type = "sconres" and policy_area = "Water Resources Development" sorted by introduced_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: sponsor_party, introduced_date (date), latest_action_date (date), update_date (date)

congress 3

  • 101 1
  • 106 1
  • 118 1

policy_area 1

  • Water Resources Development · 3 ✖

bill_type 1

  • sconres · 3 ✖
bill_id congress bill_type bill_number title policy_area introduced_date ▲ latest_action_date latest_action_text origin_chamber sponsor_name sponsor_state sponsor_party sponsor_bioguide_id cosponsor_count summary_text update_date url
118-sconres-46 118 sconres 46 A concurrent resolution providing for corrections in the enrollment of S. 4367. Water Resources Development 2024-12-18 2024-12-19 Motion to reconsider laid on the table Agreed to without objection. Senate Sen. Carper, Thomas R. [D-DE] DE D C000174 1   2025-09-18T16:20:48Z  
106-sconres-157 106 sconres 157 A concurrent resolution expressing the sense of the Congress that the Government of Mexico should adhere to the terms of the 1944 Utilization of Waters of the Colorado and Tijuana Rivers and of the Rio Grande Treaty between the United States and Mexico. Water Resources Development 2000-10-31 2000-10-31 Referred to the Committee on Foreign Relations. (text of measure as introduced: CR S11425) Senate Sen. Hutchison, Kay Bailey [R-TX] TX R H001016 1 Expresses the sense of Congress that: (1) the President should bring about compliance with the 1944 treaty on water utilization in order that the full requirement of water shall be available for U.S. use during the next full crop season; and (2) the U.S. section of the International Boundary and Water Commission should work to bring about full compliance with such treaty and should not accept any water debt or deficit repayment plan that does not provide for the full repayment of water owed. 2025-01-14T19:00:46Z  
101-sconres-54 101 sconres 54 A concurrent resolution relating to a White House conference on water resources. Water Resources Development 1989-07-18 1989-07-18 Referred to the Committee on Environment and Public Works. Senate Sen. DeConcini, Dennis [D-AZ] AZ D D000185 1 Expresses the sense of the Congress that the President should convene a White House conference on water resources to focus national attention on water and the need to develop a national policy which ensures its availability for current and future generations. 2025-01-14T17:12:38Z  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE legislation (
    bill_id TEXT PRIMARY KEY,
    congress INTEGER,
    bill_type TEXT,
    bill_number INTEGER,
    title TEXT,
    policy_area TEXT,
    introduced_date TEXT,
    latest_action_date TEXT,
    latest_action_text TEXT,
    origin_chamber TEXT,
    sponsor_name TEXT,
    sponsor_state TEXT,
    sponsor_party TEXT,
    sponsor_bioguide_id TEXT,
    cosponsor_count INTEGER DEFAULT 0,
    summary_text TEXT,
    update_date TEXT,
    url TEXT
);
CREATE INDEX idx_leg_congress ON legislation(congress);
CREATE INDEX idx_leg_type ON legislation(bill_type);
CREATE INDEX idx_leg_policy ON legislation(policy_area);
CREATE INDEX idx_leg_date ON legislation(introduced_date);
CREATE INDEX idx_leg_sponsor ON legislation(sponsor_name);
CREATE INDEX idx_leg_sponsor_bioguide ON legislation(sponsor_bioguide_id);
Powered by Datasette · Queries took 722.39ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API