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 = 99 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

  • 99 · 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.4.40.1.74.1 9 Animals and Animal Products I D 99 PART 99—RULES OF PRACTICE GOVERNING PROCEEDINGS UNDER CERTAIN ACTS A Subpart A—General   § 99.1 Scope and applicability of rules of practice. APHIS     [48 FR 30095, June 30, 1983. Redesignated at 52 FR 29502, Aug. 10, 1987, as amended at 68 FR 6345, Feb. 7, 2003] 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 the following statutory provisions: Act of May 29, 1884, commonly known as the Animal Industry Act, section 7, as amended (21 U.S.C. 117), Act of August 30, 1890, section 6, as amended (21 U.S.C. 104), Act of February 2, 1903, commonly known as the Cattle Contagious Diseases Act of 1903, section 3, as amended (21 U.S.C. 122), Act of July 2, 1962, section 6(a), as amended (21 U.S.C. 134e), Act of May 6, 1970, section 2, as amended (21 U.S.C. 135a). The Animal Health Protection Act, section 10414 (7 U.S.C. 8313) Act of May 29, 1884, commonly known as the Animal Industry Act, section 7, as amended (21 U.S.C. 117), Act of August 30, 1890, section 6, as amended (21 U.S.C. 104), Act of February 2, 1903, commonly known as the Cattle Contagious Diseases Act of 1903, section 3, as amended (21 U.S.C. 122), Act of July 2, 1962, section 6(a), as amended (21 U.S.C. 134e), Act of May 6, 1970, section 2, as amended (21 U.S.C. 135a). The Animal Health Protection Act, section 10414 (7 U.S.C. 8313) 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.4.40.2.74.1 9 Animals and Animal Products I D 99 PART 99—RULES OF PRACTICE GOVERNING PROCEEDINGS UNDER CERTAIN ACTS B Subpart B—Supplemental Rules of Practice   § 99.10 Stipulations. APHIS     [48 FR 30095, June 30, 1983. Redesignated and amended at 52 FR 29502, Aug. 10, 1987] (a) At any time prior to the issuance of a complaint seeking a civil penalty under any of the Acts listed in § 99.1, 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 applicable Act, or the regulations issued thereunder, by such person and affords such person an opportunity for a hearing regarding the matter as provided by such Act; (2) Such person expressly waives hearing and agrees to pay a specified penalty within a designated time; and (3) The Administrator agrees to accept the penalty in settlement of the particular matter involved if the penalty is paid within the designated time. (b) If the penalty is not paid within the time designated in such a stipulation, the amount of the stipulated 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 495.133ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API