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 = "111-hr-5409" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: state, sponsorship_date, sponsorship_date (date)

is_original_cosponsor 2

  • 0 9
  • 1 2
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
111-hr-5409,J000032 Residential Construction Lending Act 111-hr-5409 J000032 Rep. Jackson Lee, Sheila [D-TX-18] D TX 2010-12-08 0
111-hr-5409,N000183 Residential Construction Lending Act 111-hr-5409 N000183 Rep. Nye, Glenn C. [D-VA-2] D VA 2010-07-30 0
111-hr-5409,M001168 Residential Construction Lending Act 111-hr-5409 M001168 Rep. Murphy, Patrick J. [D-PA-8] D PA 2010-07-01 0
111-hr-5409,C001078 Residential Construction Lending Act 111-hr-5409 C001078 Rep. Connolly, Gerald E. [D-VA-11] D VA 2010-07-01 0
111-hr-5409,P000596 Residential Construction Lending Act 111-hr-5409 P000596 Resident Commissioner Pierluisi, Pedro R. [D-PR-At Large] D PR 2010-06-17 0
111-hr-5409,P000600 Residential Construction Lending Act 111-hr-5409 P000600 Rep. Perriello, Thomas S.P. [D-VA-5] D VA 2010-06-17 0
111-hr-5409,M000485 Residential Construction Lending Act 111-hr-5409 M000485 Rep. McIntyre, Mike [D-NC-7] D NC 2010-06-15 0
111-hr-5409,B000490 Residential Construction Lending Act 111-hr-5409 B000490 Rep. Bishop, Sanford D., Jr. [D-GA-2] D GA 2010-06-15 0
111-hr-5409,K000369 Residential Construction Lending Act 111-hr-5409 K000369 Rep. Kissell, Larry [D-NC-8] D NC 2010-06-10 0
111-hr-5409,B001234 Residential Construction Lending Act 111-hr-5409 B001234 Rep. Baca, Joe [D-CA-43] D CA 2010-05-26 1
111-hr-5409,M000087 Residential Construction Lending Act 111-hr-5409 M000087 Rep. Maloney, Carolyn B. [D-NY-14] D NY 2010-05-26 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 6.522ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API