legislation
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
10 rows where bill_type = "hres", congress = 118 and policy_area = "Native Americans" sorted by introduced_date descending
This data as json, CSV (advanced)
Suggested facets: title, latest_action_text, sponsor_name, sponsor_state, sponsor_party, sponsor_bioguide_id, cosponsor_count, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 118-hres-1526 | 118 | hres | 1526 | 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 | 2024-10-01 | 2024-10-01 | Referred to the House Committee on Oversight and Accountability. | House | Rep. Davids, Sharice [D-KS-3] | KS | D | D000629 | 0 | 2025-02-04T16:54:13Z | ||
| 118-hres-1228 | 118 | hres | 1228 | 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 | 2024-05-15 | 2024-05-15 | Referred to the House Committee on Oversight and Accountability. | House | Rep. Chu, Judy [D-CA-28] | CA | D | C001080 | 31 | 2025-12-05T08:05:00Z | ||
| 118-hres-1177 | 118 | hres | 1177 | Expressing support for the designation of May 5, 2024, as the "National Day of Awareness for Missing and Murdered Indigenous Women and Girls". | Native Americans | 2024-04-29 | 2024-04-29 | 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 | 37 | 2025-12-05T08:28:10Z | ||
| 118-hres-1010 | 118 | hres | 1010 | Supporting the designation of February 2024 as "Hawaiian Language Month" or "'Olelo Hawai'i Month". | Native Americans | 2024-02-13 | 2024-02-13 | Referred to the House Committee on Education and the Workforce. | House | Rep. Tokuda, Jill N. [D-HI-2] | HI | D | T000487 | 1 | 2025-12-06T00:52:07Z | ||
| 118-hres-981 | 118 | hres | 981 | Recognizing the importance of Tribal colleges and universities to the United States and expressing support for designating the week beginning February 5, 2024, as "National Tribal Colleges and Universities Week". | Native Americans | 2024-01-29 | 2024-01-29 | Referred to the House Committee on Oversight and Accountability. | House | Rep. Davids, Sharice [D-KS-3] | KS | D | D000629 | 0 | 2025-12-05T08:08:10Z | ||
| 118-hres-900 | 118 | hres | 900 | 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 | 2023-11-30 | 2023-11-30 | Referred to the House Committee on Oversight and Accountability. | House | Rep. Grijalva, Raúl M. [D-AZ-7] | AZ | D | G000551 | 5 | 2025-02-04T16:54:13Z | ||
| 118-hres-390 | 118 | hres | 390 | 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 | 2023-05-11 | 2023-05-11 | Referred to the House Committee on Oversight and Accountability. | House | Rep. Chu, Judy [D-CA-28] | CA | D | C001080 | 32 | 2025-12-05T08:06:14Z | ||
| 118-hres-353 | 118 | hres | 353 | Expressing support for the designation of May 5, 2023, as the "National Day of Awareness for Missing and Murdered Indigenous Women and Girls". | Native Americans | 2023-05-02 | 2023-06-09 | Referred to the Subcommittee on Indian and Insular Affairs. | House | Rep. Newhouse, Dan [R-WA-4] | WA | R | N000189 | 39 | 2024-11-15T19:28:40Z | ||
| 118-hres-187 | 118 | hres | 187 | Supporting the designation of February 2023 as "Hawaiian Language Month" or "'Olelo Hawai'i Month". | Native Americans | 2023-02-28 | 2023-02-28 | Referred to the House Committee on Education and the Workforce. | House | Rep. Tokuda, Jill N. [D-HI-2] | HI | D | T000487 | 1 | 2025-12-06T00:47:59Z | ||
| 118-hres-107 | 118 | hres | 107 | Recognizing the importance of Tribal colleges and universities to the United States and expressing support for designating the week beginning February 5, 2023, as "National Tribal Colleges and Universities Week". | Native Americans | 2023-02-08 | 2023-02-08 | Referred to the House Committee on Oversight and Accountability. | House | Rep. Davids, Sharice [D-KS-3] | KS | D | D000629 | 14 | 2025-12-05T08:08:21Z |
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);