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

6 rows where docket_id = "TTB-2011-0010" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subtype, posted_date, last_modified, withdrawn, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

document_type 2

  • Supporting & Related Material 4
  • Proposed Rule 2

posted_year 1

  • 2011 6

agency_id 1

  • TTB 6
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-0010-0005 TTB Revisions to Distilled Spirits Plant Operations Reports and Regulations TTB-2011-0010 Proposed TTB F 5110.77, DSP Operations Report - Beverage Alcohol Supporting & Related Material Form 2011-12-08T05:00:00Z 2011 12     2011-12-08T14:57:54Z   0 0 0900006480f7e109
TTB-2011-0010-0006 TTB Revisions to Distilled Spirits Plant Operations Reports and Regulations TTB-2011-0010 Proposed TTB F 5110.78, DSP Operations Report - Industrial Alcohol Supporting & Related Material Form 2011-12-08T05:00:00Z 2011 12     2011-12-08T14:57:54Z   0 0 0900006480f7e10a
TTB-2011-0010-0001 TTB Revisions to Distilled Spirits Plant Operations Reports and Regulations TTB-2011-0010 Notice No. 124: Revisions to Distilled Spirits Plant Operations Reports and Regulations Proposed Rule Notice of Proposed Rulemaking (NPRM) 2011-12-05T05:00:00Z 2011 12 2011-12-05T05:00:00Z 2012-03-06T04:59:59Z 2012-02-07T18:04:49Z 2011-31142 0 0 0900006480f7b635
TTB-2011-0010-0003 TTB Revisions to Distilled Spirits Plant Operations Reports and Regulations TTB-2011-0010 Earlier Proposed DSP Operations Report (Industrial Alcohol) Supporting & Related Material   2011-12-05T00:00:00Z 2011 12     2011-12-08T15:47:10Z   0 1 0900006480f7c1a5
TTB-2011-0010-0002 TTB Revisions to Distilled Spirits Plant Operations Reports and Regulations TTB-2011-0010 Earlier Proposed DSP Operations Report (Beverage Alcohol) Supporting & Related Material   2011-12-05T00:00:00Z 2011 12     2011-12-08T15:47:43Z   0 1 0900006480f7b83a
TTB-2011-0010-0004 TTB Revisions to Distilled Spirits Plant Operations Reports and Regulations TTB-2011-0010 Notice No. 125, Proposed Establishment of the Inwood Valley Viticultural Area Proposed Rule   2011-12-05T00:00:00Z 2011 12     2011-12-08T15:43:11Z   0 1 0900006480f7b5b5

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