legislation_cosponsors
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where bill_id = "118-hr-9657" sorted by sponsorship_date descending
This data as json, CSV (advanced)
Suggested facets: sponsorship_date, sponsorship_date (date)
| Link | bill_id | bioguide_id | full_name | party | state | sponsorship_date ▲ | is_original_cosponsor |
|---|---|---|---|---|---|---|---|
| 118-hr-9657,B001317 | Detain and Deport Gang Members Act of 2024 118-hr-9657 | B001317 | Rep. Brecheen, Josh [R-OK-2] | R | OK | 2024-11-18 | 0 |
| 118-hr-9657,B001316 | Detain and Deport Gang Members Act of 2024 118-hr-9657 | B001316 | Rep. Burlison, Eric [R-MO-7] | R | MO | 2024-09-27 | 0 |
| 118-hr-9657,M000317 | Detain and Deport Gang Members Act of 2024 118-hr-9657 | M000317 | Rep. Malliotakis, Nicole [R-NY-11] | R | NY | 2024-09-20 | 0 |
| 118-hr-9657,B000825 | Detain and Deport Gang Members Act of 2024 118-hr-9657 | B000825 | Rep. Boebert, Lauren [R-CO-3] | R | CO | 2024-09-19 | 0 |
| 118-hr-9657,B001314 | Detain and Deport Gang Members Act of 2024 118-hr-9657 | B001314 | Rep. Bean, Aaron [R-FL-4] | R | FL | 2024-09-19 | 0 |
| 118-hr-9657,V000133 | Detain and Deport Gang Members Act of 2024 118-hr-9657 | V000133 | Rep. Van Drew, Jefferson [R-NJ-2] | R | NJ | 2024-09-19 | 0 |
| 118-hr-9657,O000086 | Detain and Deport Gang Members Act of 2024 118-hr-9657 | O000086 | Rep. Owens, Burgess [R-UT-4] | R | UT | 2024-09-18 | 1 |
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);