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

16 rows where bill_id = "116-hr-8449" 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 12
  • 1 4
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
116-hr-8449,C001072 Veterans’ Sentinel Act 116-hr-8449 C001072 Rep. Carson, Andre [D-IN-7] D IN 2020-11-12 0
116-hr-8449,J000032 Veterans’ Sentinel Act 116-hr-8449 J000032 Rep. Jackson Lee, Sheila [D-TX-18] D TX 2020-10-30 0
116-hr-8449,S001204 Veterans’ Sentinel Act 116-hr-8449 S001204 Del. San Nicolas, Michael F. Q. [D-GU-At Large] D GU 2020-10-30 0
116-hr-8449,J000295 Veterans’ Sentinel Act 116-hr-8449 J000295 Rep. Joyce, David P. [R-OH-14] R OH 2020-10-30 0
116-hr-8449,F000455 Veterans’ Sentinel Act 116-hr-8449 F000455 Rep. Fudge, Marcia L. [D-OH-11] D OH 2020-10-16 0
116-hr-8449,G000553 Veterans’ Sentinel Act 116-hr-8449 G000553 Rep. Green, Al [D-TX-9] D TX 2020-10-16 0
116-hr-8449,C001097 Veterans’ Sentinel Act 116-hr-8449 C001097 Rep. Cárdenas, Tony [D-CA-29] D CA 2020-10-16 0
116-hr-8449,P000613 Veterans’ Sentinel Act 116-hr-8449 P000613 Rep. Panetta, Jimmy [D-CA-20] D CA 2020-10-16 0
116-hr-8449,F000466 Veterans’ Sentinel Act 116-hr-8449 F000466 Rep. Fitzpatrick, Brian K. [R-PA-1] R PA 2020-10-13 0
116-hr-8449,H001090 Veterans’ Sentinel Act 116-hr-8449 H001090 Rep. Harder, Josh [D-CA-10] D CA 2020-10-13 0
116-hr-8449,T000193 Veterans’ Sentinel Act 116-hr-8449 T000193 Rep. Thompson, Bennie G. [D-MS-2] D MS 2020-10-09 0
116-hr-8449,L000562 Veterans’ Sentinel Act 116-hr-8449 L000562 Rep. Lynch, Stephen F. [D-MA-8] D MA 2020-10-09 0
116-hr-8449,K000388 Veterans’ Sentinel Act 116-hr-8449 K000388 Rep. Kelly, Trent [R-MS-1] R MS 2020-09-30 1
116-hr-8449,D000616 Veterans’ Sentinel Act 116-hr-8449 D000616 Rep. DesJarlais, Scott [R-TN-4] R TN 2020-09-30 1
116-hr-8449,O000173 Veterans’ Sentinel Act 116-hr-8449 O000173 Rep. Omar, Ilhan [D-MN-5] D MN 2020-09-30 1
116-hr-8449,C001111 Veterans’ Sentinel Act 116-hr-8449 C001111 Rep. Crist, Charlie [D-FL-13] D FL 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 27.83ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API