documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where docket_id = "FDA-2006-N-0364" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date (date), comment_start_date (date), last_modified (date)
document_type 3
agency_id 1
- FDA 5
| 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-2006-N-0364-0008 | FDA | Exceptions or Alternatives to Labeling Requirements for Products Held by the Strategic National Stockpile FDA-2006-N-0364 | Exceptions or Alternatives to Labeling Requirements for Products Held by the Strategic National Stockpile | Rule | Final Rule | 2012-02-06T05:00:00Z | 2012 | 2 | 2012-02-06T05:00:00Z | 2015-11-12T18:21:56Z | 2012-02558 | 0 | 0 | 0900006480fae37a | |
| FDA-2006-N-0364-0007 | FDA | Exceptions or Alternatives to Labeling Requirements for Products Held by the Strategic National Stockpile FDA-2006-N-0364 | Exceptions or Alternatives to Labeling Requirements for Products Held by the Strategic National Stockpile; Technical Amendment | Rule | Final Rule | 2008-11-18T05:00:00Z | 2008 | 11 | 2008-11-18T05:00:00Z | 2015-11-12T18:01:15Z | E8-27254 | 0 | 0 | 09000064807af926 | |
| FDA-2006-N-0364-0006 | FDA | Exceptions or Alternatives to Labeling Requirements for Products Held by the Strategic National Stockpile FDA-2006-N-0364 | Notice of Approval Re: Agency Information Collection Activities; Announcement of Office of Management and Budget Approval; Exceptions or Alternatives to Labeling Requirements for Products Held by the Strategic National Stockpile | Notice | Notice of Approval | 2008-07-11T04:00:00Z | 2008 | 7 | 2015-11-24T14:38:17Z | E8-15795 | 0 | 0 | 0900006480667944 | ||
| FDA-2006-N-0364-0003 | FDA | Exceptions or Alternatives to Labeling Requirements for Products Held by the Strategic National Stockpile FDA-2006-N-0364 | Final Rule Exceptions or Alternatives to Labeling Requirements for Products | Rule | Final Rule | 2008-06-18T04:00:00Z | 2008 | 6 | 2008-06-18T04:00:00Z | 2015-11-12T19:37:29Z | E7-25165 | 0 | 0 | 090000648062d5ec | |
| FDA-2006-N-0364-0001 | FDA | Exceptions or Alternatives to Labeling Requirements for Products Held by the Strategic National Stockpile FDA-2006-N-0364 | See FDA-2006-N-0364-0003 | Supporting & Related Material | BKG-Background Material | 2007-12-28T05:00:00Z | 2007 | 12 | 2008-06-18T17:26:35Z | 0 | 0 | 090000648045fc49 |
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);