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

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 49 · 2 ✖

part_number 1

  • 303 · 2 ✖

agency 1

  • FHWA 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
49:49:5.1.1.1.2.0.1.1 49 Transportation III A 303 PART 303—CIVIL RIGHTS       § 303.1 Purpose. FHWA       The purpose of this part is to provide guidelines and procedures for implementing the Federal Motor Carrier Safety Administration's (FMCSA) Title VI program under Title VI of the Civil Rights Act of 1964 and related civil rights laws and regulations. For FMCSA-only programs or activities, Federal financial assistance recipients or grantees will continue to apply and use the Departmental Title VI provisions at 49 CFR part 21. For joint and multi-agency programs/projects, FMCSA Federal assistance recipients or grantees must use the Title VI requirements at 49 CFR part 21, unless agreement is reached by the Federal funding agencies for the recipients to use the Title VI procedures of another agency.
49:49:5.1.1.1.2.0.1.2 49 Transportation III A 303 PART 303—CIVIL RIGHTS       § 303.3 Application of this part. FHWA       The provisions of this part are applicable to all elements of the FMCSA and to any program or activity for which Federal financial assistance is authorized under a law administered by the FMCSA. This part provides Title VI guidelines for State Departments of Transportation and local State agencies, including their sub-recipients, to implement Title VI. It also applies to money paid, property transferred, or other Federal financial assistance extended under any program of the FMCSA after the date of this part.

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