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

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 9 · 2 ✖

part_number 1

  • 167 · 2 ✖

agency 1

  • APHIS 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
9:9:1.0.1.12.72.1.87.1 9 Animals and Animal Products I L 167 PART 167—RULES OF PRACTICE GOVERNING PROCEEDINGS UNDER THE SWINE HEALTH PROTECTION ACT A Subpart A—General   § 167.1 Scope and applicability of rules of practice. APHIS       The Uniform Rules of Practice for the Department of Agriculture promulgated in subpart H of part 1, subtitle A, title 7, Code of Federal Regulations, are the Rules of Practice applicable to adjudicatory, administrative proceedings under sections 5 and 6 of the Swine Health Protection Act (7 U.S.C. 3804, 3805). In addition, the Supplemental Rules of Practice set forth in subpart B of this part shall be applicable to such proceedings.
9:9:1.0.1.12.72.2.87.1 9 Animals and Animal Products I L 167 PART 167—RULES OF PRACTICE GOVERNING PROCEEDINGS UNDER THE SWINE HEALTH PROTECTION ACT B Subpart B—Supplemental Rules of Practice   § 167.10 Stipulations. APHIS       (a) At any time prior to the issuance of a complaint seeking a civil penalty under the Act, the Administrator, in his discretion, may enter into a stipulation with any person in which: (1) The Administrator or the Administrator's delegate gives notice of an apparent violation of the Act, or the regulations issued thereunder, by such person and affords such person an opportunity for a hearing regarding the matter as provided by the Act; (2) Such person expressly waives hearing and agrees to a specified order which may include an agreement to pay a specified penalty within a designated time; and (3) The Administrator agrees to accept the order in settlement of the particular matter conditioned upon timely payment of the penalty if the order includes an agreement to pay a penalty. (b) If the order includes an agreement to pay a penalty and the penalty is not paid within the time designated in such a stipulation, the amount of the penalty shall not be relevant in any respect to the penalty which may be assessed after issuance of a complaint.

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