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-2010-N-0622" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 5

  • 2020 3
  • 2011 2
  • 2017 2
  • 2010 1
  • 2018 1

document_type 1

  • Notice 9

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-2010-N-0622-0011 FDA None FDA-2010-N-0622 Agency Information Collection Activities; Announcement of Office of Management and Budget Approvals Notice Notice of Approval 2020-12-02T05:00:00Z 2020 12 2020-12-02T05:00:00Z   2020-12-02T15:04:53Z 2020-26571 0 0 09000064849819f3
FDA-2010-N-0622-0009 FDA None FDA-2010-N-0622 Agency Information Collection Activities; Submission for Office of Management and Budget Review; Comment Request; Color Additive Certification Requests and Recordkeeping Notice 30 Day Proposed Information Collection 2020-07-30T04:00:00Z 2020 7 2020-07-30T04:00:00Z 2020-09-01T03:59:59Z 2020-08-08T01:00:58Z 2020-16534 0 0 09000064847bdf33
FDA-2010-N-0622-0008 FDA None FDA-2010-N-0622 Agency Information Collection Activities; Proposed Collection; Comment Request; Color Additive Certification Requests and Recordkeeping Notice 60 Day Proposed Information Collection 2020-04-16T04:00:00Z 2020 4 2020-04-16T04:00:00Z 2020-06-16T03:59:59Z 2020-04-16T12:19:48Z 2020-08054 0 0 09000064844ab5d9
FDA-2010-N-0622-0007 FDA None FDA-2010-N-0622 Agency Information Collection Activities; Announcement of Office of Management and Budget Approvals Notice Notice of Approval 2018-02-26T05:00:00Z 2018 2 2018-02-26T05:00:00Z   2018-02-26T16:18:45Z 2018-03849 0 0 0900006482f62cd0
FDA-2010-N-0622-0005 FDA None FDA-2010-N-0622 Agency Information Collection Activities; Submission for Office of Management and Budget Review; Comment Request; Color Additive Certification Requests and Recordkeeping Notice 30 Day Proposed Information Collection 2017-09-22T04:00:00Z 2017 9 2017-09-22T04:00:00Z 2017-10-24T03:59:59Z 2017-10-20T01:00:41Z 2017-20245 0 0 0900006482b6eb5a
FDA-2010-N-0622-0004 FDA None FDA-2010-N-0622 Agency Information Collection Activities; Proposed Collection; Comment Request; Color Additive Certification Requests and Recordkeeping Notice 60 Day Proposed Information Collection 2017-06-14T04:00:00Z 2017 6 2017-06-14T04:00:00Z 2017-08-15T03:59:59Z 2017-06-14T14:37:07Z 2017-12328 0 0 09000064826d4821
FDA-2010-N-0622-0003 FDA None FDA-2010-N-0622 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Color Additive Certification Requests and Recordkeeping Notice NAL-Notice of Approval 2011-05-25T04:00:00Z 2011 5 2011-05-25T04:00:00Z   2011-05-25T16:00:10Z 2011-12845 0 0 0900006480e31b85
FDA-2010-N-0622-0002 FDA None FDA-2010-N-0622 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Color Additive Certification Requests and Recordkeeping Notice 30 Day Proposed Information Collection 2011-02-24T05:00:00Z 2011 2 2011-02-24T05:00:00Z 2011-03-29T03:59:59Z 2017-03-17T14:15:35Z 2011-4155 0 0 0900006480bf6ec7
FDA-2010-N-0622-0001 FDA None FDA-2010-N-0622 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Color Additive Certification Requests and Recordkeeping Notice 60 Day Proposed Information Collection 2010-12-13T05:00:00Z 2010 12 2010-12-13T05:00:00Z 2011-02-12T04:59:59Z 2017-03-17T14:13:33Z 2010-31195 0 0 0900006480bb4ff1

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