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

4 rows where docket_id = "FNS-2015-0031" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

  • Other 2
  • Notice 1
  • Supporting & Related Material 1

posted_year 1

  • 2015 4

agency_id 1

  • FNS 4
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-2015-0031-0013 FNS Agency Information Collection Activities: Proposed Collection; Comment Request - Food Program and Reporting System (FPRS) FNS-2015-0031 ASNNA EARS comments 10-16-2015 Gretchen L. Hofing, MPH, RD and Marci Scott, PhD, RDN Co-Chairs Association of SNAP Nutrition Education Administrators Other   2015-10-21T04:00:00Z 2015 10 2015-10-21T04:00:00Z   2015-10-21T13:40:09Z   0 0 0900006481cdc3fb
FNS-2015-0031-0014 FNS Agency Information Collection Activities: Proposed Collection; Comment Request - Food Program and Reporting System (FPRS) FNS-2015-0031 Comments from Yasmine A. Lewis Florida Dept of Children of Families Economic Self-Sufficiency Program Other   2015-10-21T04:00:00Z 2015 10 2015-10-21T04:00:00Z   2015-10-21T13:36:02Z   0 0 0900006481cdca43
FNS-2015-0031-0001 FNS Agency Information Collection Activities: Proposed Collection; Comment Request - Food Program and Reporting System (FPRS) FNS-2015-0031 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Food Program and Reporting System Notice   2015-08-17T04:00:00Z 2015 8 2015-08-17T04:00:00Z 2015-10-17T03:59:59Z 2015-10-17T21:22:37Z 2015-20208 0 0 0900006481c229a9
FNS-2015-0031-0002 FNS Agency Information Collection Activities: Proposed Collection; Comment Request - Food Program and Reporting System (FPRS) FNS-2015-0031 Revised EARS Form - FNS-759_7-29-2015 Supporting & Related Material Form 2015-08-17T04:00:00Z 2015 8     2015-08-17T13:51:27Z   0 0 0900006481c24886

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