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

5 rows where bill_id = "96-hr-8076" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party

is_original_cosponsor 1

  • 0 5
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
96-hr-8076,B000620 A bill to authorize appropriations for fiscal year 1981 for the Navy for research, development, test, and evaluation of a shallow underwater missile (SUM) submarine system. 96-hr-8076 B000620 Rep. Bonker, Don [D-WA-3] D     0
96-hr-8076,M000058 A bill to authorize appropriations for fiscal year 1981 for the Navy for research, development, test, and evaluation of a shallow underwater missile (SUM) submarine system. 96-hr-8076 M000058 Rep. Maguire, Andrew [D-NJ-7] D     0
96-hr-8076,M000343 A bill to authorize appropriations for fiscal year 1981 for the Navy for research, development, test, and evaluation of a shallow underwater missile (SUM) submarine system. 96-hr-8076 M000343 Rep. McCloskey, Paul N., Jr. [R-CA-12] R CA   0
96-hr-8076,G000268 A bill to authorize appropriations for fiscal year 1981 for the Navy for research, development, test, and evaluation of a shallow underwater missile (SUM) submarine system. 96-hr-8076 G000268 Rep. Goldwater, Barry, Jr. [R-CA-20] R     0
96-hr-8076,F000329 A bill to authorize appropriations for fiscal year 1981 for the Navy for research, development, test, and evaluation of a shallow underwater missile (SUM) submarine system. 96-hr-8076 F000329 Rep. Fowler, Wyche, Jr. [D-GA-5] D     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 162.111ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API