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 = 264 and title_number = 49 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 49 · 1 ✖

part_number 1

  • 264 · 1 ✖

agency 1

  • FRA 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
49:49:4.1.1.1.46.0.138.1 49 Transportation II   264 PART 264—ENVIRONMENTAL IMPACT AND RELATED PROCEDURES       § 264.101 Cross reference to environmental impact and related procedures. FRA     [85 FR 84228, Dec. 28, 2020] The procedures for complying with the National Environmental Policy Act of 1969, as amended (42 U.S.C. 4321 et seq. ), and related statutes, regulations, and orders are set forth in part 771 of title 23 of the Code of Federal Regulations. The procedures for complying with 49 U.S.C. 303, commonly known as “Section 4(f),” are set forth in part 774 of title 23 of the Code of Federal Regulations. The procedures for complying with the Surface Transportation Project Delivery Program application requirements and termination are set forth in part 773 of title 23 of the CFR. The procedures for participating in and complying with the program for eliminating duplication of environmental reviews are set forth in part 778 of title 23 of the CFR.

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