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

11 rows where bill_id = "109-hconres-285" 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 11
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
109-hconres-285,R000575 Expressing the sense of the Congress that the States of Louisiana, Mississippi, and Alabama should adopt comprehensive, modern, and uniform statewide building codes. 109-hconres-285 R000575 Rep. Rogers, Mike D. [R-AL-3] R AL 2005-11-09 0
109-hconres-285,W000267 Expressing the sense of the Congress that the States of Louisiana, Mississippi, and Alabama should adopt comprehensive, modern, and uniform statewide building codes. 109-hconres-285 W000267 Rep. Weldon, Dave [R-FL-15] R FL 2005-11-08 0
109-hconres-285,U000031 Expressing the sense of the Congress that the States of Louisiana, Mississippi, and Alabama should adopt comprehensive, modern, and uniform statewide building codes. 109-hconres-285 U000031 Rep. Upton, Fred [R-MI-6] R MI 2005-11-08 0
109-hconres-285,C000266 Expressing the sense of the Congress that the States of Louisiana, Mississippi, and Alabama should adopt comprehensive, modern, and uniform statewide building codes. 109-hconres-285 C000266 Rep. Chabot, Steve [R-OH-1] R OH 2005-11-07 0
109-hconres-285,F000238 Expressing the sense of the Congress that the States of Louisiana, Mississippi, and Alabama should adopt comprehensive, modern, and uniform statewide building codes. 109-hconres-285 F000238 Rep. Foley, Mark [R-FL-16] R FL 2005-11-07 0
109-hconres-285,P000585 Expressing the sense of the Congress that the States of Louisiana, Mississippi, and Alabama should adopt comprehensive, modern, and uniform statewide building codes. 109-hconres-285 P000585 Rep. Platts, Todd Russell [R-PA-19] R PA 2005-11-04 0
109-hconres-285,G000210 Expressing the sense of the Congress that the States of Louisiana, Mississippi, and Alabama should adopt comprehensive, modern, and uniform statewide building codes. 109-hconres-285 G000210 Rep. Gillmor, Paul E. [R-OH-5] R OH 2005-11-04 0
109-hconres-285,B000574 Expressing the sense of the Congress that the States of Louisiana, Mississippi, and Alabama should adopt comprehensive, modern, and uniform statewide building codes. 109-hconres-285 B000574 Rep. Blumenauer, Earl [D-OR-3] D OR 2005-11-04 0
109-hconres-285,F000452 Expressing the sense of the Congress that the States of Louisiana, Mississippi, and Alabama should adopt comprehensive, modern, and uniform statewide building codes. 109-hconres-285 F000452 Resident Commissioner Fortuno, Luis G. [R-PR-At Large] R PR 2005-11-04 0
109-hconres-285,B000589 Expressing the sense of the Congress that the States of Louisiana, Mississippi, and Alabama should adopt comprehensive, modern, and uniform statewide building codes. 109-hconres-285 B000589 Rep. Boehner, John A. [R-OH-8] R OH 2005-11-04 0
109-hconres-285,H001022 Expressing the sense of the Congress that the States of Louisiana, Mississippi, and Alabama should adopt comprehensive, modern, and uniform statewide building codes. 109-hconres-285 H001022 Rep. Hyde, Henry J. [R-IL-6] R IL 2005-11-04 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 1214.715ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API