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

7 rows where agency = "FSIS" and part_number = 550 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 9 7

part_number 1

  • 550 · 7 ✖

agency 1

  • FSIS · 7 ✖
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.5.62.0.40.1 9 Animals and Animal Products III F 550 PART 550—RECORDS REQUIRED TO BE KEPT       § 550.1 Records required to be kept. FSIS       The requirements in 9 CFR 320.1 for records to be kept apply to persons that engage in businesses relating to fish and fish products as they do to persons that engage in businesses relating to the carcasses, parts, or products of other species amenable to the FMIA.
9:9:2.0.2.5.62.0.40.2 9 Animals and Animal Products III F 550 PART 550—RECORDS REQUIRED TO BE KEPT       § 550.2 Place of maintenance of records. FSIS       The requirements in 9 CFR 320.2 for the place where records are to be maintained apply in the keeping of records under this part.
9:9:2.0.2.5.62.0.40.3 9 Animals and Animal Products III F 550 PART 550—RECORDS REQUIRED TO BE KEPT       § 550.3 Record retention period. FSIS       The record retention requirements in 9 CFR 320.3 apply to records required to be kept under this part.
9:9:2.0.2.5.62.0.40.4 9 Animals and Animal Products III F 550 PART 550—RECORDS REQUIRED TO BE KEPT       § 550.4 Access to and inspection of records, facilities and inventory; copying and sampling. FSIS       The provisions of 9 CFR 320.4 apply to businesses dealing in fish and fish products.
9:9:2.0.2.5.62.0.40.5 9 Animals and Animal Products III F 550 PART 550—RECORDS REQUIRED TO BE KEPT       § 550.5 Registration. FSIS       The registration requirements in 9 CFR 320.5 apply to persons engaging in businesses, in or for commerce, relating to fish and fish products as they do to persons engaging in businesses relating to the carcasses, parts, and products, or any livestock, of other animal species that are amenable to the FMIA.
9:9:2.0.2.5.62.0.40.6 9 Animals and Animal Products III F 550 PART 550—RECORDS REQUIRED TO BE KEPT       § 550.6 Information and reports required from official establishment operators. FSIS       The information and reporting requirements in 9 CFR 320.6 for operators of official establishments apply with respect to fish and fish products as they do with respect to other species amenable to the FMIA.
9:9:2.0.2.5.62.0.40.7 9 Animals and Animal Products III F 550 PART 550—RECORDS REQUIRED TO BE KEPT       § 550.7 Reports by consignees of allegedly adulterated or misbranded products; sale or transportation as violations. FSIS       The requirements in 9 CFR 320.7 for reports by consignees of allegedly adulterated or misbranded products apply with respect to fish and fish products as they do with respect to products of other species amenable to the Act.

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