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 = "R48894"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: congress, bill_type, bill_number, bill_id

id ▼ report_id bill_title congress bill_type bill_number bill_id
108924 Confederate Names and Military Installations: Fact Sheet R48894   116 pub 116-283 116-pub-116-283
108925 Confederate Names and Military Installations: Fact Sheet R48894   116 pub 116-92 116-pub-116-92
108926 Confederate Names and Military Installations: Fact Sheet R48894   116 pub 116-283 116-pub-116-283
108927 Confederate Names and Military Installations: Fact Sheet R48894   116 pub 116-92 116-pub-116-92
108928 Confederate Names and Military Installations: Fact Sheet R48894   116 pub 116-283 116-pub-116-283
108929 Confederate Names and Military Installations: Fact Sheet R48894   116 pub 116-92 116-pub-116-92
108930 Confederate Names and Military Installations: Fact Sheet R48894 To require the name of military installation under jurisdiction of Secretary of the Army located in Fayetteville, North Carolina, to be known and designated as Fort Bragg, and for other purposes. 119 hr 1214 119-hr-1214
108931 Confederate Names and Military Installations: Fact Sheet R48894 To authorize appropriations for fiscal year 2026 for military activities of the Department of Defense, for military construction, and for defense activities of the Department of Energy, to prescribe military personnel strengths for such fiscal year, and for other purposes. 119 hr 3838 119-hr-3838
108932 Confederate Names and Military Installations: Fact Sheet R48894 An original bill to authorize appropriations for fiscal year 2026 for military activities of the Department of Defense, for military construction, and for defense activities of the Department of Energy, to prescribe military personnel strengths for such fiscal year, and for other purposes. 119 s 2296 119-s-2296
108933 Confederate Names and Military Installations: Fact Sheet R48894 A bill to require the Secretary of Veterans Affairs to disinter the remains of Fernando V. Cota from Fort Sam Houston National Cemetery, Texas, and for other purposes. 119 s 1071 119-s-1071

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