documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "TTB-2014-0007" 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 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| TTB-2014-0007-0126 | TTB | Proposed Expansion of the Sta. Rita Hills Viticultural Area TTB-2014-0007 | T.D. TTB-141: Expansion of the Sta. Rita Hills Viticultural Area | Rule | Final Rule | 2016-08-22T04:00:00Z | 2016 | 8 | 2016-08-22T14:36:16Z | 2016-19998 | 0 | 0 | 090000648218dba3 | ||
| TTB-2014-0007-0029 | TTB | Proposed Expansion of the Sta. Rita Hills Viticultural Area TTB-2014-0007 | Notice No. 145A: Comment Period Extension; Proposed Expansion of the Sta. Rita Hills Viticultural Area | Proposed Rule | Extension of Comment Period | 2014-09-03T04:00:00Z | 2014 | 9 | 2014-09-03T14:28:07Z | 2014-20929 | 0 | 0 | 0900006481857d4b | ||
| TTB-2014-0007-0006 | TTB | Proposed Expansion of the Sta. Rita Hills Viticultural Area TTB-2014-0007 | 1998 Santa Rita Hills AVA Petition | Supporting & Related Material | Petition | 2014-08-07T04:00:00Z | 2014 | 8 | 2014-08-07T13:43:35Z | 0 | 0 | 0900006481807d36 | |||
| TTB-2014-0007-0003 | TTB | Proposed Expansion of the Sta. Rita Hills Viticultural Area TTB-2014-0007 | Sta. Rita Hills Expansion Petition and Exhibits | Supporting & Related Material | Petition | 2014-08-07T04:00:00Z | 2014 | 8 | 2014-08-07T13:42:59Z | 0 | 0 | 0900006481804439 | |||
| TTB-2014-0007-0001 | TTB | Proposed Expansion of the Sta. Rita Hills Viticultural Area TTB-2014-0007 | Notice No. 145: Proposed Expansion of the Sta. Rita Hills Viticultural Area | Proposed Rule | Notice of Proposed Rulemaking (NPRM) | 2014-08-07T04:00:00Z | 2014 | 8 | 2014-08-07T04:00:00Z | 2014-12-06T04:59:59Z | 2014-12-12T03:10:33Z | 2014-18705 | 0 | 0 | 090000648180bad4 |
| TTB-2014-0007-0004 | TTB | Proposed Expansion of the Sta. Rita Hills Viticultural Area TTB-2014-0007 | T.D. TTB-37, Santa Rita Hills Viticultural Area Name Abbreviation to Sta. Rita Hills | Supporting & Related Material | Exhibits | 2014-08-07T04:00:00Z | 2014 | 8 | 2014-08-07T13:43:14Z | 0 | 0 | 0900006481807671 | |||
| TTB-2014-0007-0005 | TTB | Proposed Expansion of the Sta. Rita Hills Viticultural Area TTB-2014-0007 | T.D. ATF-454, Establishment of the Santa Rita Hills Viticultural Area | Supporting & Related Material | Exhibits | 2014-08-07T04:00:00Z | 2014 | 8 | 2014-08-07T13:43:26Z | 0 | 0 | 090000648180779c | |||
| TTB-2014-0007-0002 | TTB | Proposed Expansion of the Sta. Rita Hills Viticultural Area TTB-2014-0007 | Reader's Aid: Proposed Revised Text of 27 CFR 9.162, Sta. Rita Hills Viticultural Area | Other | Background Material | 2014-08-07T04:00:00Z | 2014 | 8 | 2014-08-08T19:28:44Z | 0 | 0 | 0900006481808789 |
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;