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

13 rows where bill_id = "98-hr-4491" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party, state, sponsorship_date (date)

is_original_cosponsor 1

  • 1 13
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
98-hr-4491,D000017 A bill to establish a user fee system under the ocean dumping program. 98-hr-4491 D000017 Rep. D'Amours, Norman E. [D-NH-1] D NH 1983-11-18 1
98-hr-4491,F000286 A bill to establish a user fee system under the ocean dumping program. 98-hr-4491 F000286 Rep. Forsythe, Edwin B. [R-NJ-13] R NJ 1983-11-18 1
98-hr-4491,S001040 A bill to establish a user fee system under the ocean dumping program. 98-hr-4491 S001040 Rep. Studds, Gerry E. [D-MA-10] D MA 1983-11-18 1
98-hr-4491,H000930 A bill to establish a user fee system under the ocean dumping program. 98-hr-4491 H000930 Rep. Hughes, William J. [D-NJ-2] D NJ 1983-11-18 1
98-hr-4491,D000593 A bill to establish a user fee system under the ocean dumping program. 98-hr-4491 D000593 Rep. Dyson, Roy [D-MD-1] D MD 1983-11-18 1
98-hr-4491,M000512 A bill to establish a user fee system under the ocean dumping program. 98-hr-4491 M000512 Rep. McKernan, John R., Jr. [R-ME-1] R ME 1983-11-18 1
98-hr-4491,T000034 A bill to establish a user fee system under the ocean dumping program. 98-hr-4491 T000034 Rep. Tallon, Robert M. (Robin) [D-SC-6] D SC 1983-11-18 1
98-hr-4491,M000702 A bill to establish a user fee system under the ocean dumping program. 98-hr-4491 M000702 Rep. Mikulski, Barbara A. [D-MD-3] D MD 1983-11-18 1
98-hr-4491,F000235 A bill to establish a user fee system under the ocean dumping program. 98-hr-4491 F000235 Rep. Foglietta, Thomas M. [D-PA-1] D PA 1983-11-18 1
98-hr-4491,O000107 A bill to establish a user fee system under the ocean dumping program. 98-hr-4491 O000107 Rep. Ortiz, Solomon P. [D-TX-27] D TX 1983-11-18 1
98-hr-4491,S000136 A bill to establish a user fee system under the ocean dumping program. 98-hr-4491 S000136 Rep. Schneider, Claudine [R-RI-2] R RI 1983-11-18 1
98-hr-4491,O000006 A bill to establish a user fee system under the ocean dumping program. 98-hr-4491 O000006 Rep. Oberstar, James L. [D-MN-8] D MN 1983-11-18 1
98-hr-4491,B000711 A bill to establish a user fee system under the ocean dumping program. 98-hr-4491 B000711 Rep. Boxer, Barbara [D-CA-6] D CA 1983-11-18 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 279.748ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API