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 = 100 and title_number = 15 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: amendment_citations, full_text

title_number 1

  • 15 · 3 ✖

part_number 1

  • 100 · 3 ✖

agency 1

  • BIS 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
15:15:1.2.1.1.7.0.5.1 15 Commerce and Foreign Trade I   100 PART 100—SEAL       § 100.1 [Reserved] BIS        
15:15:1.2.1.1.7.0.5.2 15 Commerce and Foreign Trade I   100 PART 100—SEAL       § 100.2 Description. BIS     [91 FR 2855, Jan. 23, 2026] The approved, official seal of the Census Bureau is as follows: On a shield, an open book beneath which is a lamp of knowledge emitting rays above in base two crossed quills. Around the whole a wreath of single leaves, surrounded by an outer band bearing between two stars the words “U.S. Department of Commerce” in the upper portion and “Bureau of the Census” in the lower portion, the lettering concentric with an inner beaded rim and an outer dentilated rim.
15:15:1.2.1.1.7.0.5.3 15 Commerce and Foreign Trade I   100 PART 100—SEAL       § 100.3 [Reserved] BIS        

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