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

6 rows where bill_id = "97-hr-5132" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party, sponsorship_date (date)

is_original_cosponsor 1

  • 1 6
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
97-hr-5132,B000431 A bill to designate the lock and dam known as the Jones Bluff Lock and Dam, located on the Alabama River, as the "Robert F. Henry Lock and Dam". 97-hr-5132 B000431 Rep. Bevill, Tom [D-AL-4] D AL 1981-12-08 1
97-hr-5132,D000326 A bill to designate the lock and dam known as the Jones Bluff Lock and Dam, located on the Alabama River, as the "Robert F. Henry Lock and Dam". 97-hr-5132 D000326 Rep. Dickinson, William L. [R-AL-2] R AL 1981-12-08 1
97-hr-5132,E000084 A bill to designate the lock and dam known as the Jones Bluff Lock and Dam, located on the Alabama River, as the "Robert F. Henry Lock and Dam". 97-hr-5132 E000084 Rep. Edwards, Jack [R-AL-1] R AL 1981-12-08 1
97-hr-5132,F000208 A bill to designate the lock and dam known as the Jones Bluff Lock and Dam, located on the Alabama River, as the "Robert F. Henry Lock and Dam". 97-hr-5132 F000208 Rep. Flippo, Ronnie G. [D-AL-5] D AL 1981-12-08 1
97-hr-5132,S000320 A bill to designate the lock and dam known as the Jones Bluff Lock and Dam, located on the Alabama River, as the "Robert F. Henry Lock and Dam". 97-hr-5132 S000320 Rep. Shelby, Richard C. [D-AL-7] D AL 1981-12-08 1
97-hr-5132,S000514 A bill to designate the lock and dam known as the Jones Bluff Lock and Dam, located on the Alabama River, as the "Robert F. Henry Lock and Dam". 97-hr-5132 S000514 Rep. Smith, Albert L., Jr. [R-AL-6] R AL 1981-12-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 7.527ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API