documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "TTB-2020-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 3
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-2020-0007-0013 | TTB | Modification of the Boundaries of the Santa Lucia Highlands and Arroyo Seco Viticultural Areas TTB-2020-0007 | T.D. TTB-172A: Modification of the Boundaries of the Santa Lucia Highlands and Arroyo Seco Viticultural Areas; Correction | Rule | Correction | 2021-09-23T04:00:00Z | 2021 | 9 | 2021-09-23T13:36:09Z | 2021-20437 | 0 | 0 | 0900006484d9ff67 | ||
| TTB-2020-0007-0012 | TTB | Modification of the Boundaries of the Santa Lucia Highlands and Arroyo Seco Viticultural Areas TTB-2020-0007 | T.D. TTB-172: Modification of the Boundaries of Viticultural Areas: Santa Lucia Highlands and Arroyo Seco | Rule | Final Rule | 2021-08-25T04:00:00Z | 2021 | 8 | 2021-08-25T04:00:00Z | 2021-08-25T13:01:13Z | 2021-18208 | 0 | 0 | 0900006484ca30c6 | |
| TTB-2020-0007-0004 | TTB | Modification of the Boundaries of the Santa Lucia Highlands and Arroyo Seco Viticultural Areas TTB-2020-0007 | Santa Lucia Highlands-Arroyo Seco Boundary Modification Exhibits C-K | Supporting & Related Material | Exhibits | 2020-07-20T04:00:00Z | 2020 | 7 | 2020-07-20T14:06:06Z | 0 | 0 | 0900006484786908 | |||
| TTB-2020-0007-0001 | TTB | Modification of the Boundaries of the Santa Lucia Highlands and Arroyo Seco Viticultural Areas TTB-2020-0007 | Notice No. 192: Proposed Modification of the Boundaries of the Santa Lucia Highlands and Arroyo Seco Viticultural Areas | Proposed Rule | Notice of Proposed Rulemaking (NPRM) | 2020-07-20T04:00:00Z | 2020 | 7 | 2020-07-20T04:00:00Z | 2020-09-19T03:59:59Z | 2020-09-19T01:01:38Z | 2020-14579 | 0 | 0 | 0900006484786262 |
| TTB-2020-0007-0005 | TTB | Modification of the Boundaries of the Santa Lucia Highlands and Arroyo Seco Viticultural Areas TTB-2020-0007 | Santa Luica Highlands - Arryo Seco Viticultural Areas Boundary Change Maps | Supporting & Related Material | Exhibits | 2020-07-20T04:00:00Z | 2020 | 7 | 2020-07-20T14:09:35Z | 0 | 0 | 0900006484786a4a | |||
| TTB-2020-0007-0002 | TTB | Modification of the Boundaries of the Santa Lucia Highlands and Arroyo Seco Viticultural Areas TTB-2020-0007 | Santa Lucia Highlands-Arroyo Seco Boundary Modification Petition | Supporting & Related Material | Petition | 2020-07-20T04:00:00Z | 2020 | 7 | 2020-07-20T14:03:56Z | 0 | 0 | 0900006484786906 | |||
| TTB-2020-0007-0003 | TTB | Modification of the Boundaries of the Santa Lucia Highlands and Arroyo Seco Viticultural Areas TTB-2020-0007 | Santa Lucia Highlands-Arroyo Seco Boundary Modification Exhibits A- B | Supporting & Related Material | Exhibits | 2020-07-20T04:00:00Z | 2020 | 7 | 2020-07-20T14:05:02Z | 0 | 0 | 0900006484786907 |
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;