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

17 rows where bill_id = "110-sjres-43" 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 9
  • 1 8
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
110-sjres-43,D000601 A joint resolution proposing an amendment to the Constitution of the United States relating to marriage. 110-sjres-43 D000601 Sen. Dole, Elizabeth [R-NC] R NC 2008-07-22 0
110-sjres-43,C000286 A joint resolution proposing an amendment to the Constitution of the United States relating to marriage. 110-sjres-43 C000286 Sen. Chambliss, Saxby [R-GA] R GA 2008-07-11 0
110-sjres-43,C000880 A joint resolution proposing an amendment to the Constitution of the United States relating to marriage. 110-sjres-43 C000880 Sen. Crapo, Mike [R-ID] R ID 2008-07-10 0
110-sjres-43,D000595 A joint resolution proposing an amendment to the Constitution of the United States relating to marriage. 110-sjres-43 D000595 Sen. DeMint, Jim [R-SC] R SC 2008-07-09 0
110-sjres-43,G000359 A joint resolution proposing an amendment to the Constitution of the United States relating to marriage. 110-sjres-43 G000359 Sen. Graham, Lindsey [R-SC] R SC 2008-07-09 0
110-sjres-43,I000055 A joint resolution proposing an amendment to the Constitution of the United States relating to marriage. 110-sjres-43 I000055 Sen. Isakson, Johnny [R-GA] R GA 2008-07-08 0
110-sjres-43,B001135 A joint resolution proposing an amendment to the Constitution of the United States relating to marriage. 110-sjres-43 B001135 Sen. Burr, Richard [R-NC] R NC 2008-07-07 0
110-sjres-43,K000352 A joint resolution proposing an amendment to the Constitution of the United States relating to marriage. 110-sjres-43 K000352 Sen. Kyl, Jon [R-AZ] R AZ 2008-07-07 0
110-sjres-43,E000285 A joint resolution proposing an amendment to the Constitution of the United States relating to marriage. 110-sjres-43 E000285 Sen. Enzi, Michael B. [R-WY] R WY 2008-06-26 0
110-sjres-43,V000127 A joint resolution proposing an amendment to the Constitution of the United States relating to marriage. 110-sjres-43 V000127 Sen. Vitter, David [R-LA] R LA 2008-06-25 1
110-sjres-43,C000858 A joint resolution proposing an amendment to the Constitution of the United States relating to marriage. 110-sjres-43 C000858 Sen. Craig, Larry E. [R-ID] R ID 2008-06-25 1
110-sjres-43,R000307 A joint resolution proposing an amendment to the Constitution of the United States relating to marriage. 110-sjres-43 R000307 Sen. Roberts, Pat [R-KS] R KS 2008-06-25 1
110-sjres-43,I000024 A joint resolution proposing an amendment to the Constitution of the United States relating to marriage. 110-sjres-43 I000024 Sen. Inhofe, James M. [R-OK] R OK 2008-06-25 1
110-sjres-43,B000953 A joint resolution proposing an amendment to the Constitution of the United States relating to marriage. 110-sjres-43 B000953 Sen. Brownback, Sam [R-KS] R KS 2008-06-25 1
110-sjres-43,A000109 A joint resolution proposing an amendment to the Constitution of the United States relating to marriage. 110-sjres-43 A000109 Sen. Allard, Wayne [R-CO] R CO 2008-06-25 1
110-sjres-43,T000250 A joint resolution proposing an amendment to the Constitution of the United States relating to marriage. 110-sjres-43 T000250 Sen. Thune, John [R-SD] R SD 2008-06-25 1
110-sjres-43,S000320 A joint resolution proposing an amendment to the Constitution of the United States relating to marriage. 110-sjres-43 S000320 Sen. Shelby, Richard C. [R-AL] R AL 2008-06-25 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 6.934ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API