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

31 rows where report_id = "R48545"

✎ 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
105470 Public Broadcasting: Background Information and Issues for Congress R48545   117 pub 117-328 117-pub-117-328
105471 Public Broadcasting: Background Information and Issues for Congress R48545   85 pub 85-864 85-pub-85-864
105472 Public Broadcasting: Background Information and Issues for Congress R48545   90 pub 90-129 90-pub-90-129
105473 Public Broadcasting: Background Information and Issues for Congress R48545   119 pub 119-4 119-pub-119-4
105474 Public Broadcasting: Background Information and Issues for Congress R48545   90 pub 90-129 90-pub-90-129
105475 Public Broadcasting: Background Information and Issues for Congress R48545   87 pub 87-447 87-pub-87-447
105476 Public Broadcasting: Background Information and Issues for Congress R48545   94 pub 94-192 94-pub-94-192
105477 Public Broadcasting: Background Information and Issues for Congress R48545   119 pub 119-4 119-pub-119-4
105478 Public Broadcasting: Background Information and Issues for Congress R48545   102 pub 102-356 102-pub-102-356
105479 Public Broadcasting: Background Information and Issues for Congress R48545   119 pub 119-4 119-pub-119-4
105480 Public Broadcasting: Background Information and Issues for Congress R48545   118 pub 118-47 118-pub-118-47
105481 Public Broadcasting: Background Information and Issues for Congress R48545   117 pub 117-2 117-pub-117-2
105482 Public Broadcasting: Background Information and Issues for Congress R48545   116 pub 116-136 116-pub-116-136
105483 Public Broadcasting: Background Information and Issues for Congress R48545   118 pub 118-117 118-pub-118-117
105484 Public Broadcasting: Background Information and Issues for Congress R48545   117 pub 117-103 117-pub-117-103
105485 Public Broadcasting: Background Information and Issues for Congress R48545   119 pub 119-28 119-pub-119-28
105486 Public Broadcasting: Background Information and Issues for Congress R48545   119 pub 119-28 119-pub-119-28
105487 Public Broadcasting: Background Information and Issues for Congress R48545   102 pub 102-356 102-pub-102-356
105488 Public Broadcasting: Background Information and Issues for Congress R48545   95 pub 95-567 95-pub-95-567
105489 Public Broadcasting: Background Information and Issues for Congress R48545   100 pub 100-626 100-pub-100-626
105490 Public Broadcasting: Background Information and Issues for Congress R48545   119 pub 119-28 119-pub-119-28
105491 Public Broadcasting: Background Information and Issues for Congress R48545 Establishing the congressional budget for the United States Government for fiscal year 2025 and setting forth the appropriate budgetary levels for fiscal years 2026 through 2034. 118 hconres 117 118-hconres-117
105492 Public Broadcasting: Background Information and Issues for Congress R48545 To rescind certain budget authority proposed to be rescinded in special messages transmitted to the Congress by the President on June 3, 2025, in accordance with section 1012(a) of the Congressional Budget and Impoundment Control Act of 1974. 119 hr 4 119-hr-4
105493 Public Broadcasting: Background Information and Issues for Congress R48545 Making appropriations for the Departments of Labor, Health and Human Services, and Education, and related agencies for the fiscal year ending September 30, 2025, and for other purposes. 118 hr 9029 118-hr-9029
105494 Public Broadcasting: Background Information and Issues for Congress R48545 Making appropriations for the Department of Homeland Security for the fiscal year ending September 30, 2022, and for other purposes. 117 hr 4431 117-hr-4431
105495 Public Broadcasting: Background Information and Issues for Congress R48545 Making appropriations for the Department of Homeland Security for the fiscal year ending September 30, 2023, and for other purposes. 117 hr 8257 117-hr-8257
105496 Public Broadcasting: Background Information and Issues for Congress R48545 An original bill making appropriations for the Departments of Labor, Health and Human Services, and Education, and related agencies for the fiscal year ending September 30, 2026, and for other purposes. 119 s 2587 119-s-2587
105497 Public Broadcasting: Background Information and Issues for Congress R48545 Making appropriations for the Department of Homeland Security for the fiscal year ending September 30, 2023, and for other purposes. 117 hr 8257 117-hr-8257
105498 Public Broadcasting: Background Information and Issues for Congress R48545 Making appropriations for the Departments of Labor, Health and Human Services, and Education, and related agencies for the fiscal year ending September 30, 2026, and for other purposes. 119 hr 5304 119-hr-5304
105499 Public Broadcasting: Background Information and Issues for Congress R48545 Making further consolidated appropriations for the fiscal year ending September 30, 2026, and for other purposes. 119 hr 7148 119-hr-7148
105500 Public Broadcasting: Background Information and Issues for Congress R48545 To amend section 1115 of title 31, United States Code, to amend the description of how performance goals are achieved, and for other purposes. 117 hr 2617 117-hr-2617

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 238.201ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API