legislation
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
4 rows where bill_type = "sjres", congress = 102 and policy_area = "Native Americans" sorted by introduced_date descending
This data as json, CSV (advanced)
Suggested facets: sponsor_party, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 102-sjres-346 | 102 | sjres | 346 | A joint resolution to provide for the payment of fair and equitable consideration in satisfaction of the claims of certain Kaw Indians. | Native Americans | 1992-10-05 | 1992-10-05 | Read twice and referred to the Committee on Indian Affairs. | Senate | Sen. Nickles, Don [R-OK] | OK | R | N000102 | 0 | Provides for the settlement of certain land claims of the Kaw Indian Tribe. Directs the Secretary of the Treasury (Secretary) to establish a Treasury account for the payment of Kaw claims. Places any funds in excess of such payments into a charitable trust to be administered by and for the lineal descendants of the original reservees. Directs the Secretary, upon establishment of the account and payment of the funds, to publish notice of the account, which shall serve to extinguish all claims arising out of the Treaty of 1825 (thus clearing title to certain Kansas lands). | 2025-06-20T19:33:16Z | |
| 102-sjres-222 | 102 | sjres | 222 | A joint resolution to designate 1992 as the "Year of Reconciliation Between American Indians and non-Indians". | Native Americans | 1991-10-30 | 1992-05-09 | Became Public Law No: 102-279. | Senate | Sen. Daschle, Thomas A. [D-SD] | SD | D | D000064 | 31 | Designates 1992 as the Year of Reconciliation Between American Indians and Non-Indians. | 2025-07-21T19:32:26Z | |
| 102-sjres-217 | 102 | sjres | 217 | A joint resolution to authorize and request the President to proclaim 1992 as the "Year of the American Indian". | Native Americans | 1991-10-22 | 1991-12-04 | Became Public Law No: 102-188. | Senate | Sen. Hatfield, Mark O. [R-OR] | OR | R | H000343 | 55 | Designates 1992 as The Year of the American Indian. | 2025-07-21T19:32:26Z | |
| 102-sjres-172 | 102 | sjres | 172 | A joint resolution to authorize and request the President to proclaim each of the months of November 1991 and 1992 as "National American Indian Heritage Month". | Native Americans | 1991-06-27 | 1991-10-09 | Became Public Law No: 102-123. | Senate | Sen. Inouye, Daniel K. [D-HI] | HI | D | I000025 | 52 | Designates November 1991 and November 1992 as National American Indian Heritage Month. | 2025-07-21T19:32:26Z |
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);