documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where agency_id = "FDA", docket_id = "FDA-1978-N-0018" and posted_year = 1999 sorted by posted_date descending
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)
| 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-0437 | FDA | Sunscreen Drug Products -OPEN FDA-1978-N-0018 | Letter from FDA/CDER to The Procter & Gamble Company | Other | Letter(s) | 1999-11-08T05:00:00Z | 1999 | 11 | 2019-07-26T12:27:36Z | 0 | 0 | 090000648055a6a5 | |||
| FDA-1978-N-0018-0436 | FDA | Sunscreen Drug Products -OPEN FDA-1978-N-0018 | Letter from FDA/CDER to The Cosmetic, Toiletry & Fragrance Association | Other | Letter(s) | 1999-08-03T04:00:00Z | 1999 | 8 | 2019-07-25T18:01:31Z | 0 | 0 | 090000648055a696 | |||
| FDA-1978-N-0018-0434 | FDA | Sunscreen Drug Products -OPEN FDA-1978-N-0018 | Sunscreen Drug Products for Over-the-Counter Human Use; Final Monograph; Technical Amendment | Notice | Notice of Final Rule | 1999-05-28T04:00:00Z | 1999 | 5 | 1999-05-28T04:00:00Z | 2000-05-23T03:59:59Z | 2019-07-26T18:25:19Z | 01–15632 | 0 | 0 | 090000648055a68d |
| FDA-1978-N-0018-0435 | FDA | Sunscreen Drug Products -OPEN FDA-1978-N-0018 | Sunscreen Drug Products For Over-The-Counter Human Use; Final Monograph | Notice | Notice of Final Rule | 1999-05-28T04:00:00Z | 1999 | 5 | 1999-05-28T04:00:00Z | 2000-05-23T03:59:59Z | 2019-08-01T17:11:15Z | 99-12853 | 0 | 0 | 090000648055a68f |
| FDA-1978-N-0018-0433 | FDA | Sunscreen Drug Products -OPEN FDA-1978-N-0018 | Revocation of Advisory Opinion Entitled “FD&C Act Trade Correspondence 61” | Notice | General Notice | 1999-05-26T04:00:00Z | 1999 | 5 | 2019-08-01T17:13:45Z | 99-12854 | 0 | 0 | 090000648055a688 | ||
| FDA-1978-N-0018-0808 | FDA | Sunscreen Drug Products -OPEN FDA-1978-N-0018 | Supplement from Merck KGaA | Other | Supplement | 1999-05-11T04:00:00Z | 1999 | 5 | 2019-08-09T14:28:06Z | 0 | 0 | 0900006481a795c8 | |||
| FDA-1978-N-0018-0432 | FDA | Sunscreen Drug Products -OPEN FDA-1978-N-0018 | Acknowledgment Letter from FDA DDM to The Cosmetic, Toiletry & Fragrance Association | Other | Acknowledgement Letter/Receipt | 1999-04-15T04:00:00Z | 1999 | 4 | 2019-07-26T12:31:38Z | 0 | 0 | 090000648055a64e |
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);