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

2 rows where part_number = 80 and title_number = 7 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 7 · 2 ✖

part_number 1

  • 80 · 2 ✖

agency 1

  • AMS 2
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
7:7:3.1.1.2.15.1.289.1 7 Agriculture I D 80 PART 80—FRESH RUSSET POTATO DIVERSION PROGRAM A Subpart A—Fresh Russet Potato Diversion Program   § 80.1 Applicability and payments. AMS       Payment be received or retained with respect to diversions of 2001 Fresh Russet potatoes as allowed by the Administrator of the Agricultural Marketing Service (AMS), of the Department of Agriculture (USDA) using standards set out for consideration in the relevant Federal Register notice published on April 13, 2001 (66 FR 19099) except that total funding for the program may be an amount up to $12 million. If a person has or will receive such a payment and there is a failure to comply with the conditions for payment or any condition for payment set out in the application, or that otherwise applies, all sums received by a person shall be returned with interest. No other claims for payment by producers or other persons under this part based upon their diversion of potatoes, shall be allowed except as approved by the Administrator of the Agricultural Marketing Service (AMS), of the Department of Agriculture (USDA). In all cases, the Administrator may set such other conditions for payment as may be allowable and serve the accomplishment of the goals of the program.
7:7:3.1.1.2.15.1.289.2 7 Agriculture I D 80 PART 80—FRESH RUSSET POTATO DIVERSION PROGRAM A Subpart A—Fresh Russet Potato Diversion Program   § 80.2 Administration and disputes. AMS       Administration of this part shall be under the supervision of the Deputy Administrator, Fruit and Vegetable Programs, AMS, and implemented for AMS through the Farm Service Agency (FSA) of USDA. Disputes shall be resolved by FSA by using regulations found in 7 CFR part 780.

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