legislation_cosponsors
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
4 rows where bill_id = "101-hr-3372" sorted by sponsorship_date descending
This data as json, CSV (advanced)
Suggested facets: state, sponsorship_date, sponsorship_date (date)
is_original_cosponsor 1
- 0 4
| Link | bill_id | bioguide_id | full_name | party | state | sponsorship_date ▲ | is_original_cosponsor |
|---|---|---|---|---|---|---|---|
| 101-hr-3372,E000031 | To amend the National Housing Act of 1934 to limit eligibility for mortgage insurance based on borrower income, and for other purposes. 101-hr-3372 | E000031 | Rep. Eckart, Dennis E. [D-OH-11] | D | OH | 1989-11-02 | 0 |
| 101-hr-3372,K000009 | To amend the National Housing Act of 1934 to limit eligibility for mortgage insurance based on borrower income, and for other purposes. 101-hr-3372 | K000009 | Rep. Kaptur, Marcy [D-OH-9] | D | OH | 1989-10-18 | 0 |
| 101-hr-3372,P000034 | To amend the National Housing Act of 1934 to limit eligibility for mortgage insurance based on borrower income, and for other purposes. 101-hr-3372 | P000034 | Rep. Pallone, Frank, Jr. [D-NJ-3] | D | NJ | 1989-10-18 | 0 |
| 101-hr-3372,G000047 | To amend the National Housing Act of 1934 to limit eligibility for mortgage insurance based on borrower income, and for other purposes. 101-hr-3372 | G000047 | Rep. Garcia, Robert [D-NY-18] | D | NY | 1989-10-18 | 0 |
Advanced export
JSON shape: default, array, newline-delimited, object
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);