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 docket_id = "TTB-2011-0006" and posted_year = 2018 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: posted_date (date), last_modified (date)

posted_year 1

  • 2018 · 11 ✖

document_type 1

  • Supporting & Related Material 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-2011-0006-0059 TTB Establishment of the Coombsville Vitcultural Area TTB-2011-0006 Coombsville Exhibits 11-20 Supporting & Related Material Exhibits 2018-12-13T05:00:00Z 2018 12     2018-12-13T18:45:26Z   0 0 090000648399119f
TTB-2011-0006-0062 TTB Establishment of the Coombsville Vitcultural Area TTB-2011-0006 Coombsville Exhibits 41-50 Supporting & Related Material Exhibits 2018-12-13T05:00:00Z 2018 12     2018-12-13T18:45:52Z   0 0 09000064839911a2
TTB-2011-0006-0066 TTB Establishment of the Coombsville Vitcultural Area TTB-2011-0006 Coombsville Exhibit 66 Supporting & Related Material Exhibits 2018-12-13T05:00:00Z 2018 12     2018-12-13T18:46:28Z   0 0 09000064839911a6
TTB-2011-0006-0058 TTB Establishment of the Coombsville Vitcultural Area TTB-2011-0006 Coombsville Exhibits 1-10 Supporting & Related Material Exhibits 2018-12-13T05:00:00Z 2018 12     2018-12-13T18:45:12Z   0 0 090000648399119e
TTB-2011-0006-0061 TTB Establishment of the Coombsville Vitcultural Area TTB-2011-0006 Coombsville Exhibits 31-40 Supporting & Related Material Exhibits 2018-12-13T05:00:00Z 2018 12     2018-12-13T18:45:44Z   0 0 09000064839911a1
TTB-2011-0006-0064 TTB Establishment of the Coombsville Vitcultural Area TTB-2011-0006 Coombsville Exhibits 61-63 Supporting & Related Material Exhibits 2018-12-13T05:00:00Z 2018 12     2018-12-13T18:46:11Z   0 0 09000064839911a4
TTB-2011-0006-0063 TTB Establishment of the Coombsville Vitcultural Area TTB-2011-0006 Coombsville Exhibits 51-60 Supporting & Related Material Exhibits 2018-12-13T05:00:00Z 2018 12     2018-12-13T18:46:02Z   0 0 09000064839911a3
TTB-2011-0006-0060 TTB Establishment of the Coombsville Vitcultural Area TTB-2011-0006 Coombsville Exhibits 21-30 Supporting & Related Material Exhibits 2018-12-13T05:00:00Z 2018 12     2018-12-13T18:45:35Z   0 0 09000064839911a0
TTB-2011-0006-0065 TTB Establishment of the Coombsville Vitcultural Area TTB-2011-0006 Coombsville Exhibits 64-65 Supporting & Related Material Exhibits 2018-12-13T05:00:00Z 2018 12     2018-12-13T18:46:20Z   0 0 09000064839911a5
TTB-2011-0006-0068 TTB Establishment of the Coombsville Vitcultural Area TTB-2011-0006 Coombsville Exhibit 68 Supporting & Related Material Exhibits 2018-12-13T05:00:00Z 2018 12     2018-12-13T18:46:45Z   0 0 09000064839911bf
TTB-2011-0006-0067 TTB Establishment of the Coombsville Vitcultural Area TTB-2011-0006 Coombsville Exhibit 67 Supporting & Related Material Exhibits 2018-12-13T05:00:00Z 2018 12     2018-12-13T18:46:37Z   0 0 09000064839911a7

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