crs_report_bills
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where report_id = "IF13202"
This data as json, CSV (advanced)
Suggested facets: congress, bill_type
| id ▼ | report_id | bill_title | congress | bill_type | bill_number | bill_id |
|---|---|---|---|---|---|---|
| 11037 | Section 408 Permission to Alter Army Corps Works: Developments and Congressional Considerations IF13202 | 115 | pub | 115-270 | 115-pub-115-270 | |
| 11038 | Section 408 Permission to Alter Army Corps Works: Developments and Congressional Considerations IF13202 | 114 | pub | 114-322 | 114-pub-114-322 | |
| 11039 | Section 408 Permission to Alter Army Corps Works: Developments and Congressional Considerations IF13202 | 118 | pub | 118-272 | 118-pub-118-272 | |
| 11040 | Section 408 Permission to Alter Army Corps Works: Developments and Congressional Considerations IF13202 | To amend the National Environmental Policy Act of 1969 to clarify ambiguous provisions and facilitate a more efficient, effective, and timely environmental review process. | 119 | hr | 4776 | 119-hr-4776 |
| 11041 | Section 408 Permission to Alter Army Corps Works: Developments and Congressional Considerations IF13202 | A bill to provide greater output, price stability, and regulatory certainty with respect to domestic energy production in the United States and exports, and for other purposes. | 118 | s | 879 | 118-s-879 |
| 11042 | Section 408 Permission to Alter Army Corps Works: Developments and Congressional Considerations IF13202 | To require the Secretary of the Army, acting through the Chief of Engineers, to propose a new nationwide permit under the Federal Water Pollution Control Act for dredging projects, and for other purposes. | 118 | hr | 6708 | 118-hr-6708 |
| 11043 | Section 408 Permission to Alter Army Corps Works: Developments and Congressional Considerations IF13202 | A bill to require the Secretary of the Army, acting through the Chief of Engineers, to propose a new nationwide permit under the Federal Water Pollution Control Act for dredging projects, and for other purposes. | 118 | s | 3433 | 118-s-3433 |
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);