documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "DEA-2020-0003" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, posted_date, posted_month, withdrawn, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 2
agency_id 1
- DEA 7
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| DEA-2020-0003-0012 | DEA | Schedules of Controlled Substances: Placement of Lasmiditan in Schedule V DEA-2020-0003 | Lasmiditan HHS ltr and 8 Factor Analysis 10-23-2019 | Supporting & Related Material | 2021-05-25T04:00:00Z | 2021 | 5 | 2021-05-25T16:24:36Z | 0 | 0 | 0900006484b34b97 | ||||
| DEA-2020-0003-0011 | DEA | Schedules of Controlled Substances: Placement of Lasmiditan in Schedule V DEA-2020-0003 | 8F Lasmiditan 08062020 | Supporting & Related Material | 2021-05-25T04:00:00Z | 2021 | 5 | 2021-05-25T16:16:24Z | 0 | 0 | 0900006484b34b5d | ||||
| DEA-2020-0003-0010 | DEA | Schedules of Controlled Substances: Placement of Lasmiditan in Schedule V DEA-2020-0003 | Schedules of Controlled Substances: Placement of Lasmiditan in Schedule V | Rule | 2021-05-24T04:00:00Z | 2021 | 5 | 2021-05-24T04:00:00Z | 2021-05-25T15:49:44Z | 2021-10827 | 0 | 0 | 0900006484b2e413 | ||
| DEA-2020-0003-0007 | DEA | Schedules of Controlled Substances: Placement of Lasmiditan in Schedule V DEA-2020-0003 | Lasmiditan HHS ltr and 8 Factor Analysis | Supporting & Related Material | 2020-08-17T04:00:00Z | 2020 | 8 | 2020-08-17T14:35:42Z | 0 | 0 | 0900006484807b97 | ||||
| DEA-2020-0003-0008 | DEA | Schedules of Controlled Substances: Placement of Lasmiditan in Schedule V DEA-2020-0003 | 8F Lasmiditan 06102020 | Supporting & Related Material | 2020-08-17T00:00:00Z | 2020 | 8 | 2020-08-27T14:18:38Z | 0 | 1 | 0900006484807b98 | ||||
| DEA-2020-0003-0001 | DEA | Schedules of Controlled Substances: Placement of Lasmiditan in Schedule V DEA-2020-0003 | Schedules of Controlled Substances: Placement of Lasmiditan in Schedule V | Rule | 2020-01-31T05:00:00Z | 2020 | 1 | 2020-01-31T05:00:00Z | 2020-03-03T04:59:59Z | 2021-05-25T15:40:37Z | 2020-01957 | 0 | 0 | 0900006484316555 | |
| DEA-2020-0003-0009 | DEA | Schedules of Controlled Substances: Placement of Lasmiditan in Schedule V DEA-2020-0003 | DEA 8-factor review Lasmiditan 01232020 pdf | Supporting & Related Material | 2020-01-31T05:00:00Z | 2020 | 1 | 2020-08-24T18:47:31Z | 0 | 0 | 09000064843178f0 |
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);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;