cfr_sections
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
3 rows where part_number = 210 and title_number = 40 sorted by section_id
This data as json, CSV (advanced)
| 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:27.0.1.2.13.0.17.1 | 40 | Protection of Environment | I | G | 210 | PART 210—PRIOR NOTICE OF CITIZEN SUITS | § 210.1 Purpose. | EPA | Section 12 of the Noise Control Act authorizes any person to commence a civil action on his own behalf 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 manner of giving notices as required by subsection 12(b) of the Act (Pub. L. 92-574, 86 Stat. 1234) as a prerequisite to the commencement of such actions. | ||||||
| 40:40:27.0.1.2.13.0.17.2 | 40 | Protection of Environment | I | G | 210 | PART 210—PRIOR NOTICE OF CITIZEN SUITS | § 210.2 Service of notice. | EPA | (a) Notice of intent to file suit pursuant to section 12(a)(1) of the Act shall be served upon an alleged violator of a noise control requirement issued under the Act in the following manner: (1) If the alleged violator is a private individual or a corporation, service of notice shall be accomplished by registered mail, return receipt requested, addressed to, or by personal service upon, the owner or managing agent of the equipment, plant, facility, vehicle, or activity alleged to be in violation. A copy of the notice shall be mailed to the Administrator of the Environmental Protection Agency, the Regional Administrator of the Environmental Protection Agency for the region in which such violation is alleged to have occurred; and in the case of a violation of a noise control requirement under section 611 of the Federal Aviation Act, to the Administrator of the Federal Aviation Administration, and the Regional Administrator of the Federal Aviation Administration for the region in which such violation is alleged to have occurred. If the alleged violator is a corporation, a copy of such notice also shall be mailed to the registered agent, if any, of such corporation in the State in which such violation is alleged to have occurred. (2) If the alleged violator is a State or local government entity, service of notice shall be accomplished by registered mail, return receipt requested, addressed to, or by personal service upon, the head of such agency. A copy of such notice shall be mailed to the Administrator of the Environmental Protection Agency, the Regional Administrator of the Environmental Protection Agency for the region in which such violation is alleged to have occurred; and in the case of a violation of a noise control requirement under section 611 of the Federal Aviation Act, to the Administrator of the Federal Aviation Administration, and the Regional Administrator of the Federal Aviation Administration for the region in which such violation is alleged to have occurred. (3) If the alleged violator is a Fed… | ||||||
| 40:40:27.0.1.2.13.0.17.3 | 40 | Protection of Environment | I | G | 210 | PART 210—PRIOR NOTICE OF CITIZEN SUITS | § 210.3 Contents of notice. | EPA | (a) Violation of noise control requirement. Notice regarding an alleged violation of a noise control requirement shall include sufficient information to permit the recipient to identify the specific standard or regulation alleged to have been violated, the activity alleged to constitute a 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, address, and telephone number of the person giving notice. (b) Failure to act. Notice regarding an alleged failure of the Administrator of the Environmental Protection Agency to perform any act or duty under the Noise Control Act which is not discretionary with such Administrator or notice regarding an alleged failure of the Administrator of the Federal Aviation Administration to perform any act or duty under section 611 of the Federal Aviation Act which is not discretionary with such Administrator shall identify the statutory provision which requires such act or creates such duty, shall describe with reasonable specificity the action taken or not taken by such Administrator which is alleged to constitute a failure to perform such act or duty, and shall state the full name, address, and telephone number of the person giving the notice. (c) Identification of Counsel. The notice shall state the name, address, and telephone number of the legal counsel, if any, representing the person giving the notice. |
Advanced export
JSON shape: default, array, newline-delimited, object
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);