documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where docket_id = "TTB-2016-0009" 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 3
agency_id 1
- TTB 9
| 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-0009-0020 | TTB | Establishment of the Petaluma Gap Viticultural Area and Modification of the North Coast Viticultural Area TTB-2016-0009 | T.D. TTB-149: Establishment of the Petaluma Gap Viticultural Area and Modification of the North Coast Viticultural Area | Rule | Final Rule | 2017-12-07T05:00:00Z | 2017 | 12 | 2017-12-07T05:00:00Z | 2017-12-07T18:42:02Z | 2017-26410 | 0 | 0 | 0900006482ced50a | |
| TTB-2016-0009-0005 | TTB | Establishment of the Petaluma Gap Viticultural Area and Modification of the North Coast Viticultural Area TTB-2016-0009 | Addendum 2 to the Petition (Additional Temperature Data) | Supporting & Related Material | Exhibits | 2016-10-28T04:00:00Z | 2016 | 10 | 2016-10-28T13:41:46Z | 0 | 0 | 09000064823492aa | |||
| TTB-2016-0009-0003 | TTB | Establishment of the Petaluma Gap Viticultural Area and Modification of the North Coast Viticultural Area TTB-2016-0009 | Petaluma Gap Petition - Exhibits A and B | Supporting & Related Material | Exhibits | 2016-10-28T04:00:00Z | 2016 | 10 | 2016-10-28T13:41:33Z | 0 | 0 | 090000648234902a | |||
| TTB-2016-0009-0007 | TTB | Establishment of the Petaluma Gap Viticultural Area and Modification of the North Coast Viticultural Area TTB-2016-0009 | Appendix to the Petition (Weather Station Record Periods) | Supporting & Related Material | Exhibits | 2016-10-28T04:00:00Z | 2016 | 10 | 2016-10-28T13:41:59Z | 0 | 0 | 09000064823492ae | |||
| TTB-2016-0009-0008 | TTB | Establishment of the Petaluma Gap Viticultural Area and Modification of the North Coast Viticultural Area TTB-2016-0009 | Petaluma Gap Congressional Letters of Support | Supporting & Related Material | Letter | 2016-10-28T04:00:00Z | 2016 | 10 | 2016-10-28T13:42:04Z | 0 | 0 | 09000064823492af | |||
| TTB-2016-0009-0004 | TTB | Establishment of the Petaluma Gap Viticultural Area and Modification of the North Coast Viticultural Area TTB-2016-0009 | Addendum 1 to the Petition (Additional Wind Speed Data) | Supporting & Related Material | Exhibits | 2016-10-28T04:00:00Z | 2016 | 10 | 2016-10-28T13:41:38Z | 0 | 0 | 09000064823492a9 | |||
| TTB-2016-0009-0001 | TTB | Establishment of the Petaluma Gap Viticultural Area and Modification of the North Coast Viticultural Area TTB-2016-0009 | Notice No. 163: Proposed Establishment of the Petaluma Gap Viticultural Area and Modification of the North Coast Viticultural Area | Proposed Rule | Notice of Proposed Rulemaking (NPRM) | 2016-10-28T04:00:00Z | 2016 | 10 | 2016-10-28T04:00:00Z | 2016-12-28T04:59:59Z | 2016-11-13T14:00:40Z | 2016-25972 | 0 | 0 | 090000648235ade0 |
| TTB-2016-0009-0002 | TTB | Establishment of the Petaluma Gap Viticultural Area and Modification of the North Coast Viticultural Area TTB-2016-0009 | Petaluma Gap Petition | Supporting & Related Material | Petition | 2016-10-28T04:00:00Z | 2016 | 10 | 2016-10-28T13:41:28Z | 0 | 0 | 0900006482349023 | |||
| TTB-2016-0009-0006 | TTB | Establishment of the Petaluma Gap Viticultural Area and Modification of the North Coast Viticultural Area TTB-2016-0009 | Name Evidence Addendum | Supporting & Related Material | Exhibits | 2016-10-28T04:00:00Z | 2016 | 10 | 2016-10-28T13:41:52Z | 0 | 0 | 09000064823492ab |
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;