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

7 rows where report_id = "IF13162"

✎ 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
10944 U.S. International Food Assistance Primer IF13162   115 pub 115-334 115-pub-115-334
10945 U.S. International Food Assistance Primer IF13162   117 pub 117-263 117-pub-117-263
10946 U.S. International Food Assistance Primer IF13162   119 pub 119-37 119-pub-119-37
10947 U.S. International Food Assistance Primer IF13162   119 pub 119-75 119-pub-119-75
10948 U.S. International Food Assistance Primer IF13162 To transfer the functions, duties, responsibilities, assets, liabilities, orders, determinations, rules, regulations, permits, grants, loans, contracts, agreements, certificates, licenses, and privileges of the United States Agency for International Development relating to implementing and administering the Food for Peace Act to the Department of Agriculture. 119 hr 1207 119-hr-1207
10949 U.S. International Food Assistance Primer IF13162 A bill to transfer the functions, duties, responsibilities, assets, liabilities, orders, determinations, rules, regulations, permits, grants, loans, contracts, agreements, certificates, licenses, and privileges of the United States Agency for International Development relating to implementing and administering the Food for Peace Act to the Department of Agriculture. 119 s 525 119-s-525
10950 U.S. International Food Assistance Primer IF13162 To provide for the reform and continuation of agricultural and other programs of the Department of Agriculture through fiscal year 2031, and for other purposes. 119 hr 7567 119-hr-7567

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