crs_report_bills
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
11 rows where report_id = "R48925"
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 |
|---|---|---|---|---|---|---|
| 109214 | The Food and Drug Administration’s Food Traceability Rule: Overview and Issues for Congress R48925 | 111 | pub | 111-353 | 111-pub-111-353 | |
| 109215 | The Food and Drug Administration’s Food Traceability Rule: Overview and Issues for Congress R48925 | 119 | pub | 119-37 | 119-pub-119-37 | |
| 109216 | The Food and Drug Administration’s Food Traceability Rule: Overview and Issues for Congress R48925 | 111 | pub | 111-353 | 111-pub-111-353 | |
| 109217 | The Food and Drug Administration’s Food Traceability Rule: Overview and Issues for Congress R48925 | 107 | pub | 107-188 | 107-pub-107-188 | |
| 109218 | The Food and Drug Administration’s Food Traceability Rule: Overview and Issues for Congress R48925 | 119 | pub | 119-37 | 119-pub-119-37 | |
| 109219 | The Food and Drug Administration’s Food Traceability Rule: Overview and Issues for Congress R48925 | 111 | pub | 111-353 | 111-pub-111-353 | |
| 109220 | The Food and Drug Administration’s Food Traceability Rule: Overview and Issues for Congress R48925 | 119 | pub | 119-37 | 119-pub-119-37 | |
| 109221 | The Food and Drug Administration’s Food Traceability Rule: Overview and Issues for Congress R48925 | An original bill making appropriations for Agriculture, Rural Development, Food and Drug Administration, and Related Agencies for the fiscal year ending September 30, 2026, and for other purposes. | 119 | s | 2256 | 119-s-2256 |
| 109222 | The Food and Drug Administration’s Food Traceability Rule: Overview and Issues for Congress R48925 | Making appropriations for Agriculture, Rural Development, Food and Drug Administration, and Related Agencies programs for the fiscal year ending September 30, 2026, and for other purposes. | 119 | hr | 4121 | 119-hr-4121 |
| 109223 | The Food and Drug Administration’s Food Traceability Rule: Overview and Issues for Congress R48925 | An original bill making appropriations for Agriculture, Rural Development, Food and Drug Administration, and Related Agencies for the fiscal year ending September 30, 2026, and for other purposes. | 119 | s | 2256 | 119-s-2256 |
| 109224 | The Food and Drug Administration’s Food Traceability Rule: Overview and Issues for Congress R48925 | Making appropriations for Agriculture, Rural Development, Food and Drug Administration, and Related Agencies programs for the fiscal year ending September 30, 2026, and for other purposes. | 119 | hr | 4121 | 119-hr-4121 |
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);