home / openregs

documents

Regulatory documents from Regulations.gov including rules, proposed rules, notices, and supporting materials.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

10 rows where agency_id = "FNS", document_type = "Rule" and posted_year = 2019 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: docket_id, posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

posted_year 1

  • 2019 · 10 ✖

document_type 1

  • Rule · 10 ✖

agency_id 1

  • FNS · 10 ✖
id agency_id docket_id title document_type subtype posted_date ▲ posted_year posted_month comment_start_date comment_end_date last_modified fr_doc_num open_for_comment withdrawn object_id
FNS-2018-0004-19017 FNS Supplemental Nutrition Assistance Program: Requirements and Services for Able-Bodied Adults without Dependents FNS-2018-0004 Supplemental Nutrition Assistance Program: Requirements for Able-Bodied Adults Without Dependents Rule   2019-12-05T05:00:00Z 2019 12 2019-12-05T05:00:00Z   2019-12-05T13:33:23Z 2019-26044 0 0 09000064841e73c9
FNS-2019-0013-0001 FNS The Emergency Food Assistance Program: Implementation of the Agriculture Improvement Act of 2018 FNS-2019-0013 The Emergency Food Assistance Program: Implementation of the Agriculture Improvement Act Rule   2019-10-04T04:00:00Z 2019 10 2019-10-04T04:00:00Z 2019-12-04T04:59:59Z 2019-12-10T02:03:09Z 2019-21665 0 0 090000648401fc6a
FNS-2019-0005-0680 FNS Child and Adult Care Food Program: Meal Pattern Revisions; Grains Ounce Equivalents: Delayed Implementation FNS-2019-0005 Delayed Implementation of Grains Ounce Equivalents in the Child and Adult Care Food Program Rule   2019-09-25T04:00:00Z 2019 9 2019-09-25T04:00:00Z   2019-09-25T11:53:19Z 2019-20808 0 0 0900006483fc3341
FNS-2019-0031-0001 FNS Food Distribution Program on Indian Reservations: Revisions to the Administrative Match Requirement FNS-2019-0031 Food Distribution Program on Indian Reservations: Revisions to the Administrative Match Requirement Rule   2019-09-03T04:00:00Z 2019 9 2019-09-03T04:00:00Z 2019-11-05T04:59:59Z 2019-11-05T02:04:10Z 2019-18815 0 0 0900006483ee2458
FNS-2015-0038-0032 FNS Supplemental Nutrition Assistance Program: Student Eligibility, Convicted Felons, Lottery and Gambling, and State Verification Provisions of the Agricultural Act of 2014 FNS-2015-0038 Supplemental Nutrition Assistance Program: Student Eligibility, Convicted Felons, Lottery and Gambling, and State Verification Provisions of the Agricultural Act; Correction Rule   2019-06-21T04:00:00Z 2019 6 2019-06-21T04:00:00Z   2019-06-21T12:33:47Z 2019-12910 0 0 0900006483d2f83a
FNS-2013-0026-0025 FNS Simplified Cost Accounting and Other Actions to Reduce Paperwork in the Summer Food Service Program FNS-2013-0026 Simplified Cost Accounting and Other Actions to Reduce Paperwork in the Summer Food Service Program; Correction Rule   2019-04-16T04:00:00Z 2019 4 2019-04-16T04:00:00Z   2019-04-16T15:38:00Z 2019-07499 0 0 0900006483bac8ad
FNS-2015-0038-0031 FNS Supplemental Nutrition Assistance Program: Student Eligibility, Convicted Felons, Lottery and Gambling, and State Verification Provisions of the Agricultural Act of 2014 FNS-2015-0038 Supplemental Nutrition Assistance Program: Student Eligibility, Convicted Felons, Lottery and Gambling, and State Verification Provisions of the Agricultural Act Rule   2019-04-15T04:00:00Z 2019 4 2019-04-15T04:00:00Z   2019-04-15T13:34:25Z 2019-07194 0 0 0900006483ba23bd
FNS-2017-0039-0079 FNS Hiring Flexibility under Professional Standards FNS-2017-0039 Hiring Flexibility Under Professional Standards; Correction Rule   2019-03-07T05:00:00Z 2019 3 2019-03-07T05:00:00Z   2019-03-20T13:36:37Z 2019-04073 0 0 0900006483ac9340
FNS-2017-0039-0078 FNS Hiring Flexibility under Professional Standards FNS-2017-0039 Hiring Flexibility under Professional Standards Rule   2019-03-01T05:00:00Z 2019 3 2019-03-01T05:00:00Z   2019-03-20T13:35:33Z 2019-03524 0 0 0900006483ab56aa
FNS-2011-0008-0131 FNS SNAP: Eligibility, Certification, and Employment and Training Provisions of the Food, Conservation and Energy Act of 2008 FNS-2011-0008 Supplemental Nutrition Assistance Program: Eligibility, Certification, and Employment and Training Provisions of the Food, Conservation and Energy Act Rule   2019-02-19T05:00:00Z 2019 2 2019-02-19T05:00:00Z   2019-02-19T14:45:32Z 2019-02551 0 0 0900006483a88b5c

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE documents (
    id TEXT PRIMARY KEY,
    agency_id TEXT,
    docket_id TEXT REFERENCES dockets(id),
    title TEXT,
    document_type TEXT,
    subtype TEXT,
    posted_date TEXT,
    posted_year INTEGER,
    posted_month INTEGER,
    comment_start_date TEXT,
    comment_end_date TEXT,
    last_modified TEXT,
    fr_doc_num TEXT,
    open_for_comment INTEGER,
    withdrawn INTEGER,
    object_id TEXT
);
CREATE INDEX idx_docs_agency ON documents(agency_id);
CREATE INDEX idx_docs_docket ON documents(docket_id);
CREATE INDEX idx_docs_date ON documents(posted_date);
CREATE INDEX idx_docs_year ON documents(posted_year);
CREATE INDEX idx_docs_type ON documents(document_type);
CREATE INDEX idx_docs_frnum ON documents(fr_doc_num);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;
Powered by Datasette · Queries took 1070.719ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API