legislation
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
2 rows where bill_type = "hres", congress = 114 and policy_area = "Native Americans" sorted by introduced_date descending
This data as json, CSV (advanced)
Suggested facets: 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 114-hres-381 | 114 | hres | 381 | To refer H.R. 3133, a bill making congressional reference to the United States Court of Federal Claims pursuant to sections 1492 and 2509 of title 28, United States Code, of certain Indian land-related takings claims of the Grand Traverse Band of Ottawa and Chippewa Indians of Michigan and its individual members. | Native Americans | 2015-07-27 | 2015-09-08 | Referred to the Subcommittee on the Constitution and Civil Justice. | House | Rep. Benishek, Dan [R-MI-1] | MI | R | B001271 | 0 | Refers H.R. 3133, which directs the Department of the Treasury to pay an unspecified sum to the Grand Traverse Band of Ottawa and Chippewa Indians of Michigan and its members pursuant to a judgment rendered by the U.S. Court of Federal Claims, to the chief judge of the U.S. Court of Federal Claims for a determination as to whether the Band has legal or equitable claims for just compensation against the United States for land-related takings occurring between 1855 and 1900 within the areas reserved for the Band and its members by the Treaty with the Ottawa and Chippewa. Directs the chief judge to report back to the House of Representatives providing findings of fact and conclusions of law to inform Congress of: the nature, extent, and character of such claims; whether the Band has good cause to be excused from the limitations period established by the Indian Claims Commission Act of 1946 for filing such claims (August 13, 1946, to August 13, 1951); whether any other statute of limitations bar or the doctrine of laches is applicable to the Band's claims and, if so, whether the Band has good cause to be excused from its operation; and the amount of just compensation, if any, legally or equitably due from the United States to the Band. | 2023-01-11T13:30:14Z | |
| 114-hres-376 | 114 | hres | 376 | To refer H.R. 3133, a bill making congressional reference to the United States Court of Federal Claims pursuant to sections 1492 and 2509 of title 28, United States Code, of certain Indian land-related takings claims of the Grand Traverse Band of Ottawa and Chippewa Indians of Michigan and its individual members. | Native Americans | 2015-07-23 | 2015-09-08 | Referred to the Subcommittee on the Constitution and Civil Justice. | House | Rep. Benishek, Dan [R-MI-1] | MI | R | B001271 | 0 | Refers H.R. 3133, which directs the Department of the Treasury to pay an unspecified sum to the Grand Traverse Band of Ottawa and Chippewa Indians of Michigan and its members pursuant to a judgment rendered by the U.S. Court of Federal Claims, to the chief judge of the U.S. Court of Federal Claims for a determination as to whether the Band has legal or equitable claims for just compensation against the United States for land-related takings occurring between 1855 and 1900 within the areas reserved for the Band and its members by the Treaty with the Ottawa and Chippewa. | 2023-01-11T13:30:14Z |
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);