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

6 rows where docket_id = "FDA-2016-F-1253" and posted_year = 2016 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Other 3
  • Proposed Rule 3

posted_year 1

  • 2016 · 6 ✖

agency_id 1

  • FDA 6
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-2016-F-1253-0434 FDA None FDA-2016-F-1253 Memorandum from FDA CFSAN to Administrative File: FAP 6B4815 Other Memorandum 2016-10-11T04:00:00Z 2016 10 2016-10-11T04:00:00Z   2016-10-11T15:39:24Z   0 0 09000064822dd98c
FDA-2016-F-1253-0379 FDA None FDA-2016-F-1253 Breast Cancer Fund, Center for Environmental Health, Center for Food Safety, Center for Science in the Public Interest, Clean Water Action, Consumer Federation of America, Earthjustice, Environmental Defense Fund, Improving Kids' Environment, Learning Disabilities Association of America, and Natural Resources Defense Council; Filing of Food Additive Petition; Reopening of Comment Period Proposed Rule Extension of Comment Period 2016-08-08T04:00:00Z 2016 8 2016-08-08T04:00:00Z 2016-09-20T03:59:59Z 2016-09-29T01:00:46Z 2016-18720 0 0 090000648215c49a
FDA-2016-F-1253-0005 FDA None FDA-2016-F-1253 Request for Extension from Flexible Vinyl Alliance (Keller and Heckman LLP) Other Request for Extension 2016-06-24T04:00:00Z 2016 6 2016-06-24T04:00:00Z   2016-06-24T18:22:15Z   0 0 0900006482057fdc
FDA-2016-F-1253-0004 FDA None FDA-2016-F-1253 Breast Cancer Fund, Center for Environmental Health, Center for Food Safety, Center for Science in the Public Interest, Clean Water Action, Consumer Federation of America, Earthjustice, Environmental Defense Fund, Improving Kids’ Environment, Learning Disabilities Association of America, and Natural Resources Defense Council; Filing of Food Additive Petition; Correction Proposed Rule Correction 2016-06-10T04:00:00Z 2016 6 2016-06-10T04:00:00Z   2016-06-10T15:29:28Z 2016-13739 0 0 090000648202c03f
FDA-2016-F-1253-0002 FDA None FDA-2016-F-1253 Breast Cancer Fund, Center for Environmental Health, Center for Food Safety, Center for Science in the Public Interest, Clean Water Action, Consumer Federation of America, Earthjustice, Environmental Defense Fund, Improving Kids’ Environment, Learning Disabilities Association of America, and Natural Resources Defense Council; Filing of Food Additive Petition Proposed Rule Petition 2016-05-20T04:00:00Z 2016 5 2016-05-20T04:00:00Z 2016-07-20T03:59:59Z 2022-05-06T16:04:50Z 2016-11866 0 0 0900006481fe3c96
FDA-2016-F-1253-0001 FDA None FDA-2016-F-1253 Ortho-phthalates Food Additive Petition with Appendix Other Letter(s) 2016-05-16T04:00:00Z 2016 5 2016-05-16T04:00:00Z   2016-05-16T15:19:20Z   0 0 0900006481fd1d76

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