cfr_sections
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
1 row where agency = "FSIS" and part_number = 552 sorted by section_id
This data as json, CSV (advanced)
| 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.63.0.40.1 | 9 | Animals and Animal Products | III | F | 552 | PART 552—EXPORTS | § 552.1 Affixing stamps and marking products for export; issuance of export certificates; clearance of vessels and transportation. | FSIS | [80 FR 75616, Dec. 2, 2015] | (a) The manner of affixing stamps and marking products for export is that prescribed in § 322.1(a) of this chapter. (b) The requirements for the issuance of export certificates are as prescribed in § 322.2 of this chapter. (c) The requirements for clearing vessels and other transportation vehicles are set out in § 322.4 of this chapter. |
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);