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

3 rows where part_number = 54 and title_number = 40 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 40 · 3 ✖

part_number 1

  • 54 · 3 ✖

agency 1

  • EPA 3
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
40:40:6.0.1.1.2.0.1.1 40 Protection of Environment I C 54 PART 54—PRIOR NOTICE OF CITIZEN SUITS       § 54.1 Purpose. EPA       Section 304 of the Clean Air Act, as amended, authorizes the commencement of civil actions to enforce the Act or to enforce certain requirements promulgated pursuant to the Act. The purpose of this part is to prescribe procedures governing the giving of notices required by subsection 304(b) of the Act (sec. 12, Pub. L. 91-604; 84 Stat. 1706) as a prerequisite to the commencement of such actions.
40:40:6.0.1.1.2.0.1.2 40 Protection of Environment I C 54 PART 54—PRIOR NOTICE OF CITIZEN SUITS       § 54.2 Service of notice. EPA       (a) Notice to Administrator: Service of notice given to the Administrator under this part shall be accomplished by certified mail addressed to the Administrator, Environmental Protection Agency, Washington, DC 20460. Where notice relates to violation of an emission standard or limitation or to violation of an order issued with respect to an emission standard or limitation, a copy of such notice shall be mailed to the Regional Administrator of the Environmental Protection Agency for the Region in which such violation is alleged to have occurred. (b) Notice to State: Service of notice given to a State under this part regarding violation of an emission standard or limitation, or an order issued with respect to an emission standard or limitation shall be accomplished by certified mail addressed to an authorized representative of the State agency charged with responsibility for air pollution control in the State. A copy of such notice shall be mailed to the Governor of the State. (c) Notice to alleged violator: Service of notice given to an alleged violator under this part shall be accomplished by certified mail addressed to, or by personal service upon, the owner or managing agent of the building, plant, installation, or facility alleged to be in violation of an emission standard or limitation, or an order issued with respect to an emission standard or limitation. Where the alleged violator is a corporation, a copy of such notice shall be sent by certified mail to the registered agent, if any, of such corporation in the State in which such violation is alleged to have occurred. (d) Notice served in accordance with the provisions of this part shall be deemed given on the postmark date, if served by mail, or on the date of receipt, if personally served.
40:40:6.0.1.1.2.0.1.3 40 Protection of Environment I C 54 PART 54—PRIOR NOTICE OF CITIZEN SUITS       § 54.3 Contents of notice. EPA       (a) Failure to act. Notice regarding a failure of the Administrator to perform an act or duty which is not discretionary shall identify the provisions of the Act which requires such act or creates such duty, shall describe with reasonable specificity the action taken or not taken by the Administrator which is claimed to constitute a failure to perform such act or duty, and shall state the full name and address of the person giving the notice. (b) Violation of standard, limitation or order. Notices to the Administrator, States, and alleged violators regarding violation of an emission standard or limitation or an order issued with respect to an emission standard or limitation, shall include sufficient information to permit the recipient to identify the specific standard, limitation, or order which has allegedly been violated, the activity alleged to be in violation, the person or persons responsible for the alleged violation, the location of the alleged violation, the date or dates of such violation, and the full name and address of the person giving the notice.

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