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

18 rows where bill_id = "101-sjres-337" 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 1

  • 0 18
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
101-sjres-337,D000566 A joint resolution designating Labor Day weekend, September 1 through 3, 1990, as "National Drive for Life Weekend". 101-sjres-337 D000566 Sen. Durenberger, Dave [R-MN] R MN 1990-09-13 0
101-sjres-337,R000295 A joint resolution designating Labor Day weekend, September 1 through 3, 1990, as "National Drive for Life Weekend". 101-sjres-337 R000295 Sen. Robb, Charles S. [D-VA] D VA 1990-09-11 0
101-sjres-337,B001225 A joint resolution designating Labor Day weekend, September 1 through 3, 1990, as "National Drive for Life Weekend". 101-sjres-337 B001225 Sen. Bradley, Bill [D-NJ] D NJ 1990-09-11 0
101-sjres-337,N000171 A joint resolution designating Labor Day weekend, September 1 through 3, 1990, as "National Drive for Life Weekend". 101-sjres-337 N000171 Sen. Nunn, Sam [D-GA] D GA 1990-08-02 0
101-sjres-337,D000366 A joint resolution designating Labor Day weekend, September 1 through 3, 1990, as "National Drive for Life Weekend". 101-sjres-337 D000366 Sen. Dixon, Alan J. [D-IL] D IL 1990-08-02 0
101-sjres-337,F000329 A joint resolution designating Labor Day weekend, September 1 through 3, 1990, as "National Drive for Life Weekend". 101-sjres-337 F000329 Sen. Fowler, Wyche, Jr. [D-GA] D GA 1990-08-02 0
101-sjres-337,B000444 A joint resolution designating Labor Day weekend, September 1 through 3, 1990, as "National Drive for Life Weekend". 101-sjres-337 B000444 Sen. Biden, Joseph R., Jr. [D-DE] D DE 1990-08-02 0
101-sjres-337,L000261 A joint resolution designating Labor Day weekend, September 1 through 3, 1990, as "National Drive for Life Weekend". 101-sjres-337 L000261 Sen. Levin, Carl [D-MI] D MI 1990-08-02 0
101-sjres-337,C000598 A joint resolution designating Labor Day weekend, September 1 through 3, 1990, as "National Drive for Life Weekend". 101-sjres-337 C000598 Sen. Cohen, William S. [R-ME] R ME 1990-07-23 0
101-sjres-337,C000567 A joint resolution designating Labor Day weekend, September 1 through 3, 1990, as "National Drive for Life Weekend". 101-sjres-337 C000567 Sen. Cochran, Thad [R-MS] R MS 1990-07-17 0
101-sjres-337,G000072 A joint resolution designating Labor Day weekend, September 1 through 3, 1990, as "National Drive for Life Weekend". 101-sjres-337 G000072 Sen. Garn, E. J. (Jake) [R-UT] R UT 1990-07-11 0
101-sjres-337,S000320 A joint resolution designating Labor Day weekend, September 1 through 3, 1990, as "National Drive for Life Weekend". 101-sjres-337 S000320 Sen. Shelby, Richard C. [D-AL] D AL 1990-07-11 0
101-sjres-337,C000269 A joint resolution designating Labor Day weekend, September 1 through 3, 1990, as "National Drive for Life Weekend". 101-sjres-337 C000269 Sen. Chafee, John H. [R-RI] R RI 1990-07-11 0
101-sjres-337,B000611 A joint resolution designating Labor Day weekend, September 1 through 3, 1990, as "National Drive for Life Weekend". 101-sjres-337 B000611 Sen. Bond, Christopher S. [R-MO] R MO 1990-07-11 0
101-sjres-337,D000030 A joint resolution designating Labor Day weekend, September 1 through 3, 1990, as "National Drive for Life Weekend". 101-sjres-337 D000030 Sen. Danforth, John C. [R-MO] R MO 1990-07-11 0
101-sjres-337,B001077 A joint resolution designating Labor Day weekend, September 1 through 3, 1990, as "National Drive for Life Weekend". 101-sjres-337 B001077 Sen. Burdick, Quentin N. [D-ND] D ND 1990-07-11 0
101-sjres-337,M000678 A joint resolution designating Labor Day weekend, September 1 through 3, 1990, as "National Drive for Life Weekend". 101-sjres-337 M000678 Sen. Metzenbaum, Howard M. [D-OH] D OH 1990-07-11 0
101-sjres-337,C000542 A joint resolution designating Labor Day weekend, September 1 through 3, 1990, as "National Drive for Life Weekend". 101-sjres-337 C000542 Sen. Coats, Daniel [R-IN] R IN 1990-07-11 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 6.829ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API