crs_report_bills
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
3 rows where report_id = "IF13221"
This data as json, CSV (advanced)
Suggested facets: congress
| id ▼ | report_id | bill_title | congress | bill_type | bill_number | bill_id |
|---|---|---|---|---|---|---|
| 11097 | Community Development Block Grants for Disaster Recovery: A Primer IF13221 | 118 | pub | 118-158 | 118-pub-118-158 | |
| 11098 | Community Development Block Grants for Disaster Recovery: A Primer IF13221 | 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 |
| 11099 | Community Development Block Grants for Disaster Recovery: A Primer IF13221 | To authorize the President to provide disaster assistance to States and Indian Tribes under a major disaster recovery program, and for other purposes. | 119 | hr | 316 | 119-hr-316 |
Advanced export
JSON shape: default, array, newline-delimited, object
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);