documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "TTB-2016-0010" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 4
agency_id 1
- TTB 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| TTB-2016-0010-0041 | TTB | Wine Treating Materials and Related Regulations TTB-2016-0010 | T.D. TTB-185, Wine Treating Materials and Related Regulations | Rule | Final Rule | 2022-08-24T04:00:00Z | 2022 | 8 | 2022-08-24T13:04:44Z | 2022-18060 | 0 | 0 | 090000648526d2e1 | ||
| TTB-2016-0010-0038 | TTB | Wine Treating Materials and Related Regulations TTB-2016-0010 | Note on Ex Parte Communication on Notice No. 164 | Other | Hearing/Meeting Summary | 2018-05-22T04:00:00Z | 2018 | 5 | 2018-05-29T23:25:44Z | 0 | 0 | 09000064832aef64 | |||
| TTB-2016-0010-0018 | TTB | Wine Treating Materials and Related Regulations TTB-2016-0010 | Notice No. 164B: Wine Treating Materials and Related Regulations; Comment Period Extension | Proposed Rule | Extension of Comment Period | 2017-12-07T05:00:00Z | 2017 | 12 | 2017-12-07T19:09:16Z | 2017-26416 | 0 | 0 | 0900006482ced5c7 | ||
| TTB-2016-0010-0016 | TTB | Wine Treating Materials and Related Regulations TTB-2016-0010 | Notice No. 164A: Wine Treating Materials and Related Regulations; Comment Period Reopening | Proposed Rule | Reopening of Comment Period | 2017-10-11T04:00:00Z | 2017 | 10 | 2017-12-07T19:05:49Z | 2017-21809 | 0 | 0 | 0900006482bbb07c | ||
| TTB-2016-0010-0004 | TTB | Wine Treating Materials and Related Regulations TTB-2016-0010 | FDA Memo to TTB re-Yeast Nutrients | Supporting & Related Material | Memorandum | 2016-12-14T05:00:00Z | 2016 | 12 | 2016-12-14T19:19:43Z | 0 | 0 | 0900006482409344 | |||
| TTB-2016-0010-0003 | TTB | Wine Treating Materials and Related Regulations TTB-2016-0010 | FDA Memo to TTB re-Certain Wine Treatment Substances | Supporting & Related Material | Memorandum | 2016-12-14T05:00:00Z | 2016 | 12 | 2016-12-14T19:10:53Z | 0 | 0 | 0900006482409343 | |||
| TTB-2016-0010-0001 | TTB | Wine Treating Materials and Related Regulations TTB-2016-0010 | Notice No. 164: Wine Treating Materials and Related Regulations | Proposed Rule | Notice of Proposed Rulemaking (NPRM) | 2016-11-22T05:00:00Z | 2016 | 11 | 2017-10-11T04:00:00Z | 2018-04-10T03:59:59Z | 2018-07-03T01:12:54Z | 2016-27581 | 0 | 0 | 09000064823ad2bd |
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;