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 = "112-hconres-82" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: sponsorship_date, sponsorship_date (date)

is_original_cosponsor 1

  • 0 6
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
112-hconres-82,R000589 Prohibiting the House or Senate from adjourning for a period of more than 3 days during a fiscal year unless the House involved has adopted a concurrent resolution on the budget for such fiscal year and has approved legislation to provide funding for the operations of the government for the entire fiscal year. 112-hconres-82 R000589 Rep. Rigell, E. Scott [R-VA-2] R VA 2012-08-02 0
112-hconres-82,W000811 Prohibiting the House or Senate from adjourning for a period of more than 3 days during a fiscal year unless the House involved has adopted a concurrent resolution on the budget for such fiscal year and has approved legislation to provide funding for the operations of the government for the entire fiscal year. 112-hconres-82 W000811 Rep. Walsh, Joe [R-IL-8] R IL 2012-08-02 0
112-hconres-82,F000461 Prohibiting the House or Senate from adjourning for a period of more than 3 days during a fiscal year unless the House involved has adopted a concurrent resolution on the budget for such fiscal year and has approved legislation to provide funding for the operations of the government for the entire fiscal year. 112-hconres-82 F000461 Rep. Flores, Bill [R-TX-17] R TX 2012-08-02 0
112-hconres-82,T000471 Prohibiting the House or Senate from adjourning for a period of more than 3 days during a fiscal year unless the House involved has adopted a concurrent resolution on the budget for such fiscal year and has approved legislation to provide funding for the operations of the government for the entire fiscal year. 112-hconres-82 T000471 Rep. Turner, Robert L. [R-NY-9] R NY 2012-08-02 0
112-hconres-82,R000587 Prohibiting the House or Senate from adjourning for a period of more than 3 days during a fiscal year unless the House involved has adopted a concurrent resolution on the budget for such fiscal year and has approved legislation to provide funding for the operations of the government for the entire fiscal year. 112-hconres-82 R000587 Rep. Ribble, Reid J. [R-WI-8] R WI 2011-11-17 0
112-hconres-82,B001275 Prohibiting the House or Senate from adjourning for a period of more than 3 days during a fiscal year unless the House involved has adopted a concurrent resolution on the budget for such fiscal year and has approved legislation to provide funding for the operations of the government for the entire fiscal year. 112-hconres-82 B001275 Rep. Bucshon, Larry [R-IN-8] R IN 2011-11-15 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 427.597ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API