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 = 401 and title_number = 14 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 14 · 4 ✖

part_number 1

  • 401 · 4 ✖

agency 1

  • FAA 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
14:14:4.0.2.7.2.0.24.1 14 Aeronautics and Space III A 401 PART 401—ORGANIZATION AND DEFINITIONS       § 401.1 The Office of Commercial Space Transportation. FAA     [Amdt. 401-3, 68 FR 35289, June 13, 2003] The Office of Commercial Space Transportation, referred to in these regulations as the “Office,” is a line of business within the Federal Aviation Administration and is located in the Federal Aviation Administration Headquarters, 800 Independence Avenue, SW., Room 331, Washington, DC 20591.
14:14:4.0.2.7.2.0.24.2 14 Aeronautics and Space III A 401 PART 401—ORGANIZATION AND DEFINITIONS       § 401.3 The Associate Administrator for Commercial Space Transportation. FAA     [Doc. No. FAA-2006-24197, 72 FR 17016, Apr. 6, 2007] The Office is headed by an Associate Administrator to exercise the Secretary's authority to license or permit and otherwise regulate commercial space transportation and to discharge the Secretary's responsibility to encourage, facilitate, and promote commercial space transportation by the United States private sector.
14:14:4.0.2.7.2.0.24.3 14 Aeronautics and Space III A 401 PART 401—ORGANIZATION AND DEFINITIONS       § 401.5 [Reserved] FAA        
14:14:4.0.2.7.2.0.24.4 14 Aeronautics and Space III A 401 PART 401—ORGANIZATION AND DEFINITIONS       § 401.7 Definitions. FAA     [Doc. No. FAA-2019-0229, Amdt. 401-9, 85 FR 79707, Dec. 10, 2020; Doc. No. FAA-2023-1656, Amdt. No. 401-10, 89 FR 76726, Sept. 19, 2024] For the purposes of this chapter unless otherwise excepted, the following definitions apply: Act means 51 U.S.C Subtitle V, Programs Targeting Commercial Opportunities, chapter 509—Commercial Space Launch Activities, 51 U.S.C. 50901-50923. Anomaly means any condition during licensed or permitted activity that deviates from what is standard, normal, or expected, during the verification or operation of a system, subsystem, process, facility, or support equipment. Associate Administrator means the Associate Administrator for Commercial Space Transportation, Federal Aviation Administration, or any person designated by the Associate Administrator to exercise the authority or discharge the responsibilities of the Associate Administrator. Casualty means serious injury or death. Casualty area means the area surrounding each potential debris or vehicle impact point where serious injuries, or worse, can occur. Command control system means the portion of a flight safety system that includes all components needed to send a flight abort control signal to the on-board portion of a flight safety system. Contingency abort means a flight abort with a landing at a planned location that has been designated in advance of vehicle flight. Countdown means the timed sequence of events that must take place to initiate flight of a launch vehicle or reentry of a reentry vehicle. Crew means any employee or independent contractor of a licensee, transferee, or permittee, or of a contractor or subcontractor of a licensee, transferee, or permittee, who performs activities in the course of that employment or contract directly relating to the launch, reentry, or other operation of or in a launch vehicle or reentry vehicle that carries human beings. A crew consists of flight crew and any remote operator. Critical asset means an asset that is essential to the national interests of the United States. Critical assets include property, facilities, or infrastructure necessary for national security purposes, high priority civil space…

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