home / openregs

legislation_cosponsors

Cosponsors for tracked legislation. Distinguishes original cosponsors (signed on at introduction) from later additions. Linked to congress_members via bioguide_id.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

9 rows where bill_id = "111-hr-5673" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party, state, sponsorship_date (date)

is_original_cosponsor 1

  • 1 9
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
111-hr-5673,B001254 To require that hunting activities be a land use in all management plans for Federal land under the jurisdiction of the Secretary of the Interior or the Secretary of Agriculture to the extent that such use is not clearly incompatible with the purposes for which the Federal land is managed, and for other purposes. 111-hr-5673 B001254 Rep. Boren, Dan [D-OK-2] D OK 2010-07-01 1
111-hr-5673,B001250 To require that hunting activities be a land use in all management plans for Federal land under the jurisdiction of the Secretary of the Interior or the Secretary of Agriculture to the extent that such use is not clearly incompatible with the purposes for which the Federal land is managed, and for other purposes. 111-hr-5673 B001250 Rep. Bishop, Rob [R-UT-1] R UT 2010-07-01 1
111-hr-5673,A000362 To require that hunting activities be a land use in all management plans for Federal land under the jurisdiction of the Secretary of the Interior or the Secretary of Agriculture to the extent that such use is not clearly incompatible with the purposes for which the Federal land is managed, and for other purposes. 111-hr-5673 A000362 Rep. Altmire, Jason [D-PA-4] D PA 2010-07-01 1
111-hr-5673,B001236 To require that hunting activities be a land use in all management plans for Federal land under the jurisdiction of the Secretary of the Interior or the Secretary of Agriculture to the extent that such use is not clearly incompatible with the purposes for which the Federal land is managed, and for other purposes. 111-hr-5673 B001236 Rep. Boozman, John [R-AR-3] R AR 2010-07-01 1
111-hr-5673,C001074 To require that hunting activities be a land use in all management plans for Federal land under the jurisdiction of the Secretary of the Interior or the Secretary of Agriculture to the extent that such use is not clearly incompatible with the purposes for which the Federal land is managed, and for other purposes. 111-hr-5673 C001074 Rep. Childers, Travis [D-MS-1] D MS 2010-07-01 1
111-hr-5673,M001144 To require that hunting activities be a land use in all management plans for Federal land under the jurisdiction of the Secretary of the Interior or the Secretary of Agriculture to the extent that such use is not clearly incompatible with the purposes for which the Federal land is managed, and for other purposes. 111-hr-5673 M001144 Rep. Miller, Jeff [R-FL-1] R FL 2010-07-01 1
111-hr-5673,R000571 To require that hunting activities be a land use in all management plans for Federal land under the jurisdiction of the Secretary of the Interior or the Secretary of Agriculture to the extent that such use is not clearly incompatible with the purposes for which the Federal land is managed, and for other purposes. 111-hr-5673 R000571 Rep. Rehberg, Denny [R-MT-At Large] R MT 2010-07-01 1
111-hr-5673,R000573 To require that hunting activities be a land use in all management plans for Federal land under the jurisdiction of the Secretary of the Interior or the Secretary of Agriculture to the extent that such use is not clearly incompatible with the purposes for which the Federal land is managed, and for other purposes. 111-hr-5673 R000573 Rep. Ross, Mike [D-AR-4] D AR 2010-07-01 1
111-hr-5673,S001176 To require that hunting activities be a land use in all management plans for Federal land under the jurisdiction of the Secretary of the Interior or the Secretary of Agriculture to the extent that such use is not clearly incompatible with the purposes for which the Federal land is managed, and for other purposes. 111-hr-5673 S001176 Rep. Scalise, Steve [R-LA-1] R LA 2010-07-01 1

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE legislation_cosponsors (
    bill_id TEXT NOT NULL REFERENCES legislation(bill_id),
    bioguide_id TEXT NOT NULL,
    full_name TEXT,
    party TEXT,
    state TEXT,
    sponsorship_date TEXT,
    is_original_cosponsor INTEGER,
    PRIMARY KEY (bill_id, bioguide_id)
);
CREATE INDEX idx_lc_bioguide ON legislation_cosponsors(bioguide_id);
CREATE INDEX idx_lc_bill ON legislation_cosponsors(bill_id);
CREATE INDEX idx_lc_original ON legislation_cosponsors(is_original_cosponsor);
Powered by Datasette · Queries took 172.267ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API