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

15 rows where bill_id = "116-hr-8455" 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

  • 1 12
  • 0 3
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
116-hr-8455,E000299 Reconciliation in Place Names Act 116-hr-8455 E000299 Rep. Escobar, Veronica [D-TX-16] D TX 2020-11-30 0
116-hr-8455,N000147 Reconciliation in Place Names Act 116-hr-8455 N000147 Del. Norton, Eleanor Holmes [D-DC-At Large] D DC 2020-11-16 0
116-hr-8455,C001061 Reconciliation in Place Names Act 116-hr-8455 C001061 Rep. Cleaver, Emanuel [D-MO-5] D MO 2020-10-02 0
116-hr-8455,G000553 Reconciliation in Place Names Act 116-hr-8455 G000553 Rep. Green, Al [D-TX-9] D TX 2020-09-30 1
116-hr-8455,B001300 Reconciliation in Place Names Act 116-hr-8455 B001300 Rep. Barragan, Nanette Diaz [D-CA-44] D CA 2020-09-30 1
116-hr-8455,E000297 Reconciliation in Place Names Act 116-hr-8455 E000297 Rep. Espaillat, Adriano [D-NY-13] D NY 2020-09-30 1
116-hr-8455,D000096 Reconciliation in Place Names Act 116-hr-8455 D000096 Rep. Davis, Danny K. [D-IL-7] D IL 2020-09-30 1
116-hr-8455,T000481 Reconciliation in Place Names Act 116-hr-8455 T000481 Rep. Tlaib, Rashida [D-MI-13] D MI 2020-09-30 1
116-hr-8455,G000574 Reconciliation in Place Names Act 116-hr-8455 G000574 Rep. Gallego, Ruben [D-AZ-7] D AZ 2020-09-30 1
116-hr-8455,B000574 Reconciliation in Place Names Act 116-hr-8455 B000574 Rep. Blumenauer, Earl [D-OR-3] D OR 2020-09-30 1
116-hr-8455,L000582 Reconciliation in Place Names Act 116-hr-8455 L000582 Rep. Lieu, Ted [D-CA-33] D CA 2020-09-30 1
116-hr-8455,E000296 Reconciliation in Place Names Act 116-hr-8455 E000296 Rep. Evans, Dwight [D-PA-3] D PA 2020-09-30 1
116-hr-8455,L000551 Reconciliation in Place Names Act 116-hr-8455 L000551 Rep. Lee, Barbara [D-CA-13] D CA 2020-09-30 1
116-hr-8455,N000179 Reconciliation in Place Names Act 116-hr-8455 N000179 Rep. Napolitano, Grace F. [D-CA-32] D CA 2020-09-30 1
116-hr-8455,J000298 Reconciliation in Place Names Act 116-hr-8455 J000298 Rep. Jayapal, Pramila [D-WA-7] D WA 2020-09-30 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.785ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API