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

7 rows where docket_id = "FDA-2013-N-0013" and posted_year = 2014 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Other 4
  • Proposed Rule 3

posted_year 1

  • 2014 · 7 ✖

agency_id 1

  • FDA 7
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
FDA-2013-N-0013-0157 FDA None FDA-2013-N-0013 Memorandum from Office of Food Additive Safety to Office of Foods re Sanitary Transportation of Human and Animal Food Transportation Act Regulation Other Memorandum 2014-12-18T05:00:00Z 2014 12 2014-12-18T05:00:00Z   2014-12-18T23:45:24Z   0 0 09000064819848f2
FDA-2013-N-0013-0156 FDA None FDA-2013-N-0013 Record of Outreach Sessions from FDA/CFSAN Other Record of Meeting/Phone Conversation 2014-12-18T05:00:00Z 2014 12 2014-12-18T05:00:00Z   2014-12-18T23:45:13Z   0 0 090000648170de59
FDA-2013-N-0013-0026 FDA None FDA-2013-N-0013 Sanitary Transportation of Human and Animal Food; Extension of Comment Period Proposed Rule Notice of Proposed Rulemaking (NPRM) 2014-05-23T04:00:00Z 2014 5 2014-05-23T04:00:00Z 2014-07-31T03:59:59Z 2015-06-02T01:30:45Z 2014-12002 0 0 090000648170f1e2
FDA-2013-N-0013-0022 FDA None FDA-2013-N-0013 Transcript/Agenda/Roster from FDA/CFSAN Other Transcript(s) 2014-05-22T04:00:00Z 2014 5 2014-05-22T04:00:00Z   2014-05-22T21:10:09Z   0 0 09000064816f47e6
FDA-2013-N-0013-0004 FDA None FDA-2013-N-0013 Sanitary Transportation of Human and Animal Food; Public Meetings on Proposed Rule Proposed Rule Public Meeting 2014-02-14T05:00:00Z 2014 2 2014-02-14T05:00:00Z 2014-02-15T04:59:59Z 2014-02-15T02:05:34Z 2014-03277 0 0 0900006481566206
FDA-2013-N-0013-0003 FDA None FDA-2013-N-0013 Memorandum from FDA Office of Policy to the Division of Dockets Management September 30 1993 Executive Order 12866 Regulatory Planning and Review re Sanitary Transportation of Human and Animal Food Proposed Rule Other Memorandum 2014-02-12T05:00:00Z 2014 2 2014-02-12T05:00:00Z   2014-02-12T20:10:19Z   0 0 090000648155ec92
FDA-2013-N-0013-0001 FDA None FDA-2013-N-0013 Sanitary Transportation of Human and Animal Food Proposed Rule Notice of Proposed Rulemaking (NPRM) 2014-02-05T05:00:00Z 2014 2 2014-02-05T05:00:00Z 2014-06-01T03:59:59Z 2014-05-28T01:05:39Z 2014-02188 0 0 09000064815491f8

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