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

3 rows where part_number = 75 and title_number = 9 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: amendment_citations, full_text

title_number 1

  • 9 · 3 ✖

part_number 1

  • 75 · 3 ✖

agency 1

  • APHIS 3
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.3.20.0.43.1 9 Animals and Animal Products I C 75 PART 75—COMMUNICABLE DISEASES IN HORSES, ASSES, PONIES, MULES, AND ZEBRAS       §§ 75.1-75.3 [Reserved] APHIS        
9:9:1.0.1.3.20.0.44.2 9 Animals and Animal Products I C 75 PART 75—COMMUNICABLE DISEASES IN HORSES, ASSES, PONIES, MULES, AND ZEBRAS       § 75.4 Interstate movement of equine infectious anemia reactors. APHIS     [51 FR 12597, Apr. 14, 1986, as amended at 51 FR 30327, Aug. 26, 1986; 55 FR 13506, 13507, Apr. 11, 1990; 57 FR 2440, Jan. 22, 1992; 57 FR 57337, Dec. 4, 1992; 59 FR 67133, Dec. 29, 1994; 59 FR 67613, Dec. 30, 1994; 60 FR 14619, Mar. 20, 1995; 62 FR 27936, May 22, 1997; 66 FR 21062, Apr. 27, 2001; 85 FR 4195, Jan. 24, 2020] (a) Definitions. For the purpose of this section, the following terms have the meanings set forth in this paragraph. Accredited veterinarian. A veterinarian approved by the Administrator in accordance with the provisions of part 161 of this title to perform functions specified in parts 1, 2, 3, and 11 of subchapter A, and subchapters B, C and D of this chapter, and to perform functions required by cooperative State-Federal disease control and eradication programs. Administrator. The Administrator, Animal and Plant Health Inspection Service, or any person authorized to act for the Administrator. Animal and Plant Health Inspection Service. The Animal and Plant Health Inspection Service of the United States Department of Agriculture (APHIS or Service). Animals. Cattle, sheep, goats, other ruminants, swine, horses, asses, mules, zebras, dogs, and poultry. APHIS representative. An individual employed by APHIS who is authorized to perform the functions involved. Approved stockyard. A stockyard, livestock market, or other premises, under state or federal veterinary supervision where horses or other equines are assembled for sale purposes, and which has been approved by the Administrator under § 71.20 of this chapter. Certificate. An official document issued by a State representative, APHIS representative, or an accredited veterinarian at the point of origin of the interstate movement on which are listed: (1) The description, including age, breed, color, sex, and distinctive markings when present (such as brands, tattoos, scars or blemishes), of each reactor to be moved; (2) the number of reactors covered by the document; (3) the purpose for which the reactors are to be moved; (4) the points of origin and destination; (5) consignor; and (6) the consignee; and which states that each reactor identified on the certificate meets the requirements of § 75.4(b). Interstate. From any State into or through any other State. Official seal. A serially numbered metal or plastic strip, or a serially numbered button…
9:9:1.0.1.3.20.0.45.3 9 Animals and Animal Products I C 75 PART 75—COMMUNICABLE DISEASES IN HORSES, ASSES, PONIES, MULES, AND ZEBRAS       §§ 75.5-75.10 [Reserved] APHIS        

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