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

1 row where part_number = 300 and title_number = 20 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 20 · 1 ✖

part_number 1

  • 300 · 1 ✖

agency 1

  • SSA 1
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
20:20:1.0.2.9.39.0.155.1 20 Employees' Benefits II C 300 PART 300—DEFINITIONS       § 300.1 Words and phrases. SSA     [Board Order 40-368 and Board Order 40-385, 5 FR 2717, Aug. 1, 1940, as amended by Board Order 68-72, 33 FR 11114, Aug. 6, 1968] For the purposes of the regulations in this part, except where the language or context indicates otherwise: (a) The term “act” means the Railroad Unemployment Insurance act. (b) The term “employer” means an employer as defined in the act and part 201 of this chapter. (c) The term “Board” means the Railroad Retirement Board. (d) The term “person” includes an individual, trust, estate, partnership, association, joint stock company, company, corporation, and institution. (e) The term “United States”, when used in a geographical sense, means the States and the District of Columbia. (f) The term “State” means any of the States or the District of Columbia. (g) The term “employment” means service performed as an employee. (h) The term “local lodges and divisions” and the term “local lodge or division” as used in section 1(a) and 1(d), respectively, of the act, shall be construed to include any subordinate unit of a national railway labor organization defined as an “employer” under the act, which unit functions in the same manner as, or similar to “local lodges” as that term is ordinarily used, irrespective of the designation of such unit by its national organization.

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