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 = "105-s-627" 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
105-s-627,B000468 A bill to reauthorize the African Elephant Conservation Act. 105-s-627 B000468 Sen. Bingaman, Jeff [D-NM] D NM 1997-11-06 0
105-s-627,M001025 A bill to reauthorize the African Elephant Conservation Act. 105-s-627 M001025 Sen. Moseley-Braun, Carol [D-IL] D IL 1997-09-29 0
105-s-627,B000711 A bill to reauthorize the African Elephant Conservation Act. 105-s-627 B000711 Sen. Boxer, Barbara [D-CA] D CA 1997-06-11 0
105-s-627,S000888 A bill to reauthorize the African Elephant Conservation Act. 105-s-627 S000888 Sen. Stevens, Ted [R-AK] R AK 1997-05-20 0
105-s-627,D000018 A bill to reauthorize the African Elephant Conservation Act. 105-s-627 D000018 Sen. D'Amato, Alfonse [R-NY] R NY 1997-05-01 0
105-s-627,C000813 A bill to reauthorize the African Elephant Conservation Act. 105-s-627 C000813 Sen. Coverdell, Paul [R-GA] R GA 1997-04-25 0
105-s-627,M001085 A bill to reauthorize the African Elephant Conservation Act. 105-s-627 M001085 Sen. Murkowski, Frank H. [R-AK] R AK 1997-04-22 1
105-s-627,C000269 A bill to reauthorize the African Elephant Conservation Act. 105-s-627 C000269 Sen. Chafee, John H. [R-RI] R RI 1997-04-22 1
105-s-627,C000567 A bill to reauthorize the African Elephant Conservation Act. 105-s-627 C000567 Sen. Cochran, Thad [R-MS] R MS 1997-04-22 1
105-s-627,L000174 A bill to reauthorize the African Elephant Conservation Act. 105-s-627 L000174 Sen. Leahy, Patrick J. [D-VT] D VT 1997-04-22 1
105-s-627,W000288 A bill to reauthorize the African Elephant Conservation Act. 105-s-627 W000288 Sen. Wellstone, Paul D. [D-MN] D MN 1997-04-22 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 241.582ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API