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

13 rows where bill_id = "93-hr-16539" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party

is_original_cosponsor 1

  • 0 13
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
93-hr-16539,C000873 A bill to amend the Clean Air Act to prohibit the Administrator of the Environmental Protection Agency from requiring an indirect source emission review as a part of any applicable implementation plan. 93-hr-16539 C000873 Rep. Crane, Philip M. [R-IL-12] R IL   0
93-hr-16539,T000233 A bill to amend the Clean Air Act to prohibit the Administrator of the Environmental Protection Agency from requiring an indirect source emission review as a part of any applicable implementation plan. 93-hr-16539 T000233 Rep. Thomson, Vernon W. [R-WI-3] R     0
93-hr-16539,S000070 A bill to amend the Clean Air Act to prohibit the Administrator of the Environmental Protection Agency from requiring an indirect source emission review as a part of any applicable implementation plan. 93-hr-16539 S000070 Rep. Satterfield, David E., III [D-VA-3] D     0
93-hr-16539,P000103 A bill to amend the Clean Air Act to prohibit the Administrator of the Environmental Protection Agency from requiring an indirect source emission review as a part of any applicable implementation plan. 93-hr-16539 P000103 Rep. Patman, Wright [D-TX-1] D     0
93-hr-16539,T000110 A bill to amend the Clean Air Act to prohibit the Administrator of the Environmental Protection Agency from requiring an indirect source emission review as a part of any applicable implementation plan. 93-hr-16539 T000110 Rep. Teague, Olin E. [D-TX-6] D     0
93-hr-16539,M000603 A bill to amend the Clean Air Act to prohibit the Administrator of the Environmental Protection Agency from requiring an indirect source emission review as a part of any applicable implementation plan. 93-hr-16539 M000603 Rep. McSpadden, Clem Rogers [D-OK-2] D     0
93-hr-16539,L000116 A bill to amend the Clean Air Act to prohibit the Administrator of the Environmental Protection Agency from requiring an indirect source emission review as a part of any applicable implementation plan. 93-hr-16539 L000116 Rep. Latta, Delbert L. [R-OH-5] R     0
93-hr-16539,F000430 A bill to amend the Clean Air Act to prohibit the Administrator of the Environmental Protection Agency from requiring an indirect source emission review as a part of any applicable implementation plan. 93-hr-16539 F000430 Rep. Fuqua, Don [D-FL-2] D FL   0
93-hr-16539,M000183 A bill to amend the Clean Air Act to prohibit the Administrator of the Environmental Protection Agency from requiring an indirect source emission review as a part of any applicable implementation plan. 93-hr-16539 M000183 Rep. Martin, James G. [R-NC-9] R     0
93-hr-16539,J000256 A bill to amend the Clean Air Act to prohibit the Administrator of the Environmental Protection Agency from requiring an indirect source emission review as a part of any applicable implementation plan. 93-hr-16539 J000256 Rep. Jones, Walter B. [D-NC-1] D     0
93-hr-16539,W000782 A bill to amend the Clean Air Act to prohibit the Administrator of the Environmental Protection Agency from requiring an indirect source emission review as a part of any applicable implementation plan. 93-hr-16539 W000782 Rep. Wyman, Louis C. [R-NH-1] R NH   0
93-hr-16539,S000388 A bill to amend the Clean Air Act to prohibit the Administrator of the Environmental Protection Agency from requiring an indirect source emission review as a part of any applicable implementation plan. 93-hr-16539 S000388 Rep. Shriver, Garner E. [R-KS-4] R     0
93-hr-16539,P000398 A bill to amend the Clean Air Act to prohibit the Administrator of the Environmental Protection Agency from requiring an indirect source emission review as a part of any applicable implementation plan. 93-hr-16539 P000398 Rep. Poage, W. R. [D-TX-11] D     0

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.207ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API