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

22 rows where bill_id = "116-hr-7447" 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

  • 1 18
  • 0 4
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
116-hr-7447,G000563 To direct the Federal Communications Commission to take certain actions to accelerate the Rural Digital Opportunity Fund Phase I auction, and for other purposes. 116-hr-7447 G000563 Rep. Gibbs, Bob [R-OH-7] R OH 2020-07-24 0
116-hr-7447,K000381 To direct the Federal Communications Commission to take certain actions to accelerate the Rural Digital Opportunity Fund Phase I auction, and for other purposes. 116-hr-7447 K000381 Rep. Kilmer, Derek [D-WA-6] D WA 2020-07-09 0
116-hr-7447,S001212 To direct the Federal Communications Commission to take certain actions to accelerate the Rural Digital Opportunity Fund Phase I auction, and for other purposes. 116-hr-7447 S001212 Rep. Stauber, Pete [R-MN-8] R MN 2020-07-09 0
116-hr-7447,M001206 To direct the Federal Communications Commission to take certain actions to accelerate the Rural Digital Opportunity Fund Phase I auction, and for other purposes. 116-hr-7447 M001206 Rep. Morelle, Joseph D. [D-NY-25] D NY 2020-07-09 0
116-hr-7447,U000031 To direct the Federal Communications Commission to take certain actions to accelerate the Rural Digital Opportunity Fund Phase I auction, and for other purposes. 116-hr-7447 U000031 Rep. Upton, Fred [R-MI-6] R MI 2020-07-01 1
116-hr-7447,K000385 To direct the Federal Communications Commission to take certain actions to accelerate the Rural Digital Opportunity Fund Phase I auction, and for other purposes. 116-hr-7447 K000385 Rep. Kelly, Robin L. [D-IL-2] D IL 2020-07-01 1
116-hr-7447,H001081 To direct the Federal Communications Commission to take certain actions to accelerate the Rural Digital Opportunity Fund Phase I auction, and for other purposes. 116-hr-7447 H001081 Rep. Hayes, Jahana [D-CT-5] D CT 2020-07-01 1
116-hr-7447,S001201 To direct the Federal Communications Commission to take certain actions to accelerate the Rural Digital Opportunity Fund Phase I auction, and for other purposes. 116-hr-7447 S001201 Rep. Suozzi, Thomas R. [D-NY-3] D NY 2020-07-01 1
116-hr-7447,C001124 To direct the Federal Communications Commission to take certain actions to accelerate the Rural Digital Opportunity Fund Phase I auction, and for other purposes. 116-hr-7447 C001124 Rep. Cox, TJ [D-CA-21] D CA 2020-07-01 1
116-hr-7447,B001286 To direct the Federal Communications Commission to take certain actions to accelerate the Rural Digital Opportunity Fund Phase I auction, and for other purposes. 116-hr-7447 B001286 Rep. Bustos, Cheri [D-IL-17] D IL 2020-07-01 1
116-hr-7447,R000585 To direct the Federal Communications Commission to take certain actions to accelerate the Rural Digital Opportunity Fund Phase I auction, and for other purposes. 116-hr-7447 R000585 Rep. Reed, Tom [R-NY-23] R NY 2020-07-01 1
116-hr-7447,B001306 To direct the Federal Communications Commission to take certain actions to accelerate the Rural Digital Opportunity Fund Phase I auction, and for other purposes. 116-hr-7447 B001306 Rep. Balderson, Troy [R-OH-12] R OH 2020-07-01 1
116-hr-7447,T000193 To direct the Federal Communications Commission to take certain actions to accelerate the Rural Digital Opportunity Fund Phase I auction, and for other purposes. 116-hr-7447 T000193 Rep. Thompson, Bennie G. [D-MS-2] D MS 2020-07-01 1
116-hr-7447,R000597 To direct the Federal Communications Commission to take certain actions to accelerate the Rural Digital Opportunity Fund Phase I auction, and for other purposes. 116-hr-7447 R000597 Rep. Rice, Tom [R-SC-7] R SC 2020-07-01 1
116-hr-7447,D000615 To direct the Federal Communications Commission to take certain actions to accelerate the Rural Digital Opportunity Fund Phase I auction, and for other purposes. 116-hr-7447 D000615 Rep. Duncan, Jeff [R-SC-3] R SC 2020-07-01 1
116-hr-7447,N000190 To direct the Federal Communications Commission to take certain actions to accelerate the Rural Digital Opportunity Fund Phase I auction, and for other purposes. 116-hr-7447 N000190 Rep. Norman, Ralph [R-SC-5] R SC 2020-07-01 1
116-hr-7447,S001209 To direct the Federal Communications Commission to take certain actions to accelerate the Rural Digital Opportunity Fund Phase I auction, and for other purposes. 116-hr-7447 S001209 Rep. Spanberger, Abigail Davis [D-VA-7] D VA 2020-07-01 1
116-hr-7447,T000483 To direct the Federal Communications Commission to take certain actions to accelerate the Rural Digital Opportunity Fund Phase I auction, and for other purposes. 116-hr-7447 T000483 Rep. Trone, David J. [D-MD-6] D MD 2020-07-01 1
116-hr-7447,W000795 To direct the Federal Communications Commission to take certain actions to accelerate the Rural Digital Opportunity Fund Phase I auction, and for other purposes. 116-hr-7447 W000795 Rep. Wilson, Joe [R-SC-2] R SC 2020-07-01 1
116-hr-7447,P000601 To direct the Federal Communications Commission to take certain actions to accelerate the Rural Digital Opportunity Fund Phase I auction, and for other purposes. 116-hr-7447 P000601 Rep. Palazzo, Steven M. [R-MS-4] R MS 2020-07-01 1
116-hr-7447,W000827 To direct the Federal Communications Commission to take certain actions to accelerate the Rural Digital Opportunity Fund Phase I auction, and for other purposes. 116-hr-7447 W000827 Rep. Wright, Ron [R-TX-6] R TX 2020-07-01 1
116-hr-7447,G000583 To direct the Federal Communications Commission to take certain actions to accelerate the Rural Digital Opportunity Fund Phase I auction, and for other purposes. 116-hr-7447 G000583 Rep. Gottheimer, Josh [D-NJ-5] D NJ 2020-07-01 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 4.637ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API