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

3 rows where part_number = 904 and title_number = 28 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 28 · 3 ✖

part_number 1

  • 904 · 3 ✖

agency 1

  • - 3
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.7.5.4.0.127.1 28 Judicial Administration IX   904 PART 904—STATE CRIMINAL HISTORY RECORD SCREENING STANDARDS       § 904.1 Purpose and authority.         Pursuant to the National Crime Prevention and Privacy Compact (Compact), title 42, U.S.C., chapter 140, subchapter II, section 14616, Article IV (c), the Compact Council hereby establishes record screening standards for criminal history record information received by means of the III System for noncriminal justice purposes.
28:28:2.0.7.5.4.0.127.2 28 Judicial Administration IX   904 PART 904—STATE CRIMINAL HISTORY RECORD SCREENING STANDARDS       § 904.2 Interpretation of the criminal history record screening requirement.         Compact Article IV(c) provides that “Any record obtained under this Compact may be used only for the official purposes for which the record was requested.” Further, Article III(b)(1)(C) requires that each Party State appoint a Compact officer who shall “regulate the in-State use of records received by means of the III System from the FBI or from other Party States.” To ensure compliance with this requirement, Compact Officers receiving records from the FBI or other Party States are specifically required to “ensure that record entries that may not legally be used for a particular noncriminal justice purpose are deleted from the response and, if no information authorized for release remains, an appropriate ‘no record’ response is communicated to the requesting official.” Compact Article IV(c)(3).
28:28:2.0.7.5.4.0.127.3 28 Judicial Administration IX   904 PART 904—STATE CRIMINAL HISTORY RECORD SCREENING STANDARDS       § 904.3 State criminal history record screening standards.         The following record screening standards relate to criminal history record information received for noncriminal justice purposes as a result of a national search subject to the Compact utilizing the III System. (a) The State Criminal History Record Repository or an authorized agency in the receiving state will complete the record screening required under § 904.2 for all noncriminal justice purposes. (b) Authorized officials performing record screening under § 904.3(a) shall screen the record to determine what information may legally be disseminated for the authorized purpose for which the record was requested. Such record screening will be conducted pursuant to the receiving state's applicable statute, executive order, regulation, formal determination or directive of the state attorney general, or other applicable legal authority. (c) If the state receiving the record has no law, regulation, executive order, state attorney general directive, or other legal authority providing guidance on the screening of criminal history record information received from the FBI or another state as a result of a national search, then the record screening under § 904.3(a) shall be performed in the same manner in which the state screens its own records for noncriminal justice purposes.

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