home / openregs

documents

Regulatory documents from Regulations.gov including rules, proposed rules, notices, and supporting materials.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

8 rows where docket_id = "FDA-2020-V-1552" sorted by posted_date descending

✎ View and edit SQL

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)

posted_year 3

  • 2020 3
  • 2026 3
  • 2024 2

document_type 1

  • Other 8

agency_id 1

  • FDA 8
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-2020-V-1552-0008 FDA Laser Light Show FDA-2020-V-1552 Supplement to Variance from LaserAnimation Sollinger GmbH Other Supplement (SUP) 2026-07-15T04:00:00Z 2026 7 2026-07-15T04:00:00Z   2026-07-15T22:28:12Z   0 0 09000064b939f7d7
FDA-2020-V-1552-0007 FDA Laser Light Show FDA-2020-V-1552 Variance Amendment Approval Letter from FDA CDRH to LaserAnimation Sollinger GmbH Other Approval for Variance (VRA) 2026-06-15T04:00:00Z 2026 6 2026-06-15T04:00:00Z   2026-06-15T22:36:57Z   0 0 09000064b9327f85
FDA-2020-V-1552-0006 FDA Laser Light Show FDA-2020-V-1552 Variance Amendment from LaserAnimation Sollinger GmbH Other Amendment 2026-06-02T04:00:00Z 2026 6 2026-06-02T04:00:00Z   2026-06-02T21:43:06Z   0 0 09000064b93053a3
FDA-2020-V-1552-0005 FDA Laser Light Show FDA-2020-V-1552 Variance Amendment Approval Letter from FDA CDRH to LaserAnimation Sollinger GmbH Other Approval 2024-05-24T04:00:00Z 2024 5 2024-05-24T04:00:00Z   2024-05-24T13:58:24Z   0 0 090000648657f66d
FDA-2020-V-1552-0004 FDA Laser Light Show FDA-2020-V-1552 Variance Amendment from LaserAnimation Sollinger GmbH Other Amendment 2024-04-22T04:00:00Z 2024 4 2024-04-22T04:00:00Z   2024-04-22T20:03:02Z   0 0 09000064864e50e3
FDA-2020-V-1552-0003 FDA Laser Light Show FDA-2020-V-1552 Variance Approval Letter from FDA CDRH to Laseranimation Sollinger GmbH Other Approval for Variance (VRA) 2020-06-26T04:00:00Z 2020 6 2020-06-26T04:00:00Z   2020-06-26T13:22:47Z   0 0 090000648470f678
FDA-2020-V-1552-0001 FDA Laser Light Show FDA-2020-V-1552 Variance Application from LaserAnimation Sollinger GmbH Other Application for Variance (VAR) 2020-06-12T04:00:00Z 2020 6 2020-06-12T04:00:00Z   2024-04-22T20:03:41Z   0 0 09000064846e89b9
FDA-2020-V-1552-0002 FDA Laser Light Show FDA-2020-V-1552 Acknowledgement Letter from FDA DMS to LaserAnimation Sollinger GmbH Other Acknowledgement Letter/Receipt 2020-06-12T04:00:00Z 2020 6 2020-06-12T04:00:00Z   2024-04-22T20:03:15Z   0 0 09000064846e929e

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;
Powered by Datasette · Queries took 5.868ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API