documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "FDA-1975-N-0012" and posted_year = 2010 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, comment_start_date, posted_date (date), comment_start_date (date), last_modified (date)
| 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-0043 | FDA | Health Care Antiseptic Drug Products for Over-the-Counter (OTC) Human Use; CLOSED FDA-1975-N-0012 | FDA to Buchanan Ingersoll & Rooney PC - Petition Denial | Other | PDN-Petition Denial | 2010-04-08T04:00:00Z | 2010 | 4 | 2010-04-08T04:00:00Z | 2014-01-05T03:25:09Z | 0 | 0 | 0900006480ad3662 | ||
| FDA-1975-N-0012-0042 | FDA | Health Care Antiseptic Drug Products for Over-the-Counter (OTC) Human Use; CLOSED FDA-1975-N-0012 | Petition Denial Response Letter from FDA/ORA to Personal Care Products Council and The Soap and Detergent Association | Other | Denial of Petition | 2010-03-29T04:00:00Z | 2010 | 3 | 2010-03-29T04:00:00Z | 2017-12-15T14:30:03Z | 0 | 0 | 0900006480acbd91 | ||
| FDA-1975-N-0012-0039 | FDA | Health Care Antiseptic Drug Products for Over-the-Counter (OTC) Human Use; CLOSED FDA-1975-N-0012 | Request for Hearing from Buchanan Ingerson and Rooney PC (Alcavis HDC, LLC) | Other | Request for Hearing | 2010-03-09T05:00:00Z | 2010 | 3 | 2010-03-09T05:00:00Z | 2017-10-27T16:52:28Z | 0 | 0 | 0900006480a4d209 | ||
| FDA-1975-N-0012-0041 | FDA | Health Care Antiseptic Drug Products for Over-the-Counter (OTC) Human Use; CLOSED FDA-1975-N-0012 | Acknowledgment Letter from FDA/DDM to the Cosmetic, Toiletry, & Fragrance Association | Other | Acknowledgement Letter/Receipt | 2010-03-09T05:00:00Z | 2010 | 3 | 2010-03-09T05:00:00Z | 2017-10-25T15:27:35Z | 0 | 0 | 09000064805c1b55 | ||
| FDA-1975-N-0012-0040 | FDA | Health Care Antiseptic Drug Products for Over-the-Counter (OTC) Human Use; CLOSED FDA-1975-N-0012 | Acknowledgment Letter from FDA/DDM to the Soap and Detergent Association | Other | Acknowledgement Letter/Receipt | 2010-03-09T05:00:00Z | 2010 | 3 | 2010-03-09T05:00:00Z | 2017-11-27T16:04:31Z | 0 | 0 | 09000064805c1b54 | ||
| FDA-1975-N-0012-0038 | FDA | Health Care Antiseptic Drug Products for Over-the-Counter (OTC) Human Use; CLOSED FDA-1975-N-0012 | Citizen Petition from Soap & Detergent Association & Cosmetic, Toiletry & Fragrance Association - Tabs 1-9 | Supporting & Related Material | Background Material | 2010-03-08T05:00:00Z | 2010 | 3 | 2017-11-28T18:21:04Z | 0 | 0 | 0900006480ab82f9 | |||
| FDA-1975-N-0012-0037 | FDA | Health Care Antiseptic Drug Products for Over-the-Counter (OTC) Human Use; CLOSED FDA-1975-N-0012 | Citizen Petition from Soap & Detergent Association & Cosmetic, Toiletry & Fragrance Association | Other | Citizen Petition | 2010-03-08T05:00:00Z | 2010 | 3 | 2017-11-27T19:13:25Z | 0 | 0 | 09000064805c1b53 |
Advanced export
JSON shape: default, array, newline-delimited, object
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);