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

11 rows where bill_id = "111-hr-5301" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party, state, sponsorship_date, sponsorship_date (date)

is_original_cosponsor 2

  • 0 6
  • 1 5
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
111-hr-5301,W000791 To extend the period during which the Administrator of the Environmental Protection Agency and States are prohibited from requiring a permit under section 402 of the Federal Water Control Act for certain discharges that are incidental to normal operation of vessels, to reauthorize the National Estuary Program, and for other purposes. 111-hr-5301 W000791 Rep. Walden, Greg [R-OR-2] R OR 2010-06-09 0
111-hr-5301,H000329 To extend the period during which the Administrator of the Environmental Protection Agency and States are prohibited from requiring a permit under section 402 of the Federal Water Control Act for certain discharges that are incidental to normal operation of vessels, to reauthorize the National Estuary Program, and for other purposes. 111-hr-5301 H000329 Rep. Hastings, Doc [R-WA-4] R WA 2010-05-24 0
111-hr-5301,D000191 To extend the period during which the Administrator of the Environmental Protection Agency and States are prohibited from requiring a permit under section 402 of the Federal Water Control Act for certain discharges that are incidental to normal operation of vessels, to reauthorize the National Estuary Program, and for other purposes. 111-hr-5301 D000191 Rep. DeFazio, Peter A. [D-OR-4] D OR 2010-05-24 0
111-hr-5301,L000560 To extend the period during which the Administrator of the Environmental Protection Agency and States are prohibited from requiring a permit under section 402 of the Federal Water Control Act for certain discharges that are incidental to normal operation of vessels, to reauthorize the National Estuary Program, and for other purposes. 111-hr-5301 L000560 Rep. Larsen, Rick [D-WA-2] D WA 2010-05-24 0
111-hr-5301,P000597 To extend the period during which the Administrator of the Environmental Protection Agency and States are prohibited from requiring a permit under section 402 of the Federal Water Control Act for certain discharges that are incidental to normal operation of vessels, to reauthorize the National Estuary Program, and for other purposes. 111-hr-5301 P000597 Rep. Pingree, Chellie [D-ME-1] D ME 2010-05-18 0
111-hr-5301,F000339 To extend the period during which the Administrator of the Environmental Protection Agency and States are prohibited from requiring a permit under section 402 of the Federal Water Control Act for certain discharges that are incidental to normal operation of vessels, to reauthorize the National Estuary Program, and for other purposes. 111-hr-5301 F000339 Rep. Frank, Barney [D-MA-4] D MA 2010-05-18 0
111-hr-5301,M000689 To extend the period during which the Administrator of the Environmental Protection Agency and States are prohibited from requiring a permit under section 402 of the Federal Water Control Act for certain discharges that are incidental to normal operation of vessels, to reauthorize the National Estuary Program, and for other purposes. 111-hr-5301 M000689 Rep. Mica, John L. [R-FL-7] R FL 2010-05-13 1
111-hr-5301,T000074 To extend the period during which the Administrator of the Environmental Protection Agency and States are prohibited from requiring a permit under section 402 of the Federal Water Control Act for certain discharges that are incidental to normal operation of vessels, to reauthorize the National Estuary Program, and for other purposes. 111-hr-5301 T000074 Rep. Taylor, Gene [D-MS-4] D MS 2010-05-13 1
111-hr-5301,J000255 To extend the period during which the Administrator of the Environmental Protection Agency and States are prohibited from requiring a permit under section 402 of the Federal Water Control Act for certain discharges that are incidental to normal operation of vessels, to reauthorize the National Estuary Program, and for other purposes. 111-hr-5301 J000255 Rep. Jones, Walter B., Jr. [R-NC-3] R NC 2010-05-13 1
111-hr-5301,C000556 To extend the period during which the Administrator of the Environmental Protection Agency and States are prohibited from requiring a permit under section 402 of the Federal Water Control Act for certain discharges that are incidental to normal operation of vessels, to reauthorize the National Estuary Program, and for other purposes. 111-hr-5301 C000556 Rep. Coble, Howard [R-NC-6] R NC 2010-05-13 1
111-hr-5301,Y000033 To extend the period during which the Administrator of the Environmental Protection Agency and States are prohibited from requiring a permit under section 402 of the Federal Water Control Act for certain discharges that are incidental to normal operation of vessels, to reauthorize the National Estuary Program, and for other purposes. 111-hr-5301 Y000033 Rep. Young, Don [R-AK-At Large] R AK 2010-05-13 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 4.813ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API