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

3 rows where part_number = 1500 and title_number = 49 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 49 · 3 ✖

part_number 1

  • 1500 · 3 ✖

agency 1

  • TSA 3
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
49:49:9.1.3.3.1.0.10.1 49 Transportation XII A 1500 PART 1500—APPLICABILITY, TERMS, AND ABBREVIATIONS       § 1500.1 Applicability. TSA       This chapter, this subchapter, and this part apply to all matters regulated by the Transportation Security Administration.
49:49:9.1.3.3.1.0.10.2 49 Transportation XII A 1500 PART 1500—APPLICABILITY, TERMS, AND ABBREVIATIONS       § 1500.3 Terms and abbreviations used in this chapter. TSA     [85 FR 16497, Mar. 23, 2020, as amended at 89 FR 35625, May 1, 2024; 91 FR 7161, Feb. 17, 2026] As used in this chapter: Administrator means the Assistant Secretary for Homeland Security, Transportation Security Administration (Assistant Secretary), who is the highest-ranking TSA official, or his or her designee. Administrator also means the Under Secretary of Transportation for Security identified in 49 U.S.C. 114(b). Alien means “alien” as defined in 8 U.S.C. 1101(a)(3). Authorized representative means any individual who is not a direct employee of a person regulated under this title, but is authorized to act on that person's behalf to perform measures required under the Transportation Security Regulations, or a TSA security program. For purposes of this subchapter, the term “authorized representative” includes agents, contractors, and subcontractors, and employees of the same. Bus means any of several types of motor vehicles used by public or private entities to provide transportation service for passengers. Bus transit system means a public transportation system providing frequent transportation service (not limited to morning and evening peak travel times) for the primary purpose of moving passengers between bus stops, often through multiple connections (a bus transit system does not become a commuter bus system even if its primary purpose is the transportation of commuters). This term does not include tourist, scenic, historic, or excursion operations. Citizen of the United States or U.S. Citizen means any person who is a United States citizen by law, birth, or naturalization as described in 8 U.S.C. 1401 et seq. Commuter bus system means a system providing passenger service primarily during morning and evening peak periods, between an urban area and more distant outlying communities in a greater metropolitan area. This term does not include tourist, scenic, historic, or excursion operations. Commuter passenger train service means “train, commuter” as defined in 49 CFR 238.5, and includes service provided by diesel or electric powered locomotives and railroad passenger cars to serve…
49:49:9.1.3.3.1.0.10.3 49 Transportation XII A 1500 PART 1500—APPLICABILITY, TERMS, AND ABBREVIATIONS       § 1500.5 Rules of construction. TSA     [67 FR 8351, Feb. 22, 2002, as amended at 90 FR 21690, May 21, 2025] (a) In this chapter, unless the context requires otherwise: (1) Words importing the singular include the plural. (2) Words importing the plural include the singular. (3) Words importing the masculine sex include the feminine. (b) In this chapter, the word: (1) “Must” is used in an imperative sense; (2) “May” is used in a permissive sense to state authority or permission to do the act prescribed, and the words “no person may * * *” or “a person may not * * *” mean that no person is required, authorized, or permitted to do the act prescribed; and (3) “Includes” means “includes but is not limited to”.

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