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

9 rows where docket_id = "FDA-2016-C-2570" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

  • Supporting & Related Material 6
  • Rule 2
  • Proposed Rule 1

posted_year 2

  • 2017 8
  • 2016 1

agency_id 1

  • FDA 9
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-C-2570-0009 FDA None FDA-2016-C-2570 Listing of Color Additives Exempt From Certification; Spirulina Extract; Confirmation of Effective Date Rule Confirmation of Effective Date 2017-09-20T04:00:00Z 2017 9 2017-09-20T04:00:00Z   2017-09-20T13:36:06Z 2017-20050 0 0 0900006482b6187f
FDA-2016-C-2570-0007 FDA None FDA-2016-C-2570 Reference 6 - Memorandum from JPark to MHarry_ 04132017_Redacted Supporting & Related Material Background Material 2017-07-03T04:00:00Z 2017 7     2017-07-03T16:31:35Z   0 0 09000064827def75
FDA-2016-C-2570-0002 FDA None FDA-2016-C-2570 Listing of Color Additives Exempt From Certification: Spirulina Extract Rule Final Rule 2017-07-03T04:00:00Z 2017 7 2017-07-03T04:00:00Z 2017-08-03T03:59:59Z 2017-07-03T15:17:29Z 2017-13867 0 0 09000064827d5f73
FDA-2016-C-2570-0003 FDA None FDA-2016-C-2570 Reference 1 - Memorandum from NBelai to MHarry_02012017_Redacted Supporting & Related Material Background Material 2017-07-03T04:00:00Z 2017 7     2017-07-03T16:09:39Z   0 0 09000064827df418
FDA-2016-C-2570-0006 FDA None FDA-2016-C-2570 Reference 5 - Memorandum from JPark to MHarry_ 02022017__Redacted Supporting & Related Material Background Material 2017-07-03T04:00:00Z 2017 7     2017-07-03T16:31:30Z   0 0 09000064827def74
FDA-2016-C-2570-0005 FDA None FDA-2016-C-2570 Reference 4 - Memorandum from LRosenfeld to JPark_01122017_Redacted Supporting & Related Material Background Material 2017-07-03T04:00:00Z 2017 7     2017-07-03T16:31:18Z   0 0 09000064827def76
FDA-2016-C-2570-0004 FDA None FDA-2016-C-2570 Reference 2 - Memorandum from HLee to MHarry_02012017_Redacted Supporting & Related Material Background Material 2017-07-03T04:00:00Z 2017 7     2017-07-03T16:31:07Z   0 0 09000064827def72
FDA-2016-C-2570-0008 FDA None FDA-2016-C-2570 Reference 7 - Memorandum from JPark to MHarry _04252017_Redacted Supporting & Related Material Background Material 2017-07-03T04:00:00Z 2017 7     2017-07-03T16:31:39Z   0 0 09000064827def73
FDA-2016-C-2570-0001 FDA None FDA-2016-C-2570 McCormick & Company, Inc.; Filing of Color Additive Petition Proposed Rule Petition 2016-09-16T04:00:00Z 2016 9 2016-09-16T04:00:00Z   2016-09-16T13:20:27Z 2016-22289 0 0 0900006482218420

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