legislation_cosponsors
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
10 rows where bill_id = "114-s-3464" 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 |
|---|---|---|---|---|---|---|---|
| 114-s-3464,R000307 | Overtime Reform and Review Act 114-s-3464 | R000307 | Sen. Roberts, Pat [R-KS] | R | KS | 2016-11-17 | 0 |
| 114-s-3464,C001075 | Overtime Reform and Review Act 114-s-3464 | C001075 | Sen. Cassidy, Bill [R-LA] | R | LA | 2016-11-17 | 0 |
| 114-s-3464,I000024 | Overtime Reform and Review Act 114-s-3464 | I000024 | Sen. Inhofe, James M. [R-OK] | R | OK | 2016-11-17 | 0 |
| 114-s-3464,T000476 | Overtime Reform and Review Act 114-s-3464 | T000476 | Sen. Tillis, Thomas [R-NC] | R | NC | 2016-11-17 | 0 |
| 114-s-3464,C001056 | Overtime Reform and Review Act 114-s-3464 | C001056 | Sen. Cornyn, John [R-TX] | R | TX | 2016-11-16 | 0 |
| 114-s-3464,K000383 | Overtime Reform and Review Act 114-s-3464 | K000383 | Sen. King, Angus S., Jr. [I-ME] | I | ME | 2016-11-15 | 0 |
| 114-s-3464,C001035 | Overtime Reform and Review Act 114-s-3464 | C001035 | Sen. Collins, Susan M. [R-ME] | R | ME | 2016-09-29 | 1 |
| 114-s-3464,L000575 | Overtime Reform and Review Act 114-s-3464 | L000575 | Sen. Lankford, James [R-OK] | R | OK | 2016-09-29 | 1 |
| 114-s-3464,S001184 | Overtime Reform and Review Act 114-s-3464 | S001184 | Sen. Scott, Tim [R-SC] | R | SC | 2016-09-29 | 1 |
| 114-s-3464,F000444 | Overtime Reform and Review Act 114-s-3464 | F000444 | Sen. Flake, Jeff [R-AZ] | R | AZ | 2016-09-29 | 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);