documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "FDA-1978-N-0018" and posted_year = 2021 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, comment_start_date, comment_end_date, posted_date (date), comment_start_date (date), comment_end_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-1978-N-0018-15847 | FDA | Sunscreen Drug Products -OPEN FDA-1978-N-0018 | Amending Over-the-Counter Monograph M020: Sunscreen Drug Products for Over-The-Counter Human Use; Over-The-Counter Monograph Proposed Order (OTC 000008) Extension of Comment Period | Notice | Extension of Comment Period | 2021-11-22T05:00:00Z | 2021 | 11 | 2021-11-22T05:00:00Z | 2021-12-28T04:59:59Z | 2021-12-25T02:00:48Z | 2021-25371 | 0 | 0 | 0900006484e711a4 |
| FDA-1978-N-0018-15828 | FDA | Sunscreen Drug Products -OPEN FDA-1978-N-0018 | Grant of extension of comment period | Other | Letter(s) | 2021-11-12T05:00:00Z | 2021 | 11 | 2021-11-12T05:00:00Z | 2024-11-07T00:34:16Z | 1 | 0 | 0900006484e42d68 | ||
| FDA-1978-N-0018-15839 | FDA | Sunscreen Drug Products -OPEN FDA-1978-N-0018 | Request for Extension from NIST | Other | Request for Extension | 2021-11-12T05:00:00Z | 2021 | 11 | 2021-11-12T05:00:00Z | 2021-11-12T18:41:48Z | 0 | 0 | 0900006484e42ee1 | ||
| FDA-1978-N-0018-15824 | FDA | Sunscreen Drug Products -OPEN FDA-1978-N-0018 | Request for Extension from Personal Care Products Council and Consumer Healthcare Products Association | Other | Request for Extension | 2021-11-02T04:00:00Z | 2021 | 11 | 2021-11-02T04:00:00Z | 2021-11-02T16:21:55Z | 0 | 0 | 0900006484e06a8a | ||
| FDA-1978-N-0018-15815 | FDA | Sunscreen Drug Products -OPEN FDA-1978-N-0018 | Amending Over-the-Counter Monograph M020: Sunscreen Drug Products for Over-the-Counter Human Use; Over the Counter Monograph Proposed Order; Availability | Notice | Notice of Availability | 2021-09-27T04:00:00Z | 2021 | 9 | 2021-09-27T04:00:00Z | 2021-11-13T04:59:59Z | 2021-11-13T02:00:27Z | 2021-20780 | 0 | 0 | 0900006484dab14f |
| FDA-1978-N-0018-15814 | FDA | Sunscreen Drug Products -OPEN FDA-1978-N-0018 | Proposed Administrative Order OTC000008_Amending M020_Sunscreen_Signed24Sept2021 | Other | Order | 2021-09-24T04:00:00Z | 2021 | 9 | 2021-09-24T04:00:00Z | 2021-11-13T04:59:59Z | 2024-11-07T00:31:55Z | 1 | 0 | 0900006484da60c4 | |
| FDA-1978-N-0018-15812 | FDA | Sunscreen Drug Products -OPEN FDA-1978-N-0018 | EMD Performance Materials Meeting Denied Letter | Other | Letter(s) | 2021-04-22T04:00:00Z | 2021 | 4 | 2021-04-22T04:00:00Z | 2021-04-22T13:00:19Z | 0 | 0 | 0900006484ab1dd8 |
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);