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

7 rows where part_number = 70 and title_number = 33 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subpart, subpart_name, amendment_citations

title_number 1

  • 33 · 7 ✖

part_number 1

  • 70 · 7 ✖

agency 1

  • USCG 7
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:1.0.1.3.30.1.1.1 33 Navigation and Navigable Waters I C 70 PART 70—INTERFERENCE WITH OR DAMAGE TO AIDS TO NAVIGATION 70.01 Subpart 70.01—Interference With Aids to Navigation   § 70.01-1 General provisions. USCG     [CGFR 58-17, 23 FR 3383, May 20, 1958, as amended by USCG-2022-0323, 88 FR 10028, Feb. 16, 2023] No person, excluding the Armed Forces, shall obstruct or interfere with any aid to navigation established and maintained by the Coast Guard, or any private aid to navigation established and maintained in accordance with part 64, 66, 67, or 118 of this chapter.
33:33:1.0.1.3.30.1.1.2 33 Navigation and Navigable Waters I C 70 PART 70—INTERFERENCE WITH OR DAMAGE TO AIDS TO NAVIGATION 70.01 Subpart 70.01—Interference With Aids to Navigation   § 70.01-5 Penalty. USCG     [CGFR 52-15, 18 FR 12, Jan. 1, 1953] Any person violating the provisions of this section shall be deemed guilty of a misdemeanor and be subject to a fine not exceeding the sum of $500 for each offense, and each day during which such violation shall continue shall be considered a new offense.
33:33:1.0.1.3.30.2.1.1 33 Navigation and Navigable Waters I C 70 PART 70—INTERFERENCE WITH OR DAMAGE TO AIDS TO NAVIGATION 70.05 Subpart 70.05—Collision With or Damage to Aids to Navigation   § 70.05-1 General provisions. USCG       No person shall take possession of or make use of for any purpose, or build upon, alter, deface, destroy, move, injure, obstruct by fastening vessels thereto or otherwise, or in any manner whatever impair the usefulness of any aid to navigation established and maintained by the United States.
33:33:1.0.1.3.30.2.1.2 33 Navigation and Navigable Waters I C 70 PART 70—INTERFERENCE WITH OR DAMAGE TO AIDS TO NAVIGATION 70.05 Subpart 70.05—Collision With or Damage to Aids to Navigation   § 70.05-5 Penalty. USCG     [CGFR 52-15, 18 FR 12, Jan. 1, 1953, as amended by USCG-2009-0416, 74 FR 27438, June 10, 2009] Every person and every corporation that shall violate, or that shall knowingly aid, abet, authorize, or instigate a violation of the provisions of § 70.05-1 shall be guilty of a misdemeanor, and on conviction thereof shall be punished by a fine of up to $25,000 per day, or by imprisonment (in case of a natural person) for not less than thirty days nor more than one year, or both, one half of such fine to be paid to the person or persons giving information which shall lead to conviction.
33:33:1.0.1.3.30.2.1.3 33 Navigation and Navigable Waters I C 70 PART 70—INTERFERENCE WITH OR DAMAGE TO AIDS TO NAVIGATION 70.05 Subpart 70.05—Collision With or Damage to Aids to Navigation   § 70.05-10 Revocation of merchant mariner credential officer endorsement or license. USCG     [CGFR 52-15, 18 FR 12, Jan. 1, 1953, as amended by USCG-2006-24371, 74 FR 11211, Mar. 16, 2009] Every master, pilot, and engineer, or person or persons acting in such capacity, respectively, on board any boat or vessel who shall willfully injure or destroy an aid to navigation established and maintained by the United States shall be deemed guilty of violating the provisions of § 70.05-1 and shall upon conviction be punished as provided in § 70.05-5 and shall also have his merchant mariner credential officer endorsement or license revoked or suspended for a term to be fixed by the judge before whom tried and convicted.
33:33:1.0.1.3.30.2.1.4 33 Navigation and Navigable Waters I C 70 PART 70—INTERFERENCE WITH OR DAMAGE TO AIDS TO NAVIGATION 70.05 Subpart 70.05—Collision With or Damage to Aids to Navigation   § 70.05-15 Liability for damages. USCG       Any boat, vessel, scow, raft or other craft used or employed in violating any of the provisions of § 70.05-1 shall be liable for the pecuniary penalties specified in § 70.05-5, and in addition thereto for the amount of damage done by said boat, vessel, scow, raft or other craft, which may be proceeded against summarily by way of libel in any district court of the United States having jurisdiction thereof.
33:33:1.0.1.3.30.2.1.5 33 Navigation and Navigable Waters I C 70 PART 70—INTERFERENCE WITH OR DAMAGE TO AIDS TO NAVIGATION 70.05 Subpart 70.05—Collision With or Damage to Aids to Navigation   § 70.05-20 Report required. USCG     [CGFR 58-17, 23 FR 3383, May 20, 1958, as amended by CGFR 61-55, 26 FR 12572, Dec. 28, 1961; CGD 97-023, 62 FR 33362, June 19, 1997; USCG-2022-0323, 88 FR 10028, Feb. 16, 2023] Whenever any vessel collides with an aid to navigation established and maintained by the United States or any private aid to navigation established or maintained in accordance with part 64, 66, 67, or 118 of this chapter, or is connected with any such collision, it shall be the duty of the person in charge of such vessel to report the accident to the nearest Officer in Charge, Marine Inspection, in accordance with 46 CFR part 4.

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