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 = "112-hres-374" 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 2

  • 0 8
  • 1 1
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
112-hres-374,S001179 Expressing the sense of the House of Representatives that the United States should initiate negotiations to enter into a free trade agreement with Georgia. 112-hres-374 S001179 Rep. Schock, Aaron [R-IL-18] R IL 2012-09-10 0
112-hres-374,C001062 Expressing the sense of the House of Representatives that the United States should initiate negotiations to enter into a free trade agreement with Georgia. 112-hres-374 C001062 Rep. Conaway, K. Michael [R-TX-11] R TX 2012-05-07 0
112-hres-374,D000600 Expressing the sense of the House of Representatives that the United States should initiate negotiations to enter into a free trade agreement with Georgia. 112-hres-374 D000600 Rep. Diaz-Balart, Mario [R-FL-21] R FL 2012-02-01 0
112-hres-374,K000378 Expressing the sense of the House of Representatives that the United States should initiate negotiations to enter into a free trade agreement with Georgia. 112-hres-374 K000378 Rep. Kinzinger, Adam [R-IL-11] R IL 2011-12-20 0
112-hres-374,L000564 Expressing the sense of the House of Representatives that the United States should initiate negotiations to enter into a free trade agreement with Georgia. 112-hres-374 L000564 Rep. Lamborn, Doug [R-CO-5] R CO 2011-12-12 0
112-hres-374,K000363 Expressing the sense of the House of Representatives that the United States should initiate negotiations to enter into a free trade agreement with Georgia. 112-hres-374 K000363 Rep. Kline, John [R-MN-2] R MN 2011-11-16 0
112-hres-374,S000510 Expressing the sense of the House of Representatives that the United States should initiate negotiations to enter into a free trade agreement with Georgia. 112-hres-374 S000510 Rep. Smith, Adam [D-WA-9] D WA 2011-09-08 0
112-hres-374,D000492 Expressing the sense of the House of Representatives that the United States should initiate negotiations to enter into a free trade agreement with Georgia. 112-hres-374 D000492 Rep. Dreier, David [R-CA-26] R CA 2011-07-28 0
112-hres-374,S001162 Expressing the sense of the House of Representatives that the United States should initiate negotiations to enter into a free trade agreement with Georgia. 112-hres-374 S001162 Rep. Schwartz, Allyson Y. [D-PA-13] D PA 2011-07-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 188.809ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API