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

15 rows where bill_id = "104-hr-3236" 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 2

  • 0 14
  • 1 1
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
104-hr-3236,D000312 To amend the Consolidated Farm and Rural Development Act to provide a grace period for the prohibition on Consolidated Farm Service Agency (CFSA) lending to delinquent borrowers. 104-hr-3236 D000312 Rep. Dickey, Jay [R-AR-4] R AR 1996-04-25 0
104-hr-3236,B000996 To amend the Consolidated Farm and Rural Development Act to provide a grace period for the prohibition on Consolidated Farm Service Agency (CFSA) lending to delinquent borrowers. 104-hr-3236 B000996 Rep. Bryant, Ed [R-TN-7] R TN 1996-04-18 0
104-hr-3236,M000388 To amend the Consolidated Farm and Rural Development Act to provide a grace period for the prohibition on Consolidated Farm Service Agency (CFSA) lending to delinquent borrowers. 104-hr-3236 M000388 Rep. McCrery, Jim [R-LA-5] R LA 1996-04-18 0
104-hr-3236,T000193 To amend the Consolidated Farm and Rural Development Act to provide a grace period for the prohibition on Consolidated Farm Service Agency (CFSA) lending to delinquent borrowers. 104-hr-3236 T000193 Rep. Thompson, Bennie G. [D-MS-2] D MS 1996-04-18 0
104-hr-3236,M000472 To amend the Consolidated Farm and Rural Development Act to provide a grace period for the prohibition on Consolidated Farm Service Agency (CFSA) lending to delinquent borrowers. 104-hr-3236 M000472 Rep. McHugh, John M. [R-NY-24] R NY 1996-04-18 0
104-hr-3236,W000099 To amend the Consolidated Farm and Rural Development Act to provide a grace period for the prohibition on Consolidated Farm Service Agency (CFSA) lending to delinquent borrowers. 104-hr-3236 W000099 Rep. Walsh, James T. [R-NY-25] R NY 1996-04-18 0
104-hr-3236,J000177 To amend the Consolidated Farm and Rural Development Act to provide a grace period for the prohibition on Consolidated Farm Service Agency (CFSA) lending to delinquent borrowers. 104-hr-3236 J000177 Rep. Johnson, Tim [D-SD-At Large] D SD 1996-04-16 0
104-hr-3236,P000258 To amend the Consolidated Farm and Rural Development Act to provide a grace period for the prohibition on Consolidated Farm Service Agency (CFSA) lending to delinquent borrowers. 104-hr-3236 P000258 Rep. Peterson, Collin C. [D-MN-7] D MN 1996-04-16 0
104-hr-3236,S000851 To amend the Consolidated Farm and Rural Development Act to provide a grace period for the prohibition on Consolidated Farm Service Agency (CFSA) lending to delinquent borrowers. 104-hr-3236 S000851 Rep. Stenholm, Charles W. [D-TX-17] D TX 1996-04-16 0
104-hr-3236,H000621 To amend the Consolidated Farm and Rural Development Act to provide a grace period for the prohibition on Consolidated Farm Service Agency (CFSA) lending to delinquent borrowers. 104-hr-3236 H000621 Rep. Hilliard, Earl F. [D-AL-7] D AL 1996-04-16 0
104-hr-3236,C000494 To amend the Consolidated Farm and Rural Development Act to provide a grace period for the prohibition on Consolidated Farm Service Agency (CFSA) lending to delinquent borrowers. 104-hr-3236 C000494 Rep. Clayton, Eva M. [D-NC-1] D NC 1996-04-16 0
104-hr-3236,H000712 To amend the Consolidated Farm and Rural Development Act to provide a grace period for the prohibition on Consolidated Farm Service Agency (CFSA) lending to delinquent borrowers. 104-hr-3236 H000712 Rep. Holden, Tim [D-PA-6] D PA 1996-04-16 0
104-hr-3236,B000081 To amend the Consolidated Farm and Rural Development Act to provide a grace period for the prohibition on Consolidated Farm Service Agency (CFSA) lending to delinquent borrowers. 104-hr-3236 B000081 Rep. Baldacci, John Elias [D-ME-2] D ME 1996-04-16 0
104-hr-3236,P000422 To amend the Consolidated Farm and Rural Development Act to provide a grace period for the prohibition on Consolidated Farm Service Agency (CFSA) lending to delinquent borrowers. 104-hr-3236 P000422 Rep. Pomeroy, Earl [D-ND-At Large] D ND 1996-04-16 0
104-hr-3236,T000238 To amend the Consolidated Farm and Rural Development Act to provide a grace period for the prohibition on Consolidated Farm Service Agency (CFSA) lending to delinquent borrowers. 104-hr-3236 T000238 Rep. Thornberry, Mac [R-TX-13] R TX 1996-04-15 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.041ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API