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

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 40 · 2 ✖

part_number 1

  • 311 · 2 ✖

agency 1

  • EPA 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
40:40:30.0.1.1.8.0.9.1 40 Protection of Environment I J 311 PART 311—WORKER PROTECTION       § 311.1 Scope and application. EPA       The substantive provisions found at 29 CFR 1910.120 on and after March 6, 1990, and before March 6, 1990, found at 54 FR 9317 (March 6, 1989), apply to State and local government employees engaged in hazardous waste operations, as defined in 29 CFR 1910.120(a), in States that do not have a State plan approved under section 18 of the Occupational Safety and Health Act of 1970.
40:40:30.0.1.1.8.0.9.2 40 Protection of Environment I J 311 PART 311—WORKER PROTECTION       § 311.2 Definition of employee. EPA       Employee in § 311.1 is defined as a compensated or non-compensated worker who is controlled directly by a State or local government, as contrasted to an independent contractor.

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