home / openregs

crs_report_bills

Cross-references between CRS reports and related legislation. Links CRS analysis to specific bills tracked in the legislation table.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

13 rows where report_id = "R48931"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: bill_title, congress, bill_type, bill_number, bill_id

id ▼ report_id bill_title congress bill_type bill_number bill_id
109270 Sports Reform in the United States: College Athletics and the Olympic Sports Pipeline R48931   108 pub 108-304 108-pub-108-304
109271 Sports Reform in the United States: College Athletics and the Olympic Sports Pipeline R48931   117 pub 117-340 117-pub-117-340
109272 Sports Reform in the United States: College Athletics and the Olympic Sports Pipeline R48931   102 pub 102-559 102-pub-102-559
109273 Sports Reform in the United States: College Athletics and the Olympic Sports Pipeline R48931   116 pub 116-189 116-pub-116-189
109274 Sports Reform in the United States: College Athletics and the Olympic Sports Pipeline R48931   115 pub 115-126 115-pub-115-126
109275 Sports Reform in the United States: College Athletics and the Olympic Sports Pipeline R48931 To protect the name, image, and likeness rights of student athletes and to promote fair competition with respect to intercollegiate athletics, and for other purposes. 119 hr 4312 119-hr-4312
109276 Sports Reform in the United States: College Athletics and the Olympic Sports Pipeline R48931 To establish the American Collegiate Sports Association, and for other purposes. 119 hr 2663 119-hr-2663
109277 Sports Reform in the United States: College Athletics and the Olympic Sports Pipeline R48931 A bill to protect the name, image, and likeness rights of, and provide protections for, student athletes, and for other purposes. 119 s 2932 119-s-2932
109278 Sports Reform in the United States: College Athletics and the Olympic Sports Pipeline R48931 To protect the name, image, and likeness rights of college athletes. 119 hr 6350 119-hr-6350
109279 Sports Reform in the United States: College Athletics and the Olympic Sports Pipeline R48931 To protect the name, image, and likeness rights of student athletes and to promote fair competition with respect to intercollegiate athletics, and for other purposes. 119 hr 4312 119-hr-4312
109280 Sports Reform in the United States: College Athletics and the Olympic Sports Pipeline R48931 To establish the American Collegiate Sports Association, and for other purposes. 119 hr 2663 119-hr-2663
109281 Sports Reform in the United States: College Athletics and the Olympic Sports Pipeline R48931 To prohibit certain entities from barring a student athlete from participating in intercollegiate athletics as a result of such student athlete entering into an endorsement contract, and for other purposes. 118 hr 3630 118-hr-3630
109282 Sports Reform in the United States: College Athletics and the Olympic Sports Pipeline R48931 A bill to protect the name, image, and likeness rights of, and provide protections for, student athletes, and for other purposes. 119 s 2932 119-s-2932

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE crs_report_bills (
    id INTEGER PRIMARY KEY AUTOINCREMENT,
    report_id TEXT NOT NULL REFERENCES crs_reports(id),
    bill_title TEXT,
    congress INTEGER,
    bill_type TEXT,
    bill_number INTEGER,
    bill_id TEXT
);
CREATE INDEX idx_crb_report ON crs_report_bills(report_id);
CREATE INDEX idx_crb_bill ON crs_report_bills(bill_id);
Powered by Datasette · Queries took 5.711ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API