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

10 rows where report_id = "IF13116"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: congress, bill_type

id ▼ report_id bill_title congress bill_type bill_number bill_id
10810 National Park Service: FY2026 Appropriations IF13116   119 pub 119-4 119-pub-119-4
10811 National Park Service: FY2026 Appropriations IF13116   119 pub 119-74 119-pub-119-74
10812 National Park Service: FY2026 Appropriations IF13116   119 pub 119-75 119-pub-119-75
10813 National Park Service: FY2026 Appropriations IF13116   119 pub 119-37 119-pub-119-37
10814 National Park Service: FY2026 Appropriations IF13116   116 pub 116-152 116-pub-116-152
10815 National Park Service: FY2026 Appropriations IF13116   119 pub 119-21 119-pub-119-21
10816 National Park Service: FY2026 Appropriations IF13116   117 pub 117-169 117-pub-117-169
10817 National Park Service: FY2026 Appropriations IF13116 Making appropriations for the Department of the Interior, environment, and related agencies for the fiscal year ending September 30, 2026, and for other purposes. 119 hr 4754 119-hr-4754
10818 National Park Service: FY2026 Appropriations IF13116 An original bill making appropriations for the Department of the Interior, environment, and related agencies for the fiscal year ending September 30, 2026, and for other purposes. 119 s 2431 119-s-2431
10819 National Park Service: FY2026 Appropriations IF13116 A bill to amend title 54, United States Code, to reauthorize the National Parks and Public Land Legacy Restoration Fund, and for other purposes. 119 s 1547 119-s-1547

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