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

13 rows where agency_id = "TTB", document_type = "Rule" and posted_year = 2011 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2011 · 13 ✖

document_type 1

  • Rule · 13 ✖

agency_id 1

  • TTB · 13 ✖
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-2011-0005-0003 TTB Establishment of the Naches Heights Viticultural Area TTB-2011-0005 T.D. TTB-99, Establishment of Naches Heights Viticultural Area Rule Final Rule 2011-12-14T05:00:00Z 2011 12     2011-12-14T17:37:22Z 2011-32017 0 0 0900006480f82491
TTB-2011-0004-0020 TTB Establishment of the Fort Ross-Seaview Viticultural Area TTB-2011-0004 T.D. TTB-98, Establishment of Fort Ross-Seaview Viticultural Area Rule Final Rule 2011-12-14T05:00:00Z 2011 12     2011-12-14T17:28:32Z 2011-32016 0 0 0900006480f8241e
TTB-2011-0006-0057 TTB Establishment of the Coombsville Vitcultural Area TTB-2011-0006 T.D. TTB-100, Establishment of Coombsville Viticultural Area Rule Final Rule 2011-12-14T05:00:00Z 2011 12     2012-03-24T19:35:42Z 2011-32018 0 0 0900006480f82423
TTB-2008-0009-0121 TTB Expansion of the Russian River Valley and Northern Sonoma Viticultural Areas TTB-2008-0009 T.D. TTB-97: Expansions of Russian River Valley and Northern Sonoma Viticultural Areas Rule Final Rule 2011-11-16T05:00:00Z 2011 11     2011-11-17T13:31:09Z 2011-29519 0 0 0900006480f6d6d0
TTB-2010-0003-0094 TTB Establishment of the Pine Mountain-Cloverdale Peak Viticultural Area TTB-2010-0003 T.D. TTB-96: Establishment of the Pine Mountain-Cloverdale Peak Viticultural Area Rule Final Rule 2011-10-27T04:00:00Z 2011 10     2011-10-27T14:44:48Z 2011-27813 0 0 0900006480f5de18
TTB-2011-0002-0037 TTB Addition of New Grape Variety Names for American Wines TTB-2011-0002 T.D. TTB-95: Approval of Grape Variety Names for American Wines Rule Final Rule 2011-10-27T04:00:00Z 2011 10     2011-10-27T14:29:34Z 2011-27812 0 0 0900006480f5ddb6
TTB-2011-0001-0003 TTB Time for Payment of Certain Excise Taxes, and Quarterly Excise Tax Payments for Small Alcohol Excise Taxpayers TTB-2011-0001 T.D. TTB-94: Time for Payment of Certain Excise Taxes, and Quarterly Excise Tax Payments for Small Alcohol Excise Taxpayers Rule Final Rule 2011-08-24T04:00:00Z 2011 8 2011-08-24T04:00:00Z   2011-08-24T18:05:27Z 2011-21615 0 0 0900006480eeb2f2
TTB-2010-0005-0019 TTB Establishment of the Antelope Valley of the California High Desert Viticultural Area TTB-2010-0005 T.D. TTB-93: Establishment of the Antelope Valley of the California High Desert Viticultural Area Rule Final Rule 2011-05-24T04:00:00Z 2011 5 2011-05-24T04:00:00Z   2011-06-11T18:04:14Z 2011-12823 0 0 0900006480e30f33
TTB-2008-0004-0013 TTB Revision of the Distilled Spirits Plant Regulations TTB-2008-0004 T.D. TTB-92a: Revision of Distilled Spirits Plant Regulations: Corrections Rule Correction 2011-04-11T04:00:00Z 2011 4     2011-08-10T13:23:46Z 2011-08528 0 0 0900006480c219bf
TTB-2008-0004-0012 TTB Revision of the Distilled Spirits Plant Regulations TTB-2008-0004 T.D. TTB-92: Revision of Distilled Spirits Plant Regulations Rule Final Rule 2011-02-16T05:00:00Z 2011 2     2011-08-10T13:25:18Z 2011-01956 0 0 0900006480bf0285
TTB-2011-0003-0001 TTB Technical Corrections to the TTB Regulations TTB-2011-0003 T.D. TTB-91: Technical Corrections to the TTB Regulations Rule Final Rule 2011-02-01T05:00:00Z 2011 2     2011-06-11T18:04:45Z 2011-01279 0 0 0900006480bd7a80
TTB-2007-0068-0195 TTB Proposed Revision of American Viticultural Area Regulations TTB-2007-0068 T.D. TTB-90: Revision of American Viticultural Area Regulations Rule Final Rule 2011-01-20T05:00:00Z 2011 1     2011-06-11T18:02:18Z 2011-01138 0 0 0900006480bce95b
TTB-2011-0001-0001 TTB Time for Payment of Certain Excise Taxes, and Quarterly Excise Tax Payments for Small Alcohol Excise Taxpayers TTB-2011-0001 T.D. TTB-89: Time for Payment of Certain Excise Taxes, and Quarterly Excise Tax Payments for Small Alcohol Excise Taxpayers Rule Temporary Rule 2011-01-20T05:00:00Z 2011 1     2011-06-11T18:04:42Z 2011-01142 0 0 0900006480bce4d1

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