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 = 335 and title_number = 9 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 9 · 1 ✖

part_number 1

  • 335 · 1 ✖

agency 1

  • FSIS 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
9:9:2.0.2.1.29.1.7.1 9 Animals and Animal Products III A 335 PART 335—RULES OF PRACTICE GOVERNING PROCEEDINGS UNDER THE FEDERAL MEAT INSPECTION ACT A Subpart A—Criminal Violations   § 335.40 Opportunity for presentation of views before report of criminal violations. FSIS     [52 FR 13828, Apr. 27, 1987] (a) Except as provided in paragraphs (a)(1) through (5) of this section, before any violation of the Federal Meat Inspection Act is reported to the Department of Justice by the Secretary for criminal prosecution the Secretary must give reasonable notice to the suspected violator that the Secretary intends to report the violation for prosecution and give the suspected violator an opportunity to present the violator's views to the Secretary with respect to such proceeding. (1) Notice and opportunity need not be provided if the Secretary has any reason to believe that providing such notice and opportunity could result in the alteration or destruction of evidence, or where disclosure could result in injury to persons or property. (2) Notice and opportunity need not be provided if the Secretary has any reason to believe that providing such notice and opportunity could result in flight of a suspected violator to avoid prosecution. (3) Notice and opportunity need not be provided if the Secretary has any reason to believe that providing such notice and opportunity could result in compromising special investigative techniques, such as undercover or other covert operations. (4) Notice and opportunity need not be provided when the impending criminal referral involves suspicion of bribery and related offenses, or clandestine slaughtering and/or processing operations. (5) Notice and opportunity need not be provided when the impending referral is part of an investigation involving non-Act violations, and the Act and non-Act violations are jointly referred for prosecution. (b) A notice of opportunity to present views will be sent by registered or certified mail, summarize the violations that constitute the basis of the contemplated prosecution, and describe the procedures for presentation of views. Any information given by a respondent, orally or in writing, shall become part of the Department's official record concerning the matter. The Department is under no obligation to disclose evidence to the suspected violator.

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