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

  • 301 · 2 ✖

agency 1

  • FSIS 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:2.0.2.1.2.0.7.1 9 Animals and Animal Products III A 301 PART 301—TERMINOLOGY; ADULTERATION AND MISBRANDING STANDARDS       § 301.1 General. FSIS     [69 FR 254, Jan. 5, 2004] For purposes of this chapter and unless otherwise specifically provided by regulation or required in the context of particular regulations: (a) Terms have the meanings set forth in this part; (b) The singular form also imports the plural, and the masculine form also imports the feminine and vice versa.
9:9:2.0.2.1.2.0.7.2 9 Animals and Animal Products III A 301 PART 301—TERMINOLOGY; ADULTERATION AND MISBRANDING STANDARDS       § 301.2 Definitions. FSIS     [35 FR 15554, Oct. 3, 1970] As used in this subchapter, unless otherwise required by the context, the following terms shall be construed, respectively, to mean: The Act. The Federal Meat Inspection Act, as amended, (34 Stat. 1260, as amended, 81 Stat. 584, 84 Stat. 438, 92 Stat. 1069, 21 U.S.C., sec. 601 et seq. ). Adulterated. This term applies to any carcass, part thereof, meat or meat food product under one or more of the following circumstances: (1) If it bears or contains any such poisonous or deleterious substance which may render it injurious to health; but in case the substance is not an added substance, such article shall not be considered adulterated under this clause if the quantity of such substance in or on such article does not ordinarily render it injurious to health; (2)(i) If it bears or contains (by reason of administration of any substance to the live animal or otherwise) any added poisonous or added deleterious substance (other than one which is: (A) A pesticide chemical in or on a raw agricultural commodity; (B) A food additive; or (C) A color additive which may, in the judgment of the Administrator, make such article unfit for human food; (ii) If it is, in whole or in part, a raw agricultural commodity and such commodity bears or contains a pesticide chemical which is unsafe within the meaning of section 408 of the Federal Food, Drug, and Cosmetic Act; (iii) If it bears or contains any food additive which is unsafe within the meaning of section 409 of the Federal Food, Drug, and Cosmetic Act; (iv) If it bears or contains any color additive which is unsafe within the meaning of section 706 of the Federal Food, Drug, and Cosmetic Act: Provided, That an article which is not deemed adulterated under paragraphs (aa)(2) (ii), (iii), or (iv) of this section shall nevertheless be deemed adulterated if use of the pesticide chemical food additive, or color additive in or on such article is prohibited by the regulations in this subchapter in official establishments; (3) If it consists in whole or in part of any fi…

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