home / openregs

cfr_sections

Current Code of Federal Regulations (eCFR) — the actual text of federal regulations in force. Covers 19 CFR titles with 123,000+ regulatory sections and full-text search.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

1 row where part_number = 221 and title_number = 33 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 33 · 1 ✖

part_number 1

  • 221 · 1 ✖

agency 1

  • USACE 1
section_id ▼ title_number title_name chapter subchapter part_number part_name subpart subpart_name section_number section_heading agency authority source_citation amendment_citations full_text
33:33:3.0.1.1.6.0.1.1 33 Navigation and Navigable Waters II   221 PART 221—WORK FOR OTHERS       § 221.1 Investigation and supervision of hydropower projects under the Federal Power Act (ER 1140-2-4). USACE       (a) Purpose. This regulation 1 establishes procedures for executing Corps of Engineers functions under the authority of the Federal Power Act (FPA) administered by the Department of Energy, Federal Energy Regulatory Commission (FERC), formerly Federal Power Commission. Based on a specific request from FERC, these functions include: 1 This regulation supersedes ER 1140-2-4, 8 December 1967, and ER 1140-2-2, 10 September 1965. (1) Investigation of applications filed with FERC for permits and licenses, and for relicensing of projects to ascertain impacts on Corps of Engineers responsibilities. (2) Investigation of applications for surrender or termination of license to ascertain impacts on Corps of Engineers responsibilities. (3) Supervision and inspection of operations of licensed hydroelectric projects to ascertain impacts on Corps of Engineers responsibilities. (b) Applicability. This regulation applies to all field operating agencies having Civil Works responsibilities. (c) References. (1) Federal Power Commission publication entitled “Federal Power Act”, as amended, dated 1 April 1975. The Act was originally enacted 10 June 1920 (41 Stat. 1063, 16 U.S.C. 791-823). This publication can be obtained from the U.S. Government Printing Office, Washington, D.C. 20402. (2) Code of Federal Regulations, Title 18, part 1 to 149 relating to FERC General Rules and Regulations, available at the U.S. Government Printing Office, Washington, D.C. 20402. (3) ER 1145-2-303 (33 CFR 209.120), 2 Permits for Activities in Navigable Waters or Ocean Waters. 2 33 CFR 209.120 was removed at 42 FR 37133, July 19, 1977. (4) ER 1140-2-1, Submission of Data for Headwater Benefits Determination. (d) Definitions —(1) Licensed project. A non-Federal hydroelectric project for which the FERC has issued a license granting authority for either construction, in the case of a proposed project, or for continued operation and maintenance of an existing project. (2) Major projects. Hydroelectric projects with more th…

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE cfr_sections (
    section_id TEXT PRIMARY KEY,
    title_number INTEGER,
    title_name TEXT,
    chapter TEXT,
    subchapter TEXT,
    part_number TEXT,
    part_name TEXT,
    subpart TEXT,
    subpart_name TEXT,
    section_number TEXT,
    section_heading TEXT,
    agency TEXT,
    authority TEXT,
    source_citation TEXT,
    amendment_citations TEXT,
    full_text TEXT
);
CREATE INDEX idx_cfr_title ON cfr_sections(title_number);
CREATE INDEX idx_cfr_part ON cfr_sections(part_number);
CREATE INDEX idx_cfr_agency ON cfr_sections(agency);
Powered by Datasette · Queries took 5297.445ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API