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

10 rows where bill_id = "103-hr-4403" 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 6
  • 1 4
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
103-hr-4403,H000528 To rescind the fee required for the use of public recreation areas at lakes and reservoirs under the jurisdiction of the Army Corps of Engineers, and for other purposes. 103-hr-4403 H000528 Rep. Herger, Wally [R-CA-2] R CA 1994-06-29 0
103-hr-4403,W000326 To rescind the fee required for the use of public recreation areas at lakes and reservoirs under the jurisdiction of the Army Corps of Engineers, and for other purposes. 103-hr-4403 W000326 Rep. Wheat, Alan [D-MO-5] D MO 1994-05-25 0
103-hr-4403,R000395 To rescind the fee required for the use of public recreation areas at lakes and reservoirs under the jurisdiction of the Army Corps of Engineers, and for other purposes. 103-hr-4403 R000395 Rep. Rogers, Harold [R-KY-5] R KY 1994-05-23 0
103-hr-4403,L000381 To rescind the fee required for the use of public recreation areas at lakes and reservoirs under the jurisdiction of the Army Corps of Engineers, and for other purposes. 103-hr-4403 L000381 Rep. Lloyd, Marilyn [D-TN-3] D TN 1994-05-23 0
103-hr-4403,H000151 To rescind the fee required for the use of public recreation areas at lakes and reservoirs under the jurisdiction of the Army Corps of Engineers, and for other purposes. 103-hr-4403 H000151 Rep. Hancock, Mel [R-MO-7] R MO 1994-05-18 0
103-hr-4403,H001015 To rescind the fee required for the use of public recreation areas at lakes and reservoirs under the jurisdiction of the Army Corps of Engineers, and for other purposes. 103-hr-4403 H001015 Rep. Hutchinson, Tim [R-AR-3] R AR 1994-05-18 0
103-hr-4403,W000428 To rescind the fee required for the use of public recreation areas at lakes and reservoirs under the jurisdiction of the Army Corps of Engineers, and for other purposes. 103-hr-4403 W000428 Rep. Whitten, Jamie L. [D-MS-1] D MS 1994-05-12 1
103-hr-4403,B000817 To rescind the fee required for the use of public recreation areas at lakes and reservoirs under the jurisdiction of the Army Corps of Engineers, and for other purposes. 103-hr-4403 B000817 Rep. Brewster, Bill K. [D-OK-3] D OK 1994-05-12 1
103-hr-4403,M000388 To rescind the fee required for the use of public recreation areas at lakes and reservoirs under the jurisdiction of the Army Corps of Engineers, and for other purposes. 103-hr-4403 M000388 Rep. McCrery, Jim [R-LA-5] R LA 1994-05-12 1
103-hr-4403,S000465 To rescind the fee required for the use of public recreation areas at lakes and reservoirs under the jurisdiction of the Army Corps of Engineers, and for other purposes. 103-hr-4403 S000465 Rep. Skelton, Ike [D-MO-4] D MO 1994-05-12 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 11.594ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API