documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "FDA-1994-V-0006" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, 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-1994-V-0006-0008 | FDA | Variance for L75 IR Laser Sight System FDA-1994-V-0006 | Surefire Variance Amendment Application | Other | Application | 2018-09-18T04:00:00Z | 2018 | 9 | 2018-09-18T04:00:00Z | 2018-09-18T15:23:27Z | 0 | 0 | 090000648371320e | ||
| FDA-1994-V-0006-0007 | FDA | Variance for L75 IR Laser Sight System FDA-1994-V-0006 | FDA/CDRH Response to Surefire LLC - Approval of Variance | Other | Approval for Variance (VRA) | 2013-12-17T05:00:00Z | 2013 | 12 | 2013-12-17T05:00:00Z | 2013-12-17T14:22:25Z | 0 | 0 | 09000064814bb97e | ||
| FDA-1994-V-0006-0005 | FDA | Variance for L75 IR Laser Sight System FDA-1994-V-0006 | FDA/CDRH Response to Surefire, LLC - Approval of Variance | Other | Approval for Variance (VRA) | 2013-12-17T05:00:00Z | 2013 | 12 | 2013-12-17T05:00:00Z | 2013-12-17T14:22:03Z | 0 | 0 | 09000064804fc5a2 | ||
| FDA-1994-V-0006-0006 | FDA | Variance for L75 IR Laser Sight System FDA-1994-V-0006 | Acknowledgement Letter to Laser Products | Other | Acknowledgement Letter/Receipt | 2013-12-17T05:00:00Z | 2013 | 12 | 2013-12-17T05:00:00Z | 2013-12-17T14:22:11Z | 0 | 0 | 09000064814c3399 | ||
| FDA-1994-V-0006-0004 | FDA | Variance for L75 IR Laser Sight System FDA-1994-V-0006 | FDA/CDRH Response to Laser Products - Approval of Variance | Other | Approval for Variance (VRA) | 2013-12-17T05:00:00Z | 2013 | 12 | 2013-12-17T05:00:00Z | 2013-12-17T14:21:51Z | 0 | 0 | 09000064804fc5a0 | ||
| FDA-1994-V-0006-0002 | FDA | Variance for L75 IR Laser Sight System FDA-1994-V-0006 | Laser Products - Application for Variance | Other | Application for Variance (VAR) | 2013-12-17T05:00:00Z | 2013 | 12 | 2013-12-17T05:00:00Z | 2013-12-17T14:21:31Z | 0 | 0 | 09000064804fc59c | ||
| FDA-1994-V-0006-0003 | FDA | Variance for L75 IR Laser Sight System FDA-1994-V-0006 | FDA/CDRH Response to Laser Products - Approval of Variance | Other | Approval for Variance (VRA) | 2013-12-17T05:00:00Z | 2013 | 12 | 2013-12-17T05:00:00Z | 2013-12-17T14:21:43Z | 0 | 0 | 09000064804fc59f | ||
| FDA-1994-V-0006-0001 | FDA | Variance for L75 IR Laser Sight System FDA-1994-V-0006 | FDA/CDRH Response to Surefire, LLC - Approval of Variance | Other | Approval for Variance (VRA) | 2006-05-08T04:00:00Z | 2006 | 5 | 2013-12-16T21:29:44Z | 0 | 0 | 09000064804fc596 |
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);