documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "FDA-1995-S-0039" 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, last_modified, 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-1995-S-0039-0238 | FDA | 75-Day Premarket Notifications for New Dietary Ingredients FDA-1995-S-0039 | Report 416 - T. J. Panorama, Inc., (Nucleic Acid Supplement Capsules, AMP, CMP, GMP,UMP, and RNA) | Other | RPT-Report | 2010-10-06T04:00:00Z | 2010 | 10 | 2010-10-06T04:00:00Z | 2016-09-30T14:23:41Z | 0 | 0 | 0900006480560f17 | ||
| FDA-1995-S-0039-0239 | FDA | 75-Day Premarket Notifications for New Dietary Ingredients FDA-1995-S-0039 | PanGenomics, Inc. (PG102, Actinidia Arguta) Report 164 - Report | Other | Report | 2010-10-06T04:00:00Z | 2010 | 10 | 2010-10-06T04:00:00Z | 2016-09-30T14:23:41Z | 0 | 0 | 090000648055ca0c | ||
| FDA-1995-S-0039-0240 | FDA | 75-Day Premarket Notifications for New Dietary Ingredients FDA-1995-S-0039 | Report 214 - Perrigo Company (Isopropoxy Isoflavone [Ipriflavone]) | Other | RPT-Report (outside of agency unless indicated) | 2010-10-06T04:00:00Z | 2010 | 10 | 2010-10-06T04:00:00Z | 2016-09-30T14:23:42Z | 0 | 0 | 090000648055cd12 | ||
| FDA-1995-S-0039-0237 | FDA | 75-Day Premarket Notifications for New Dietary Ingredients FDA-1995-S-0039 | NDI 583, Resveratrol from Ceres Living, Inc. | Other | 75 Day PreMarket Notification | 2010-05-05T04:00:00Z | 2010 | 5 | 2010-05-05T04:00:00Z | 2016-09-30T14:23:40Z | 0 | 0 | 0900006480ae77c1 | ||
| FDA-1995-S-0039-0235 | FDA | 75-Day Premarket Notifications for New Dietary Ingredients FDA-1995-S-0039 | NDI 588, 3a Androsterone from Proprietary Wellness | Other | 75 Day PreMarket Notification | 2010-03-01T05:00:00Z | 2010 | 3 | 2010-03-01T05:00:00Z | 2016-09-30T14:23:39Z | 0 | 0 | 0900006480a30fd0 | ||
| FDA-1995-S-0039-0236 | FDA | 75-Day Premarket Notifications for New Dietary Ingredients FDA-1995-S-0039 | NDI 589, 3b Androsterone from Proprietary Wellness | Other | 75 Day PreMarket Notification | 2010-03-01T05:00:00Z | 2010 | 3 | 2016-09-30T14:23:40Z | 0 | 0 | 0900006480a3efbb | |||
| FDA-1995-S-0039-0234 | FDA | 75-Day Premarket Notifications for New Dietary Ingredients FDA-1995-S-0039 | Letter from Onbix Corporation to FDA, October 21, 2008 re NDI 550 - NPL-X | Other | Letter(s) | 2010-01-10T05:00:00Z | 2010 | 1 | 2010-01-10T05:00:00Z | 2016-09-30T14:23:39Z | 0 | 0 | 0900006480a7894b |
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);