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 = "96-hres-756" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party

is_original_cosponsor 1

  • 0 9
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
96-hres-756,B000160 A resolution to express the sense of the House of Representatives concerning the operations at Washington National and Dulles International Airports. 96-hres-756 B000160 Rep. Barnes, Michael D. [D-MD-8] D     0
96-hres-756,B000918 A resolution to express the sense of the House of Representatives concerning the operations at Washington National and Dulles International Airports. 96-hres-756 B000918 Rep. Brown, George E., Jr. [D-CA-36] D CA   0
96-hres-756,D000044 A resolution to express the sense of the House of Representatives concerning the operations at Washington National and Dulles International Airports. 96-hres-756 D000044 Rep. Dannemeyer, William E. [R-CA-39] R     0
96-hres-756,F000151 A resolution to express the sense of the House of Representatives concerning the operations at Washington National and Dulles International Airports. 96-hres-756 F000151 Rep. Fisher, Joesph L. [D-VA-10] D     0
96-hres-756,H000241 A resolution to express the sense of the House of Representatives concerning the operations at Washington National and Dulles International Airports. 96-hres-756 H000241 Rep. Harris, Herbert E., II [D-VA-8] D     0
96-hres-756,S000716 A resolution to express the sense of the House of Representatives concerning the operations at Washington National and Dulles International Airports. 96-hres-756 S000716 Rep. Spellman, Gladys Noon [D-MD-5] D     0
96-hres-756,F000046 A resolution to express the sense of the House of Representatives concerning the operations at Washington National and Dulles International Airports. 96-hres-756 F000046 Del. Fauntroy, Walter E. [D-DC-At Large] D     0
96-hres-756,C000581 A resolution to express the sense of the House of Representatives concerning the operations at Washington National and Dulles International Airports. 96-hres-756 C000581 Rep. Coelho, Anthony Lee [D-CA-15] D     0
96-hres-756,B000244 A resolution to express the sense of the House of Representatives concerning the operations at Washington National and Dulles International Airports. 96-hres-756 B000244 Rep. Bauman, Robert E. [R-MD-1] R     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 4.886ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API