documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where agency_id = "FDA" and docket_id = "FDA-1995-N-0259" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 4
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-1995-N-0259-0005 | FDA | Regulations Restricting the Sale & Distribution of Cigarettes & Smokeless Tobacco to Protect Children & Adolescents FDA-1995-N-0259 | FDA/OC Regulations Policy and Management Staff, OMB Review - Memorandum re Regulations Restricting the Sale and Distribution of Cigarettes and Smokeless Tobacco to Protect Children and Adolescents (Final Rule) FDA-1995-N-0259-0002 | Supporting & Related Material | Reference (internal unless indicated) | 2011-07-26T04:00:00Z | 2011 | 7 | 2011-07-26T20:53:05Z | 0 | 0 | 0900006480ecc7f8 | |||
| FDA-1995-N-0259-0004 | FDA | Regulations Restricting the Sale & Distribution of Cigarettes & Smokeless Tobacco to Protect Children & Adolescents FDA-1995-N-0259 | National Association of Convenience Stores - Letter | Other | LET-Letter | 2010-06-16T04:00:00Z | 2010 | 6 | 2010-06-16T04:00:00Z | 2013-07-27T23:21:22Z | 0 | 0 | 0900006480afe1bb | ||
| FDA-1995-N-0259-0003 | FDA | Regulations Restricting the Sale & Distribution of Cigarettes & Smokeless Tobacco to Protect Children & Adolescents FDA-1995-N-0259 | Reference 1 - "SAMHSA Results From the 2008 National Survey on Drug Use and Health" - [ Regulations Restricting the Sale and Distribution of Cigarettes and Smokeless Tobacco to Protect Children and Adolescents; Reissuance of Final Rule] | Supporting & Related Material | BKG-Background Material | 2010-06-07T04:00:00Z | 2010 | 6 | 2010-10-29T01:01:36Z | 0 | 0 | 0900006480ac015e | |||
| FDA-1995-N-0259-0002 | FDA | Regulations Restricting the Sale & Distribution of Cigarettes & Smokeless Tobacco to Protect Children & Adolescents FDA-1995-N-0259 | Regulations Restricting the Sale and Distribution of Cigarettes and Smokeless Tobacco To Protect Children and Adolescents | Rule | NFR-Notice of Final Rule | 2010-03-19T04:00:00Z | 2010 | 3 | 2011-06-11T16:25:43Z | 2010-06087 | 0 | 0 | 0900006480ac184d | ||
| FDA-1995-N-0259-0001 | FDA | Regulations Restricting the Sale & Distribution of Cigarettes & Smokeless Tobacco to Protect Children & Adolescents FDA-1995-N-0259 | Regulations Restricting the Sale & Distribution of Cigarettes & Smokeless Tobacco Products to Protect Children & Adolescents | Proposed Rule | NPR-Notice of Proposed Rule-Making | 2009-06-22T04:00:00Z | 2009 | 6 | 2009-06-22T04:00:00Z | 1995-11-10T04:59:59Z | 2012-05-03T12:01:59Z | 0 | 0 | 0900006480572ba7 |
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);