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 = 9 and title_number = 40 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 40 · 1 ✖

part_number 1

  • 9 · 1 ✖

agency 1

  • EPA 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
40:40:1.0.1.1.9.0.1.1 40 Protection of Environment I A 9 PART 9—OMB APPROVALS UNDER THE PAPERWORK REDUCTION ACT       § 9.1 OMB approvals under the Paperwork Reduction Act. EPA     [58 FR 27472, May 10, 1993] This part consolidates the display of control numbers assigned to collections of information in certain EPA regulations by the Office of Management and Budget (OMB) under the Paperwork Reduction Act (PRA). No person is required to respond to an information collection request regulated by the PRA unless a valid control number assigned by OMB is displayed in either this part, another part of the Code of Federal Regulations, a valid Federal Register notice, or by other appropriate means. 1 The ICRs referenced in this section of the table encompass the applicable general provisions contained in 40 CFR part 60, subpart A, which are not independent information collection requirements. 2 The ICRs referenced in this section of the table encompass the applicable general provisions contained in 40 CFR part 61, subpart A, which are not independent information collection requirements. 3 The ICRs referenced in this section of the table encompass the applicable general provisions contained in 40 CFR part 63, subpart A, which are not independent information collection requirements.

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