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

5 rows where agency_id = "FNS", document_type = "Rule" and posted_year = 2018 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: posted_date (date), comment_start_date (date), last_modified (date)

posted_year 1

  • 2018 · 5 ✖

document_type 1

  • Rule · 5 ✖

agency_id 1

  • FNS · 5 ✖
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-2017-0021-7769 FNS Child Nutrition Programs: Flexibilities for Milk, Whole Grains, and Sodium Requirements FNS-2017-0021 Child Nutrition Programs: Flexibilities for Milk, Whole Grains, and Sodium Requirements Rule   2018-12-12T05:00:00Z 2018 12 2018-12-12T05:00:00Z   2018-12-12T15:41:09Z 2018-26762 0 0 0900006483987bc0
FNS-2013-0026-0024 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 Rule   2018-06-01T04:00:00Z 2018 6     2018-06-01T13:04:25Z 2018-11806 0 0 090000648331e604
FNS-2017-0001-0034 FNS Revisions and Clarifications in Requirements for the Processing of Donated Foods FNS-2017-0001 Requirements for Processing of Donated Foods: Revisions and Clarifications Rule   2018-05-01T04:00:00Z 2018 5 2018-05-01T04:00:00Z   2018-05-01T12:41:26Z 2018-09168 0 0 0900006483217562
FNS-2016-0073-0002 FNS Regulatory Implementation of Office of Management and Budget’s Uniform Administrative Requirements, Cost Principles, and Audit Requirements for Federal Awards FNS-2016-0073 Uniform Administrative Requirements, Cost Principles, and Audit Requirements for Federal Awards; Correction Rule   2018-04-03T04:00:00Z 2018 4     2018-04-03T12:23:59Z 2018-06519 0 0 090000648308dde3
FNS-2011-0008-0130 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 of 2008; Correction Rule   2018-03-30T04:00:00Z 2018 3     2018-04-03T12:25:27Z 2018-06520 0 0 0900006483073f87

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