cfr_sections
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
4 rows where part_number = 560 and title_number = 9 sorted by section_id
This data as json, CSV (advanced)
Suggested facets: amendment_citations
| 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.67.0.40.1 | 9 | Animals and Animal Products | III | F | 560 | PART 560—STATE-FEDERAL, FEDERAL-STATE COOPERATIVE AGREEMENTS; STATE DESIGNATIONS | § 560.1 Cooperation with States and Territories. | FSIS | The provisions in § 321.1 of this chapter authorizing the Administrator to cooperate with any State (including Puerto Rico) or any organized Territory in developing and administering a meat inspection program for the State or Territory apply with respect to fish and fish products inspection. | ||||||
| 9:9:2.0.2.5.67.0.40.2 | 9 | Animals and Animal Products | III | F | 560 | PART 560—STATE-FEDERAL, FEDERAL-STATE COOPERATIVE AGREEMENTS; STATE DESIGNATIONS | § 560.2 Cooperation of States in Federal programs. | FSIS | Under the “Talmadge-Aiken Act” of September 28, 1962 (7 U.S.C. 450), the Administrator is authorized to utilize employees and facilities of any State in carrying out Federal functions under the FMIA, including functions relating to the inspection of fish and fish products. A cooperative program for this purpose is called a Federal-State program. | ||||||
| 9:9:2.0.2.5.67.0.40.3 | 9 | Animals and Animal Products | III | F | 560 | PART 560—STATE-FEDERAL, FEDERAL-STATE COOPERATIVE AGREEMENTS; STATE DESIGNATIONS | § 560.3 Cooperation of States for the Interstate Shipment of Fish and Fish Products. | FSIS | The provisions in § 321.3 authorizing the Administrator to coordinate with States that have meat inspection programs as provided in § 321.1 of this chapter to select certain establishments operating under these programs to participate in a cooperative program to ship products in interstate commerce apply with respect to fish and fish products inspection. | ||||||
| 9:9:2.0.2.5.67.0.40.4 | 9 | Animals and Animal Products | III | F | 560 | PART 560—STATE-FEDERAL, FEDERAL-STATE COOPERATIVE AGREEMENTS; STATE DESIGNATIONS | § 560.4 Designation of States under the Federal Meat Inspection Act. | FSIS | [80 FR 75616, Dec. 2, 2015, as amended at 90 FR 27227, June 26, 2025] | The following requirements apply with respect to fish and fish products inspection: (a) The requirements in 9 CFR 331.3 governing the designation of States for Federal inspection under section 301(c) of the Act (21 U.S.C. 661(c)); (b) The requirements in 9 CFR 331.5 governing the designation under section 301(c) of the Act of establishments whose operations would clearly endanger the public health; and (c) The requirements governing the designation of States under section 205 of the Act. |
Advanced export
JSON shape: default, array, newline-delimited, object
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);