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

12 rows where agency_id = "TTB", document_type = "Rule" and posted_year = 2021 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2021 · 12 ✖

document_type 1

  • Rule · 12 ✖

agency_id 1

  • TTB · 12 ✖
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-0012-0005 TTB Establishment of the Lower Long Tom Viticultural Area TTB-2020-0012 T.D. TTB-175: Establishment of the Lower Long Tom Viticultural Area Rule Final Rule 2021-11-10T05:00:00Z 2021 11     2021-11-10T15:02:20Z 2021-23979 0 0 0900006484e3b86f
TTB-2020-0002-0013 TTB Establishment of the Verde Valley Viticultural Area TTB-2020-0002 T.D. TB-174: Establishment of the Verde Valley Viticultural Area Rule Final Rule 2021-11-10T05:00:00Z 2021 11     2021-11-10T15:32:53Z 2021-23978 0 0 0900006484e3b871
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-0010-0003 TTB Establishment of the Virginia Peninsula Viticultural Area TTB-2020-0010 T.D. TTB-173: Establishment of Viticultural Area: Virginia Peninsula Rule Final Rule 2021-08-25T04:00:00Z 2021 8 2021-08-25T04:00:00Z   2021-08-25T12:56:58Z 2021-18209 0 0 0900006484ca30c5
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-0014-0005 TTB Establishment of the Ulupalakua Viticultural Area TTB-2020-0014 T.D. TTB-171: Establishment of the Ulupalakua Viticultural Area Rule Final Rule 2021-07-01T04:00:00Z 2021 7 2021-07-01T04:00:00Z   2021-07-01T17:47:53Z 2021-14058 0 0 0900006484bc6bbd
TTB-2020-0011-0005 TTB Establishment of the Goose Gap Viticultural Area TTB-2020-0011 T.D. TTB-170: Establishment of the Goose Gap Viticultural Area Rule Final Rule 2021-07-01T04:00:00Z 2021 7 2021-07-01T04:00:00Z   2021-07-01T17:47:16Z 2021-14047 0 0 0900006484bc6b7b
TTB-2021-0004-0001 TTB Removal of Obsolete Regulation Regarding Rewards for Information Relating to Violations of Tax Laws Administered by the Alcohol and Tobacco Tax and Trade Bureau TTB-2021-0004 T.D. TTB-169: Removal of Obsolete Regulation Regarding Rewards for Information Relating to Violations of Tax Laws Administered by the Alcohol and Tobacco Tax and Trade Bureau Rule Final Rule 2021-07-01T04:00:00Z 2021 7     2021-07-01T13:41:50Z 2021-14050 0 0 0900006484bc6bc3
TTB-2020-0005-0020 TTB Establishment of The Burn of Columbia Valley Viticultural Area TTB-2020-0005 T.D. TTB-168: Establishment of The Burn of Columbia Valley Viticultural Area Rule Final Rule 2021-06-17T04:00:00Z 2021 6 2021-06-17T04:00:00Z   2021-06-17T13:34:19Z 2021-12771 0 0 0900006484b8fd04
TTB-2020-0003-0007 TTB Establishment of the Palos Verdes Peninsula Viticultural Area TTB-2020-0003 T.D. TTB-166: Establishment of the Palos Verdes Peninsula Viticultural Area Rule Final Rule 2021-06-17T04:00:00Z 2021 6 2021-06-17T04:00:00Z   2021-06-17T13:42:48Z 2021-12770 0 0 0900006484b8fd84
TTB-2020-0004-0006 TTB Establishment of the White Bluffs Viticultural Area TTB-2020-0004 T.D. TTB-167: Establishment of the White Bluffs Viticultural Area Rule Final Rule 2021-06-17T04:00:00Z 2021 6 2021-06-17T04:00:00Z   2021-06-17T13:49:41Z 2021-12769 0 0 0900006484b8ffa3
TTB-2021-0002-0001 TTB Civil Monetary Penalty Inflation Adjustment—Alcoholic Beverage Labeling Act (2021) TTB-2021-0002 Notice No. 201: Civil Monetary Penalty Inflation Adjustment: Alcoholic Beverage Labeling Act Rule Final Rule 2021-04-30T04:00:00Z 2021 4     2021-04-30T14:32:55Z 2021-08863 0 0 0900006484abef4d

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 700.983ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API