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

9 rows where bill_id = "99-hconres-378" 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 5
  • 0 4
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
99-hconres-378,B000403 A concurrent resolution expressing the sense of the Congress concerning human rights in Nicaragua. 99-hconres-378 B000403 Rep. Bereuter, Doug [R-NE-1] R NE 1986-10-07 0
99-hconres-378,H001022 A concurrent resolution expressing the sense of the Congress concerning human rights in Nicaragua. 99-hconres-378 H001022 Rep. Hyde, Henry J. [R-IL-6] R IL 1986-08-11 0
99-hconres-378,S000586 A concurrent resolution expressing the sense of the Congress concerning human rights in Nicaragua. 99-hconres-378 S000586 Rep. Smith, Lawrence [D-FL-16] D FL 1986-08-11 0
99-hconres-378,W000570 A concurrent resolution expressing the sense of the Congress concerning human rights in Nicaragua. 99-hconres-378 W000570 Rep. Wilson, Charles [D-TX-2] D TX 1986-08-11 0
99-hconres-378,S000675 A concurrent resolution expressing the sense of the Congress concerning human rights in Nicaragua. 99-hconres-378 S000675 Rep. Solomon, Gerald B. H. [R-NY-24] R NY 1986-08-08 1
99-hconres-378,F000041 A concurrent resolution expressing the sense of the Congress concerning human rights in Nicaragua. 99-hconres-378 F000041 Rep. Fascell, Dante B. [D-FL-19] D FL 1986-08-08 1
99-hconres-378,B000890 A concurrent resolution expressing the sense of the Congress concerning human rights in Nicaragua. 99-hconres-378 B000890 Rep. Broomfield, William S. [R-MI-18] R MI 1986-08-08 1
99-hconres-378,M000702 A concurrent resolution expressing the sense of the Congress concerning human rights in Nicaragua. 99-hconres-378 M000702 Rep. Mikulski, Barbara A. [D-MD-3] D MD 1986-08-08 1
99-hconres-378,R000229 A concurrent resolution expressing the sense of the Congress concerning human rights in Nicaragua. 99-hconres-378 R000229 Rep. Richardson, Bill [D-NM-3] D NM 1986-08-08 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 5.598ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API