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

4 rows where part_number = 90 and title_number = 33 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: amendment_citations

title_number 1

  • 33 · 4 ✖

part_number 1

  • 90 · 4 ✖

agency 1

  • USCG 4
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.5.45.0.26.1 33 Navigation and Navigable Waters I E 90 PART 90—INLAND RULES: INTERPRETATIVE RULES       § 90.1 Purpose. USCG       This part contains the interpretative rules for the Inland Rules. These interpretative rules are intended as a guide to assist the public and promote compliance with the Inland Rules.
33:33:1.0.1.5.45.0.26.2 33 Navigation and Navigable Waters I E 90 PART 90—INLAND RULES: INTERPRETATIVE RULES       § 90.3 Pushing vessel and vessel being pushed: Composite unit. USCG       Rule 24(b) of the Inland Rules states that when a pushing vessel and a vessel being pushed ahead are rigidly connected in a composite unit, they are regarded as a power-driven vessel and must exhibit the lights prescribed in Rule 23. A “composite unit” is interpreted to be the combination of a pushing vessel and a vessel being push ahead that are rigidly connected by mechanical means so they react to sea and swell as one vessel. Mechanical means does not include lines, wires, hawsers, or chains.
33:33:1.0.1.5.45.0.26.3 33 Navigation and Navigable Waters I E 90 PART 90—INLAND RULES: INTERPRETATIVE RULES       § 90.5 Lights for moored vessels. USCG     [CGD 94-011, 63 FR 5732, Feb. 4, 1998, as amended by USCG-2015-0433, 80 FR 44281, July 27, 2015] A vessel at anchor includes a vessel made fast to one or more mooring buoys or other similar device attached to the ocean floor. Such vessels may be lighted as a vessel at anchor in accordance with Rule 30, or may be lighted on the corners in accordance with 33 CFR 88.30(h) through (l).
33:33:1.0.1.5.45.0.26.4 33 Navigation and Navigable Waters I E 90 PART 90—INLAND RULES: INTERPRETATIVE RULES       § 90.7 Sidelights for unmanned barges. USCG     [CGD 94-011, 63 FR 5732, Feb. 4, 1998] An unmanned barge being towed may use the exception of COLREGS Rule 24(h). However, this exception only applies to the vertical sector requirements for sidelights.

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