home / openregs

documents

Regulatory documents from Regulations.gov including rules, proposed rules, notices, and supporting materials.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

11 rows where agency_id = "TTB", document_type = "Rule" and posted_year = 2018 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subtype, posted_date, posted_month, comment_start_date, posted_date (date), comment_start_date (date), last_modified (date)

posted_year 1

  • 2018 · 11 ✖

document_type 1

  • Rule · 11 ✖

agency_id 1

  • TTB · 11 ✖
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-2007-0020-0002 TTB Establishment of the Saddle Rock-Malibu Viticultural Area TTB-2007-0020 T.D. TTB-52: Establishment of the Saddle Rock-Malibu Viticultural Area Rule Final Rule 2018-12-21T05:00:00Z 2018 12 2018-12-21T05:00:00Z   2018-12-21T17:59:10Z   0 0 09000064839c09b1
TTB-2007-0028-0002 TTB Establishment of the Outer Coastal Plain Viticultural Area TTB-2007-0028 T.D. TTB-58: Establishment of the Outer Coastal Plain AVA Rule Final Rule 2018-12-21T05:00:00Z 2018 12 2018-12-21T05:00:00Z   2018-12-21T15:30:00Z   0 0 09000064839bee31
TTB-2007-0018-0002 TTB Establishment of Tracy Hills Viticultural Area TTB-2007-0018 T.D. TTB-54: Establishment of the Tracy Hills viticultural area Rule Final Rule 2018-12-21T05:00:00Z 2018 12 2018-12-21T05:00:00Z   2018-12-21T21:10:24Z   0 0 09000064839c1749
TTB-2007-0003-0002 TTB Proposed Alta Mesa, Borden Ranch, Clements Hills, Cosumnes River, Jahant, Mokelumne River, and Sloughhouse Viticultural Areas TTB-2007-0003 T.D.-TTB-50: Establishment of the Alta Mesa, Borden Ranch, Clements Hills, Cosumnes River, Jahant, Mokelumne River, and Sloughhouse, viticultural areas Rule Final Rule 2018-12-20T05:00:00Z 2018 12 2018-12-20T05:00:00Z   2018-12-20T21:21:37Z   0 0 09000064839bc184
TTB-2018-0003-0008 TTB Expansion of the Arroyo Seco Viticultural Area TTB-2018-0003 T.D. TTB-153: Expansion of the Arroyo Seco Viticultural Area Rule Final Rule 2018-12-14T05:00:00Z 2018 12 2018-12-14T05:00:00Z   2018-12-14T19:51:49Z 2018-27014 0 0 0900006483993775
TTB-2018-0006-0032 TTB Establishment of the Van Duzer Corridor Viticultural Area and Clarification of the Eola-Amity Hills Viticultural Area Boundary Description TTB-2018-0006 T.D. TTB-155: Establishment of the Van Duzer Corridor Viticultural Area and Clarification of the Eola-Amity Hills Viticultural Area Boundary Description Rule Final Rule 2018-12-14T05:00:00Z 2018 12 2018-12-14T05:00:00Z   2018-12-14T19:55:56Z 2018-27017 0 0 0900006483993680
TTB-2018-0004-0012 TTB Expansion of the Monticello Viticultural Area TTB-2018-0004 T.D. TTB-154: Expansion of the Monticello Viticultural Area Rule Final Rule 2018-12-14T05:00:00Z 2018 12 2018-12-14T05:00:00Z   2018-12-14T19:50:54Z 2018-27125 0 0 0900006483992b85
TTB-2018-0005-0013 TTB Establishment of the Upper Hudson Viticultural Area TTB-2018-0005 T.D. TTB-152: Establishment of the Upper Hudson Viticultural Area Rule Final Rule 2018-12-06T05:00:00Z 2018 12 2018-12-06T05:00:00Z   2018-12-06T14:07:21Z 2018-26320 0 0 090000648394c3c0
TTB-2016-0012-0005 TTB Establishment of the Dahlonega Plateau Viticultural Area TTB-2016-0012 T.D. TTB-151: Establishment of Dahlonega Plateau Viticultural Area Rule Final Rule 2018-06-29T04:00:00Z 2018 6 2018-06-29T04:00:00Z   2018-06-29T13:45:02Z 2018-14035 0 0 0900006483478af3
TTB-2016-0007-0006 TTB Establishment of the Cape May Peninsula Viticultural Area TTB-2016-0007 T.D. TTB-150: Establishment of the Cape May Peninsula Viticultural Area Rule Final Rule 2018-04-06T04:00:00Z 2018 4     2018-04-06T12:53:13Z 2018-07094 0 0 09000064830a88e8
TTB-2018-0002-0001 TTB Civil Monetary Penalty Inflation Adjustment—Alcoholic Beverage Labeling Act (2018) TTB-2018-0002 Civil Monetary Penalty Inflation Adjustment--Alcoholic Beverage Labeling Act Rule Policy Statement 2018-01-12T05:00:00Z 2018 1     2018-01-12T14:42:54Z 2018-00417 0 0 0900006482dead89

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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;
Powered by Datasette · Queries took 1618.499ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API