legislation
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where bill_type = "hres", congress = 119 and policy_area = "Native Americans" sorted by introduced_date descending
This data as json, CSV (advanced)
Suggested facets: latest_action_text, sponsor_name, sponsor_state, sponsor_party, sponsor_bioguide_id, cosponsor_count, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 119-hres-1033 | 119 | hres | 1033 | Expressing support for the designation of the week beginning February 2, 2026, as "National Tribal Colleges and Universities Week". | Native Americans | 2026-02-03 | 2026-02-03 | Referred to the House Committee on Oversight and Government Reform. | House | Rep. Davids, Sharice [D-KS-3] | KS | D | D000629 | 1 | 2026-02-11T21:36:53Z | ||
| 119-hres-911 | 119 | hres | 911 | Recognizing National Native American Heritage Month and celebrating the heritages and cultures of Native Americans and the contributions of Native Americans to the United States. | Native Americans | 2025-11-25 | 2025-11-25 | Referred to the House Committee on Oversight and Government Reform. | House | Rep. Grijalva, Adelita S. [D-AZ-7] | AZ | D | G000606 | 7 | 2025-12-04T21:58:59Z | ||
| 119-hres-809 | 119 | hres | 809 | Expressing support for the designation of the second Monday in October 2025 as "Indigenous Peoples' Day" to celebrate and honor Indigenous Peoples and their shared history and culture. | Native Americans | 2025-10-14 | 2025-10-14 | Referred to the House Committee on Natural Resources. | House | Rep. Torres, Norma J. [D-CA-35] | CA | D | T000474 | 22 | 2025-12-11T16:57:57Z | ||
| 119-hres-794 | 119 | hres | 794 | Recognizing the week of September 30th as "National Orange Shirt Week" or "National Week of Remembrance", which aims to honor those who were forced to attend Indian boarding schools, and to recognize the experience of Indian boarding school victims and survivors. | Native Americans | 2025-10-08 | 2025-10-08 | Referred to the House Committee on Oversight and Government Reform. | House | Rep. Davids, Sharice [D-KS-3] | KS | D | D000629 | 0 | 2025-12-15T18:37:51Z | ||
| 119-hres-400 | 119 | hres | 400 | Recognizing the significance of Asian American, Native Hawaiian, and Pacific Islander Heritage Month as an important time to celebrate the significant contributions of Asian Americans, Native Hawaiians, and Pacific Islanders to the history of the United States. | Native Americans | 2025-05-08 | 2025-05-08 | Referred to the House Committee on Oversight and Government Reform. | House | Rep. Meng, Grace [D-NY-6] | NY | D | M001188 | 42 | 2025-11-18T12:36:50Z | ||
| 119-hres-381 | 119 | hres | 381 | Expressing support for the designation of May 5, 2025, as the "National Day of Awareness for Missing and Murdered Indigenous Women and Girls". | Native Americans | 2025-05-05 | 2025-05-05 | Referred to the Committee on Natural Resources, and in addition to the Committee on the Judiciary, for a period to be subsequently determined by the Speaker, in each case for consideration of such provisions as fall within the jurisdiction of the committee concerned. | House | Rep. Newhouse, Dan [R-WA-4] | WA | R | N000189 | 15 | 2025-12-17T09:06:19Z | ||
| 119-hres-136 | 119 | hres | 136 | Expressing support for the designation of February 2025 as "Hawaiian Language Month" or "'Ålelo Hawai'i Month". | Native Americans | 2025-02-13 | 2025-02-13 | Referred to the House Committee on Education and Workforce. | House | Rep. Tokuda, Jill N. [D-HI-2] | HI | D | T000487 | 5 | 2026-01-26T22:33:18Z | ||
| 119-hres-97 | 119 | hres | 97 | Expressing support for the designation of the week beginning February 3, 2025, as "National Tribal Colleges and Universities Week". | Native Americans | 2025-02-04 | 2025-02-04 | Referred to the House Committee on Oversight and Government Reform. | House | Rep. Davids, Sharice [D-KS-3] | KS | D | D000629 | 0 | 2025-05-01T19:35:43Z |
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);