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

7 rows where bill_id = "95-hres-1369" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party

is_original_cosponsor 1

  • 0 7
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
95-hres-1369,E000043 A resolution expressing the sense of the House that the Reverend Sun Myung Moon appear before the Subcommittee on International Organizations investigating Korean-American relations. 95-hres-1369 E000043 Rep. Edgar, Robert W. [D-PA-7] D     0
95-hres-1369,H000230 A resolution expressing the sense of the House that the Reverend Sun Myung Moon appear before the Subcommittee on International Organizations investigating Korean-American relations. 95-hres-1369 H000230 Rep. Harrington, Michael J. [D-MA-6] D     0
95-hres-1369,K000025 A resolution expressing the sense of the House that the Reverend Sun Myung Moon appear before the Subcommittee on International Organizations investigating Korean-American relations. 95-hres-1369 K000025 Rep. Kazen, Abraham, Jr. [D-TX-23] D     0
95-hres-1369,S000062 A resolution expressing the sense of the House that the Reverend Sun Myung Moon appear before the Subcommittee on International Organizations investigating Korean-American relations. 95-hres-1369 S000062 Rep. Sarasin, Ronald A. [R-CT-5] R     0
95-hres-1369,V000087 A resolution expressing the sense of the House that the Reverend Sun Myung Moon appear before the Subcommittee on International Organizations investigating Korean-American relations. 95-hres-1369 V000087 Rep. Vento, Bruce F. [D-MN-4] D     0
95-hres-1369,W000227 A resolution expressing the sense of the House that the Reverend Sun Myung Moon appear before the Subcommittee on International Organizations investigating Korean-American relations. 95-hres-1369 W000227 Rep. Weaver, James H. [D-OR-4] D     0
95-hres-1369,W000406 A resolution expressing the sense of the House that the Reverend Sun Myung Moon appear before the Subcommittee on International Organizations investigating Korean-American relations. 95-hres-1369 W000406 Rep. Whitehurst, G. William [R-VA-2] 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 5.5ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API