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 = 153 and title_number = 40 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subpart, subpart_name

title_number 1

  • 40 · 3 ✖

part_number 1

  • 153 · 3 ✖

agency 1

  • EPA 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
40:40:26.0.1.1.4.2.1.1 40 Protection of Environment I E 153 PART 153—REGISTRATION POLICIES AND INTERPRETATIONS G Subpart G—Determination of Active and Inert Ingredients   § 153.125 Criteria for determination of pesticidal activity. EPA     [53 FR 15989, May 4, 1988, as amended at 60 FR 32096, June 19, 1995] (a) An ingredient will be considered an active ingredient if it is contained in a pesticide product and: (1) The ingredient has the capability by itself, and when used as directed at the proposed use dilution, to function as a pesticide; or (2) The ingredient has the ability to elicit or enhance a pesticidal effect in another compound whose pesticidal activity is substantially increased due to the interaction of the compounds. Compounds which function simply to enhance or prolong the activity of an active ingredient by physical action, such as stickers and other adjuvants, are not generally considered to be active ingredients. (b) Normally the applicant will determine and state in his application whether an ingredient is active or inert with respect to pesticidal activity. The Agency, as part of its review of an application for registration, or in conjunction with the Registration Standard or Special Review process, may require any ingredient, to be designated as an active ingredient if the Agency finds that it meets the criteria in paragraph (a) of this section. Conversely, the Agency may determine that any ingredient designated as active by an applicant is an inert ingredient if it fails to meet those criteria. (c) If an ingredient is designated as an active ingredient, it must be identified in the label ingredients statement. If an ingredient is designated as an inert ingredient, it must be included as part of the total inert ingredients in the label ingredients statement. (d) Designation of a substance as a pesticidally inert ingredient does not relieve the applicant or registrant of other requirements of FIFRA with respect to labeling of inert ingredients or submission of data, or from the requirements of the Federal Food, Drug, and Cosmetic Act with respect to tolerances or other clearance of ingredients.
40:40:26.0.1.1.4.3.1.1 40 Protection of Environment I E 153 PART 153—REGISTRATION POLICIES AND INTERPRETATIONS H Subpart H—Coloration and Discoloration of Pesticides   § 153.140 General. EPA     [60 FR 32096, June 19, 1995] Section 25(c)(5) of the Act authorizes the Administrator to prescribe regulations requiring coloration or discoloration of any pesticide if the Administrator determines that such requirements are feasible and necessary for the protection of health and the environment. This subpart describes those pesticide products which must be colored or discolored.
40:40:26.0.1.1.4.3.1.2 40 Protection of Environment I E 153 PART 153—REGISTRATION POLICIES AND INTERPRETATIONS H Subpart H—Coloration and Discoloration of Pesticides   § 153.155 Seed treatment products. EPA     [53 FR 15990, May 4, 1988, as amended at 66 FR 66772, Dec. 27, 2001; 69 FR 23117, Apr. 28, 2004] (a) Pesticide products intended for use in treating seeds must contain an EPA-approved dye to impart an unnatural color to the seed, unless appropriate tolerances or other clearances have been established under the Federal Food, Drug and Cosmetic Act for residues of the pesticide. (b) The following products are exempt from the requirement of paragraph (a) of this section: (1) Products intended and labeled for use solely by commercial seed treaters, provided that the label bears a statement requiring the user to add an EPA-approved dye with the pesticide during the seed treatment process. (2) Products intended and labeled for use solely as at-planting or hopper box treatments. (3) Products which are gaseous in form or are used as fumigants. (c) EPA-approved dyes for seed treatment are listed in: (1) Sections 180.910, 180.920, and 180.950 if an exemption from the requirement of a tolerance has been established. (2) Section 180.2010 if EPA has determined that residues of the dye will be present, if at all, at levels that are below the threshold of regulation. (3) Section 180.2020 if it has been determined that no tolerance or exemption from the requirement of a tolerance is needed as a result of a determination by EPA that the use is unlikely to result in residues in food/feed.

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