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

5 rows where bill_type = "hjres", congress = 95 and policy_area = "Native Americans" sorted by introduced_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: title, latest_action_text, sponsor_name, sponsor_state, sponsor_party, sponsor_bioguide_id, cosponsor_count, summary_text, introduced_date (date), latest_action_date (date), update_date (date)

policy_area 1

  • Native Americans · 5 ✖

congress 1

  • 95 · 5 ✖

bill_type 1

  • hjres · 5 ✖
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
95-hjres-738 95 hjres 738 A resolution American Indian Religious Freedom. Native Americans 1978-02-14 1978-07-18 Measure laid on table in House, S. J. Res. 102 passed in lieu. House Rep. Udall, Morris K. [D-AZ-2] AZ D U000001 1 (Reported to House from the Committee on Interior and Insurlar Affairs with amendment, H. Rept. 95-1308) Declares that it shall be the policy of the United States to protect and preserve the traditional religions of American Indians. Requires the President to direct the Federal departments and agencies to evaluate their policies and procedures in consultation with native traditional religious leaders to determine appropriate changes necessary to protect Native American religious cultural rights and practices. 2024-08-01T19:57:18Z  
95-hjres-539 95 hjres 539 Joint resolution to amend the statute of limitations provisions in section 2415 of title 28, United States Code, relating to claims by United States on behalf of Indians. Native Americans 1977-06-30 1977-07-11 Public Law 95-64. House Rep. Udall, Morris K. [D-AZ-2] AZ D U000001 0 Extends, for one month (to August 18, 1977), the statute of limitations governing civil actions for money damages arising prior to July 18, 1966, and brought by the United States on behalf of Indian groups and Indians whose land is held in trust by the government. 2024-08-01T19:57:10Z  
95-hjres-522 95 hjres 522 Joint resolution relating to the regulation by the States of certain Indian hunting and fishing rights. Native Americans 1977-06-15 1977-06-15 Referred to House Committee on Interior and Insular Affairs. House Rep. Ruppe, Philip E. [R-MI-11] MI R R000512 0 Allows the States to enact laws regulating off-reservation hunting and fishing granted to Indians by treaty if the laws are (1) purely regulatory concerning the time and manner of hunting and fishing outside an Indian reservation, and (2) equally applicable to Indians and all other citizens. 2024-08-01T19:57:13Z  
95-hjres-206 95 hjres 206 Joint resolution relating to the regulation by the States of certain Indian hunting and fishing rights. Native Americans 1977-01-27 1977-01-27 Referred to House Committee on Interior and Insular Affairs. House Rep. Dingell, John D. [D-MI-16] MI D D000355 0 Allows the States to enact laws regulating off-reservation hunting and fishing granted to Indians by treaty if the laws are (1) purely regulatory concerning the time and manner of hunting and fishing outside an Indian reservation, and (2) equally applicable to Indians and all other citizens. 2024-08-01T19:57:04Z  
95-hjres-1 95 hjres 1 Joint resolution to provide for the establishment of a Commission to examine the effect of Northwest Indian Off-Reservation Treaty Fishing Rights. Native Americans 1977-01-04 1977-01-04 Referred to House Committee on Merchant Marine and Fisheries. House Rep. Meeds, Lloyd [D-WA-2] WA D M000626 5 Establishes a Commission to examine the effect of Northwest Indian Off-Reservation Fishing Rights. Directs the Commission be composed of 11 members, five of whom are from the public sector and six from the private sector. Specifies from which public agencies and which private interest groups the members shall be selected. Sets forth the structure and powers of the Commission, and the procedures which it shall follow. Makes it the Commission's duty to study and assess the impact of the recent United States district court proceedings, U.S. v. Washington (commonly known as the Boldt decision), and other recent holdings which affect the commercial, sports, and recreational fishing industry in the Pacific Northwest and to make appropriate recommendations for remedial legislation. Authorizes funding for the Commission and requests a report of findings and recommendations to the Congress within one year after the date of enactment of this resolution. 2024-08-01T19:56:51Z  

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 1062.515ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API