legislation
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
4 rows where bill_type = "hjres", congress = 96 and policy_area = "Native Americans" sorted by introduced_date descending
This data as json, CSV (advanced)
Suggested facets: sponsor_name, sponsor_state, sponsor_party, sponsor_bioguide_id, update_date, introduced_date (date), latest_action_date (date), update_date (date)
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 96-hjres-613 | 96 | hjres | 613 | A joint resolution authorizing the President to proclaim May 13 of each year "National Indian Day". | Native Americans | 1980-09-18 | 1980-09-18 | Referred to House Committee on Post Office and Civil Service. | House | Rep. Corman, James C. [D-CA-21] | CA | D | C000780 | 43 | Requests the President to designate May 13 of each year as "National Indian Day." | 2024-02-06T20:04:02Z | |
| 96-hjres-383 | 96 | hjres | 383 | A joint resolution to validate the effectiveness of certain plans for the use or distribution of funds appropriated to pay judgments awarded to Indian tribes or groups. | Native Americans | 1979-07-27 | 1979-09-20 | Referred to Senate Select Committee on Indian Affairs. | House | Rep. Udall, Morris K. [D-AZ-2] | AZ | D | U000001 | 2 | Validates certain plans for the use or distribution of funds appropriated to pay judgments awarded to specified Indian tribes or groups. | 2025-06-20T19:33:16Z | |
| 96-hjres-246 | 96 | hjres | 246 | A joint resolution relating to the regulation by the States of certain Indian hunting and fishing rights. | Native Americans | 1979-03-08 | 1979-03-08 | Referred to House Committee on Merchant Marine and Fisheries. | House | Rep. Davis, Robert W. [R-MI-11] | MI | R | D000131 | 4 | Declares that any State may enact and enforce laws of a purely regulatory nature concerning the time and manner of hunting and fishing outside or on an Indian reservation when such laws are: (1) for the purpose of conservation and (2) equally applicable to Indians and all other citizens without distinction. Declares that such State legislation is in accordance with and in furtherance of and not in derogation of any treaty with American Indians that secures to them the right to hunt and fish at on or off reservation locations, in common with other citizens. | 2024-02-07T13:32:55Z | |
| 96-hjres-199 | 96 | hjres | 199 | A joint resolution to amend the Act of October 21, 1978 (92 Stat. 1675; P.L. 95-498). | Native Americans | 1979-02-08 | 1979-11-16 | Public Law 96-117. | House | Rep. Udall, Morris K. [D-AZ-2] | AZ | D | U000001 | 0 | Corrects the description of the location of specified lands in an Act declaring that the United States holds certain public domain lands in New Mexico, in trust for the Pueblo of Santa Ana. | 2025-06-20T19:33:16Z |
Advanced export
JSON shape: default, array, newline-delimited, object
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);