cfr_sections
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
1 row where part_number = 280 and title_number = 7 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7:7:4.1.1.3.28.0.1.1 | 7 | Agriculture | II | C | 280 | PART 280—EMERGENCY FOOD ASSISTANCE FOR VICTIMS OF DISASTERS | § 280.1 Interim disaster procedures. | FNS | [Amdt. 192, 46 FR 8922, Jan. 27, 1981, as amended by Amdt. 338, 56 FR 63617, Dec. 4, 1991; Amdt. 397, 70 FR 72354, Dec. 5, 2005] | The Secretary shall, after consultation with the official empowered to exercise the authority provided for by section 302(a) of the Disaster Relief Act of 1974, establish temporary emergency standards of eligibility for the duration of the emergency for households who are victims of a disaster which disrupts commercial channels of food distribution, if such households are in need of temporary food assistance and if commercial channels of food distribution have again become available to meet the temporary food needs of such households. Such standards as are prescribed for individual emergencies may be promulgated without regard to section 4(c) of this Act or the procedures set forth in section 553 of Title 5 of the United States Code. In addition to establishing temporary emergency standards of eligibility, the Secretary shall provide for emergency allotments to eligible households to replace food destroyed in a disaster. Such emergency allotments would be equal to the value of the food actually lost in such disaster but not greater than the applicable maximum monthly allotment for the household size. The Secretary may also approve alternate methods for issuing SNAP benefits during a disaster when reliance on Electronic Benefits Transfer (EBT) systems is impracticable. |
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);