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

14 rows where bill_id = "94-hconres-731" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party

is_original_cosponsor 1

  • 0 14
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
94-hconres-731,W000571 A resolution expressing the sense of Congress that the President take steps to place on the agenda of the United Nations Organization the threat to the peace created by the murder of two American Army officers by members of the North Korean Armed Forces. 94-hconres-731 W000571 Rep. Wilson, Charles H. [D-CA-31] D     0
94-hconres-731,G000349 A resolution expressing the sense of Congress that the President take steps to place on the agenda of the United Nations Organization the threat to the peace created by the murder of two American Army officers by members of the North Korean Armed Forces. 94-hconres-731 G000349 Rep. Gradison, Willis D., Jr. [R-OH-1] R     0
94-hconres-731,F000350 A resolution expressing the sense of Congress that the President take steps to place on the agenda of the United Nations Organization the threat to the peace created by the murder of two American Army officers by members of the North Korean Armed Forces. 94-hconres-731 F000350 Rep. Fraser, Donald M. [D-MN-5] D     0
94-hconres-731,C000799 A resolution expressing the sense of Congress that the President take steps to place on the agenda of the United Nations Organization the threat to the peace created by the murder of two American Army officers by members of the North Korean Armed Forces. 94-hconres-731 C000799 Rep. Cotter, William R. [D-CT-1] D     0
94-hconres-731,D000037 A resolution expressing the sense of Congress that the President take steps to place on the agenda of the United Nations Organization the threat to the peace created by the murder of two American Army officers by members of the North Korean Armed Forces. 94-hconres-731 D000037 Rep. Daniel, Robert W., Jr. [R-VA-4] R     0
94-hconres-731,F000218 A resolution expressing the sense of Congress that the President take steps to place on the agenda of the United Nations Organization the threat to the peace created by the murder of two American Army officers by members of the North Korean Armed Forces. 94-hconres-731 F000218 Rep. Flowers, Walter [D-AL-7] D AL   0
94-hconres-731,F000270 A resolution expressing the sense of Congress that the President take steps to place on the agenda of the United Nations Organization the threat to the peace created by the murder of two American Army officers by members of the North Korean Armed Forces. 94-hconres-731 F000270 Rep. Ford, William D. [D-MI-15] D     0
94-hconres-731,K000325 A resolution expressing the sense of Congress that the President take steps to place on the agenda of the United Nations Organization the threat to the peace created by the murder of two American Army officers by members of the North Korean Armed Forces. 94-hconres-731 K000325 Rep. Krebs, John H. [D-CA-17] D     0
94-hconres-731,M001128 A resolution expressing the sense of Congress that the President take steps to place on the agenda of the United Nations Organization the threat to the peace created by the murder of two American Army officers by members of the North Korean Armed Forces. 94-hconres-731 M001128 Rep. Myers, Gary A. [R-PA-25] R     0
94-hconres-731,W000680 A resolution expressing the sense of Congress that the President take steps to place on the agenda of the United Nations Organization the threat to the peace created by the murder of two American Army officers by members of the North Korean Armed Forces. 94-hconres-731 W000680 Rep. Wolff, Lester L. [D-NY-6] D NY   0
94-hconres-731,M000340 A resolution expressing the sense of Congress that the President take steps to place on the agenda of the United Nations Organization the threat to the peace created by the murder of two American Army officers by members of the North Korean Armed Forces. 94-hconres-731 M000340 Rep. McClory, Robert [R-IL-13] R IL   0
94-hconres-731,M000183 A resolution expressing the sense of Congress that the President take steps to place on the agenda of the United Nations Organization the threat to the peace created by the murder of two American Army officers by members of the North Korean Armed Forces. 94-hconres-731 M000183 Rep. Martin, James G. [R-NC-9] R     0
94-hconres-731,D000267 A resolution expressing the sense of Congress that the President take steps to place on the agenda of the United Nations Organization the threat to the peace created by the murder of two American Army officers by members of the North Korean Armed Forces. 94-hconres-731 D000267 Rep. Derrick, Butler C. [D-SC-3] D     0
94-hconres-731,M000808 A resolution expressing the sense of Congress that the President take steps to place on the agenda of the United Nations Organization the threat to the peace created by the murder of two American Army officers by members of the North Korean Armed Forces. 94-hconres-731 M000808 Rep. Mitchell, Donald J. [R-NY-31] 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.624ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API