legislation_cosponsors
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
25 rows where bill_id = "103-s-177" sorted by sponsorship_date descending
This data as json, CSV (advanced)
Suggested facets: party, state, sponsorship_date, sponsorship_date (date)
| Link | bill_id | bioguide_id | full_name | party | state | sponsorship_date ▲ | is_original_cosponsor |
|---|---|---|---|---|---|---|---|
| 103-s-177,B000639 | Private Property Rights Act of 1993 103-s-177 | B000639 | Sen. Boren, David L. [D-OK] | D | OK | 1993-09-08 | 0 |
| 103-s-177,S000320 | Private Property Rights Act of 1993 103-s-177 | S000320 | Sen. Shelby, Richard C. [D-AL] | D | AL | 1993-08-03 | 0 |
| 103-s-177,K000088 | Private Property Rights Act of 1993 103-s-177 | K000088 | Sen. Kempthorne, Dirk [R-ID] | R | ID | 1993-04-22 | 0 |
| 103-s-177,M001085 | Private Property Rights Act of 1993 103-s-177 | M001085 | Sen. Murkowski, Frank H. [R-AK] | R | AK | 1993-04-21 | 0 |
| 103-s-177,B000382 | Private Property Rights Act of 1993 103-s-177 | B000382 | Sen. Bennett, Robert F. [R-UT] | R | UT | 1993-03-19 | 0 |
| 103-s-177,K000017 | Private Property Rights Act of 1993 103-s-177 | K000017 | Sen. Kassebaum, Nancy Landon [R-KS] | R | KS | 1993-03-16 | 0 |
| 103-s-177,L000504 | Private Property Rights Act of 1993 103-s-177 | L000504 | Sen. Lugar, Richard G. [R-IN] | R | IN | 1993-03-10 | 0 |
| 103-s-177,G000333 | Private Property Rights Act of 1993 103-s-177 | G000333 | Sen. Gorton, Slade [R-WA] | R | WA | 1993-03-10 | 0 |
| 103-s-177,B001126 | Private Property Rights Act of 1993 103-s-177 | B001126 | Sen. Burns, Conrad R. [R-MT] | R | MT | 1993-03-04 | 0 |
| 103-s-177,B000919 | Private Property Rights Act of 1993 103-s-177 | B000919 | Sen. Brown, Hank [R-CO] | R | CO | 1993-03-04 | 0 |
| 103-s-177,H000338 | Private Property Rights Act of 1993 103-s-177 | H000338 | Sen. Hatch, Orrin G. [R-UT] | R | UT | 1993-03-04 | 0 |
| 103-s-177,C000567 | Private Property Rights Act of 1993 103-s-177 | C000567 | Sen. Cochran, Thad [R-MS] | R | MS | 1993-03-02 | 0 |
| 103-s-177,C000542 | Private Property Rights Act of 1993 103-s-177 | C000542 | Sen. Coats, Daniel [R-IN] | R | IN | 1993-02-16 | 0 |
| 103-s-177,G000386 | Private Property Rights Act of 1993 103-s-177 | G000386 | Sen. Grassley, Chuck [R-IA] | R | IA | 1993-02-03 | 0 |
| 103-s-177,T000254 | Private Property Rights Act of 1993 103-s-177 | T000254 | Sen. Thurmond, Strom [R-SC] | R | SC | 1993-02-03 | 0 |
| 103-s-177,C000858 | Private Property Rights Act of 1993 103-s-177 | C000858 | Sen. Craig, Larry E. [R-ID] | R | ID | 1993-01-21 | 1 |
| 103-s-177,W000092 | Private Property Rights Act of 1993 103-s-177 | W000092 | Sen. Wallop, Malcolm [R-WY] | R | WY | 1993-01-21 | 1 |
| 103-s-177,G000365 | Private Property Rights Act of 1993 103-s-177 | G000365 | Sen. Gramm, Phil [R-TX] | R | TX | 1993-01-21 | 1 |
| 103-s-177,S000429 | Private Property Rights Act of 1993 103-s-177 | S000429 | Sen. Simpson, Alan K. [R-WY] | R | WY | 1993-01-21 | 1 |
| 103-s-177,H000463 | Private Property Rights Act of 1993 103-s-177 | H000463 | Sen. Helms, Jesse [R-NC] | R | NC | 1993-01-21 | 1 |
| 103-s-177,N000102 | Private Property Rights Act of 1993 103-s-177 | N000102 | Sen. Nickles, Don [R-OK] | R | OK | 1993-01-21 | 1 |
| 103-s-177,B000611 | Private Property Rights Act of 1993 103-s-177 | B000611 | Sen. Bond, Christopher S. [R-MO] | R | MO | 1993-01-21 | 1 |
| 103-s-177,M000355 | Private Property Rights Act of 1993 103-s-177 | M000355 | Sen. McConnell, Mitch [R-KY] | R | KY | 1993-01-21 | 1 |
| 103-s-177,S000888 | Private Property Rights Act of 1993 103-s-177 | S000888 | Sen. Stevens, Ted [R-AK] | R | AK | 1993-01-21 | 1 |
| 103-s-177,L000447 | Private Property Rights Act of 1993 103-s-177 | L000447 | Sen. Lott, Trent [R-MS] | R | MS | 1993-01-21 | 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);