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

10 rows where docket_id = "FDA-1975-N-0012" and posted_year = 2018 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2018 · 10 ✖

document_type 1

  • Other 10

agency_id 1

  • FDA 10
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-1975-N-0012-0748 FDA Health Care Antiseptic Drug Products for Over-the-Counter (OTC) Human Use; CLOSED FDA-1975-N-0012 ACI FINAL Meeting Minutes from Aug 6, 2018 Other Minutes 2018-08-28T04:00:00Z 2018 8 2018-08-28T04:00:00Z   2018-08-28T12:13:24Z   0 0 0900006483662067
FDA-1975-N-0012-0745 FDA Health Care Antiseptic Drug Products for Over-the-Counter (OTC) Human Use; CLOSED FDA-1975-N-0012 ACI ETEC 2018 Meeting Granted Letter Other Agreement 2018-07-25T04:00:00Z 2018 7 2018-07-25T04:00:00Z   2018-07-25T11:44:30Z   0 0 090000648355373a
FDA-1975-N-0012-0742 FDA Health Care Antiseptic Drug Products for Over-the-Counter (OTC) Human Use; CLOSED FDA-1975-N-0012 Final Validation Reports (Bionanalysis Report) from Lonza Inc., and Henkel Consumer Goods, Inc., (Lewis & Harrison) Other Report 2018-07-06T04:00:00Z 2018 7 2018-07-06T04:00:00Z   2018-07-06T14:17:10Z   0 0 09000064834b5e99
FDA-1975-N-0012-0743 FDA Health Care Antiseptic Drug Products for Over-the-Counter (OTC) Human Use; CLOSED FDA-1975-N-0012 Supplement from American Cleaning Institute Other Supplement (SUP) 2018-07-06T04:00:00Z 2018 7 2016-09-06T04:00:00Z 2019-04-04T03:59:59Z 2018-07-06T15:24:35Z   0 0 090000648343dddf
FDA-1975-N-0012-0740 FDA Health Care Antiseptic Drug Products for Over-the-Counter (OTC) Human Use; CLOSED FDA-1975-N-0012 Meeting Granted Letter 05/09/2018 Other Letter(s) 2018-07-06T04:00:00Z 2018 7 2018-07-06T04:00:00Z   2018-07-06T14:16:16Z   0 0 09000064834b59fb
FDA-1975-N-0012-0741 FDA Health Care Antiseptic Drug Products for Over-the-Counter (OTC) Human Use; CLOSED FDA-1975-N-0012 Briefing Documents from Lonza Inc., and Henkel Consumer Goods, Inc., (Lewis & Harrison) Other Studies 2018-07-06T04:00:00Z 2018 7 2018-07-06T04:00:00Z   2018-07-06T14:16:52Z   0 0 09000064834b5e92
FDA-1975-N-0012-0738 FDA Health Care Antiseptic Drug Products for Over-the-Counter (OTC) Human Use; CLOSED FDA-1975-N-0012 Memo and Meeting Minutes from FDA CDER to Lewis & Harrison Other Minutes 2018-05-30T04:00:00Z 2018 5 2018-05-30T04:00:00Z   2018-05-30T15:25:48Z   0 0 090000648330ee23
FDA-1975-N-0012-0736 FDA Health Care Antiseptic Drug Products for Over-the-Counter (OTC) Human Use; CLOSED FDA-1975-N-0012 Report from American Cleaning Institute Other Electronic Regulation from Form 2018-05-02T04:00:00Z 2018 5 2018-05-02T04:00:00Z   2018-05-02T21:04:12Z   0 0 0900006483135698
FDA-1975-N-0012-0735 FDA Health Care Antiseptic Drug Products for Over-the-Counter (OTC) Human Use; CLOSED FDA-1975-N-0012 Grant of Second Extension April 12_2018 Other Extension of Time 2018-04-16T04:00:00Z 2018 4 2018-04-16T04:00:00Z   2018-04-16T14:58:06Z   0 0 0900006483146f92
FDA-1975-N-0012-0734 FDA Health Care Antiseptic Drug Products for Over-the-Counter (OTC) Human Use; CLOSED FDA-1975-N-0012 Report from American Cleaning Institute Other Report 2018-04-10T04:00:00Z 2018 4 2018-04-10T04:00:00Z   2018-04-10T20:10:46Z   0 0 0900006483090f60

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);
Powered by Datasette · Queries took 2271.602ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API