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 = 302 and title_number = 28 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 28 · 1 ✖

part_number 1

  • 302 · 1 ✖

agency 1

  • BOP 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
28:28:2.0.2.1.3.0.119.1 28 Judicial Administration III   302 PART 302—COMMENTS ON UNICOR BUSINESS OPERATIONS       § 302.1 Public and private sector comment procedures. BOP     [55 FR 30668, July 26, 1990, as amended at 69 FR 1524, Jan. 9, 2004] (a) Any interested party having any comment concerning the business operations of Federal Prison Industries, Inc. (UNICOR) may write to the Chief Operating Officer of UNICOR, or to the Chairman of the Board of Directors of UNICOR, and bring such matters to the attention of either or both officials. Where appropriate, a response shall promptly be made. The Board shall be kept advised of all comments and responses. (b) Address correspondence as follows: (1) Chief Operating Officer, Federal Prison Industries, Inc., 320 First Street, NW., Washington, DC 20534, Attn: Comment Procedures; or (2) Board of Directors, Federal Prison Industries, Inc., 320 First Street, NW., Washington, DC 20534, Attn: Comment Procedures. (c) This section does not apply to inmate complaints which are properly raised through the procedures provided in the Bureau of Prisons' rule on Administrative Remedy (28 CFR part 42).

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