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 = "94-hr-13784" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party, state

is_original_cosponsor 1

  • 0 15
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
94-hr-13784,R000232 Minority Enterprise Act 94-hr-13784 R000232 Rep. Richmond, Frederick W. [D-NY-14] D     0
94-hr-13784,J000099 Minority Enterprise Act 94-hr-13784 J000099 Rep. Jenrette, John W., Jr. [D-SC-6] D     0
94-hr-13784,A000018 Minority Enterprise Act 94-hr-13784 A000018 Rep. Abzug, Bella S. [D-NY-20] D NY   0
94-hr-13784,D000499 Minority Enterprise Act 94-hr-13784 D000499 Rep. Drinan, Robert F. [D-MA-4] D MA   0
94-hr-13784,Y000028 Minority Enterprise Act 94-hr-13784 Y000028 Rep. Young, Andrew [D-GA-5] D     0
94-hr-13784,V000024 Minority Enterprise Act 94-hr-13784 V000024 Rep. Van Deerlin, Lionel [D-CA-41] D CA   0
94-hr-13784,D000344 Minority Enterprise Act 94-hr-13784 D000344 Rep. Diggs, Charles C., Jr. [D-MI-13] D     0
94-hr-13784,M000527 Minority Enterprise Act 94-hr-13784 M000527 Rep. McKinney, Stewart B. [R-CT-4] R     0
94-hr-13784,C000709 Minority Enterprise Act 94-hr-13784 C000709 Rep. Conte, Silvio O. [R-MA-1] R     0
94-hr-13784,N000113 Minority Enterprise Act 94-hr-13784 N000113 Rep. Nix, Robert N. C. [D-PA-2] D PA   0
94-hr-13784,C000371 Minority Enterprise Act 94-hr-13784 C000371 Rep. Chisholm, Shirley [D-NY-12] D     0
94-hr-13784,H000367 Minority Enterprise Act 94-hr-13784 H000367 Rep. Hawkins, Augustus F. [D-CA-21] D     0
94-hr-13784,K000162 Minority Enterprise Act 94-hr-13784 K000162 Rep. Keys, Martha E. [D-KS-2] D     0
94-hr-13784,M000473 Minority Enterprise Act 94-hr-13784 M000473 Rep. McHugh, Matthew F. [D-NY-27] D     0
94-hr-13784,R000053 Minority Enterprise Act 94-hr-13784 R000053 Rep. Rangel, Charles B. [D-NY-19] D NY   0

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 8.827ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API