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

24 rows where bill_id = "111-hres-199" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: state, sponsorship_date, sponsorship_date (date)

is_original_cosponsor 2

  • 0 15
  • 1 9
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
111-hres-199,C000059 Providing that the Congress should stop passing massive Government bailouts. 111-hres-199 C000059 Rep. Calvert, Ken [R-CA-44] R CA 2009-09-29 0
111-hres-199,T000462 Providing that the Congress should stop passing massive Government bailouts. 111-hres-199 T000462 Rep. Tiberi, Patrick J. [R-OH-12] R OH 2009-07-16 0
111-hres-199,J000285 Providing that the Congress should stop passing massive Government bailouts. 111-hres-199 J000285 Rep. Johnson, Timothy V. [R-IL-15] R IL 2009-06-23 0
111-hres-199,L000564 Providing that the Congress should stop passing massive Government bailouts. 111-hres-199 L000564 Rep. Lamborn, Doug [R-CO-5] R CO 2009-04-23 0
111-hres-199,M000508 Providing that the Congress should stop passing massive Government bailouts. 111-hres-199 M000508 Rep. McKeon, Howard P. "Buck" [R-CA-25] R CA 2009-04-23 0
111-hres-199,B001149 Providing that the Congress should stop passing massive Government bailouts. 111-hres-199 B001149 Rep. Burton, Dan [R-IN-5] R IN 2009-04-21 0
111-hres-199,J000255 Providing that the Congress should stop passing massive Government bailouts. 111-hres-199 J000255 Rep. Jones, Walter B., Jr. [R-NC-3] R NC 2009-04-21 0
111-hres-199,B001262 Providing that the Congress should stop passing massive Government bailouts. 111-hres-199 B001262 Rep. Broun, Paul C. [R-GA-10] R GA 2009-03-23 0
111-hres-199,P000373 Providing that the Congress should stop passing massive Government bailouts. 111-hres-199 P000373 Rep. Pitts, Joseph R. [R-PA-16] R PA 2009-03-23 0
111-hres-199,B001243 Providing that the Congress should stop passing massive Government bailouts. 111-hres-199 B001243 Rep. Blackburn, Marsha [R-TN-7] R TN 2009-03-23 0
111-hres-199,M001158 Providing that the Congress should stop passing massive Government bailouts. 111-hres-199 M001158 Rep. Marchant, Kenny [R-TX-24] R TX 2009-03-23 0
111-hres-199,D000533 Providing that the Congress should stop passing massive Government bailouts. 111-hres-199 D000533 Rep. Duncan, John J., Jr. [R-TN-2] R TN 2009-03-23 0
111-hres-199,B001248 Providing that the Congress should stop passing massive Government bailouts. 111-hres-199 B001248 Rep. Burgess, Michael C. [R-TX-26] R TX 2009-03-23 0
111-hres-199,C001076 Providing that the Congress should stop passing massive Government bailouts. 111-hres-199 C001076 Rep. Chaffetz, Jason [R-UT-3] R UT 2009-03-23 0
111-hres-199,J000290 Providing that the Congress should stop passing massive Government bailouts. 111-hres-199 J000290 Rep. Jenkins, Lynn [R-KS-2] R KS 2009-03-23 0
111-hres-199,C001051 Providing that the Congress should stop passing massive Government bailouts. 111-hres-199 C001051 Rep. Carter, John R. [R-TX-31] R TX 2009-02-26 1
111-hres-199,M001155 Providing that the Congress should stop passing massive Government bailouts. 111-hres-199 M001155 Rep. Mack, Connie [R-FL-14] R FL 2009-02-26 1
111-hres-199,P000583 Providing that the Congress should stop passing massive Government bailouts. 111-hres-199 P000583 Rep. Paul, Ron [R-TX-14] R TX 2009-02-26 1
111-hres-199,S000364 Providing that the Congress should stop passing massive Government bailouts. 111-hres-199 S000364 Rep. Shimkus, John [R-IL-19] R IL 2009-02-26 1
111-hres-199,B001256 Providing that the Congress should stop passing massive Government bailouts. 111-hres-199 B001256 Rep. Bachmann, Michele [R-MN-6] R MN 2009-02-26 1
111-hres-199,P000591 Providing that the Congress should stop passing massive Government bailouts. 111-hres-199 P000591 Rep. Price, Tom [R-GA-6] R GA 2009-02-26 1
111-hres-199,G000550 Providing that the Congress should stop passing massive Government bailouts. 111-hres-199 G000550 Rep. Gingrey, Phil [R-GA-11] R GA 2009-02-26 1
111-hres-199,B000208 Providing that the Congress should stop passing massive Government bailouts. 111-hres-199 B000208 Rep. Bartlett, Roscoe G. [R-MD-6] R MD 2009-02-26 1
111-hres-199,M000934 Providing that the Congress should stop passing massive Government bailouts. 111-hres-199 M000934 Rep. Moran, Jerry [R-KS-1] R KS 2009-02-26 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 5.207ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API