documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
10 rows where docket_id = "FDA-1997-V-0018" and posted_year = 2013 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, 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-1997-V-0018-0013 | FDA | Laser light show FDA-1997-V-0018 | FDA/CDRH to Paramount Organization, Inc. - Approval for Variance | Other | Approval for Variance (VRA) | 2013-06-26T04:00:00Z | 2013 | 6 | 2013-06-26T04:00:00Z | 2013-06-26T14:31:14Z | 0 | 0 | 0900006481341ad0 | ||
| FDA-1997-V-0018-0012 | FDA | Laser light show FDA-1997-V-0018 | FDA/CDRH to Paramount Organization, Inc. - Approval for Variance | Other | Approval for Variance (VRA) | 2013-02-28T05:00:00Z | 2013 | 2 | 2013-02-28T05:00:00Z | 2013-06-26T14:24:15Z | 0 | 0 | 090000648112d7f1 | ||
| FDA-1997-V-0018-0011 | FDA | Laser light show FDA-1997-V-0018 | Acknowledgement Letter to Paramount Event Services, Inc. | Other | Acknowledgement Letter/Receipt | 2013-02-28T05:00:00Z | 2013 | 2 | 2013-02-28T05:00:00Z | 2013-02-28T16:53:36Z | 0 | 0 | 09000064811e7561 | ||
| FDA-1997-V-0018-0007 | FDA | Laser light show FDA-1997-V-0018 | Paramount Organization Inc. dba Paramount Event Services, Inc. - Request for Extension of Compliance Date | Other | Request for Extension | 2013-02-07T05:00:00Z | 2013 | 2 | 2013-02-07T05:00:00Z | 2013-07-27T21:59:10Z | 0 | 0 | 09000064805ca01f | ||
| FDA-1997-V-0018-0006 | FDA | Laser light show FDA-1997-V-0018 | FDA/CDRH Response to Paramount Organization Inc. dba Paramount Event Services, Inc. - Approval for Variance | Other | Approval for Variance (VRA) | 2013-02-07T05:00:00Z | 2013 | 2 | 2013-02-07T05:00:00Z | 2013-07-28T01:50:32Z | 0 | 0 | 09000064805ca01e | ||
| FDA-1997-V-0018-0009 | FDA | Laser light show FDA-1997-V-0018 | Paramount Organization Inc. dba Paramount Event Services, Inc. - Request for Extension of Compliance Date | Other | Request for Extension | 2013-02-07T05:00:00Z | 2013 | 2 | 2013-02-07T05:00:00Z | 2013-08-11T04:22:36Z | 0 | 0 | 09000064805ca021 | ||
| FDA-1997-V-0018-0005 | FDA | Laser light show FDA-1997-V-0018 | FDA/CDRH Response to Paramount Organization Inc. dba Paramount Event Services, Inc. - Approval for Variance | Other | Approval for Variance (VRA) | 2013-02-07T05:00:00Z | 2013 | 2 | 2013-02-07T05:00:00Z | 2013-08-11T02:50:12Z | 0 | 0 | 09000064805ca01c | ||
| FDA-1997-V-0018-0004 | FDA | Laser light show FDA-1997-V-0018 | Paramount Event Services, Inc. - Application for Variance | Other | Application for Variance (VAR) | 2013-02-07T05:00:00Z | 2013 | 2 | 2013-02-07T05:00:00Z | 2013-07-27T21:59:10Z | 0 | 0 | 09000064805ca01b | ||
| FDA-1997-V-0018-0008 | FDA | Laser light show FDA-1997-V-0018 | FDA/ CDRH Response to Paramount Organization Inc. dba Paramount Event Services, Inc. - Approval for Variance | Other | Approval for Variance (VRA) | 2013-02-07T05:00:00Z | 2013 | 2 | 2013-02-07T05:00:00Z | 2013-08-11T04:22:36Z | 0 | 0 | 09000064805ca020 | ||
| FDA-1997-V-0018-0010 | FDA | Laser light show FDA-1997-V-0018 | FDA/CDRH Response to Paramount Organization, Inc. dba Paramount Event Services, Inc. - Amendment | Other | Letter(s) | 2013-02-07T05:00:00Z | 2013 | 2 | 2013-02-07T05:00:00Z | 2020-04-14T15:04:41Z | 0 | 0 | 09000064805f8f93 |
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);