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 = 401 and title_number = 34 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 34 · 2 ✖

part_number 1

  • 401 · 2 ✖

agency 1

  • ED 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
34:34:3.1.1.1.2.1.1.1 34 Education IV   401 PART 401—NATIVE AMERICAN CAREER AND TECHNICAL EDUCATION PROGRAM A Subpart A—General   § 401.1 Is the Secretary's decision not to make an award under the Native American Career and Technical Education Program subject to a hearing? ED     [84 FR 7299, Mar. 4, 2019] (a) After receiving written notice from an authorized official of the Department that the Secretary will not award a grant or cooperative agreement to an eligible applicant, an Indian tribal organization has 30 calendar days to make a written request to the Secretary for a hearing to review the Secretary's decision. (b) Within 10 business days of the Department's receipt of a hearing request, the Secretary designates a Department employee who is not assigned to the Office of Career, Technical, and Adult Education to serve as a hearing officer. The hearing officer conducts a hearing and issues a written decision within 75 calendar days of the Department's receipt of the hearing request. The hearing officer establishes rules for the conduct of the hearing. The hearing officer conducts the hearing solely on the basis of written submissions unless the officer determines, in accordance with standards in 34 CFR 81.6(b), that oral argument or testimony is necessary. (c) The Secretary does not make any award under this part to an Indian tribal organization until the hearing officer issues a written decision on any appeal brought under this section.
34:34:3.1.1.1.2.1.1.2 34 Education IV   401 PART 401—NATIVE AMERICAN CAREER AND TECHNICAL EDUCATION PROGRAM A Subpart A—General   §§ 401.2-401.5 [Reserved] ED        

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