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

2 rows where part_number = 400 and title_number = 14 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 14 · 2 ✖

part_number 1

  • 400 · 2 ✖

agency 1

  • FAA 2
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.1.0.24.1 14 Aeronautics and Space III A 400 PART 400—BASIS AND SCOPE       § 400.1 Basis. FAA       The basis for the regulations in this chapter is the Commercial Space Launch Act of 1984, and applicable treaties and international agreements to which the United States is party.
14:14:4.0.2.7.1.0.24.2 14 Aeronautics and Space III A 400 PART 400—BASIS AND SCOPE       § 400.2 Scope. FAA     [Doc. No. FAA-2012-0045, 80 FR 31834, June 4, 2015] The regulations in this chapter set forth the procedures and requirements applicable to the authorization and supervision under 51 U.S.C. subtitle V, chapter 509, of commercial space transportation activities conducted in the United States or by a U.S. citizen. The regulations in this chapter do not apply to— (a) Space activities carried out by the United States Government on behalf of the United States Government; (b) The launch of an amateur rocket as defined in § 1.1 of chapter I of this title; or (c) A launch of a tethered launch vehicle that meets all the following criteria: (1) Launch vehicle. The launch vehicle must— (i) Be unmanned; (ii) Be powered by a liquid or hybrid rocket motor; (iii) Not use any of the toxic propellants of Table I417-2 and Table I417-3 in Appendix I of part 417 of this chapter; and (iv) Carry no more than 5,000 pounds of propellant. (2) Tether system. The tether system must— (i) Not yield or fail under— (A) The maximum dynamic load on the system; or (B) A load equivalent to two times the maximum potential engine thrust. (ii) Have a minimum safety factor of 3.0 for yield stress and 5.0 for ultimate stress. (iii) Constrain the launch vehicle within 75 feet above ground level as measured from the ground to the attachment point of the vehicle to the tether. (iv) Display no damage prior to the launch. (v) Be insulated or located such that it will not experience thermal damage due to the launch vehicle's exhaust. (3) Separation distances. The launch operator must separate its launch from the public and the property of the public by a distance no less than that provided for each quantity of propellant listed in Table A of this section. Table A—Separation Distances for Tethered Launches

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