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

9 rows where docket_id = "DOT-OST-2015-0246" and posted_year = 2017 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

  • 2017 · 9 ✖

document_type 1

  • Other 9

agency_id 1

  • DOT 9
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
DOT-OST-2015-0246-0312 DOT None DOT-OST-2015-0246 Carrier Response to Revised Service Animal Proposal, 31 August, 2016 Other Supplement (SUP) 2017-12-19T05:00:00Z 2017 12 2017-12-19T05:00:00Z   2020-01-22T18:32:38Z   0 0 0900006482d3b08e
DOT-OST-2015-0246-0311 DOT None DOT-OST-2015-0246 Advocate Service Animal Proposal Addendum August 26th, 2016 Other Supplement (SUP) 2017-12-19T05:00:00Z 2017 12 2017-12-19T05:00:00Z   2020-01-22T18:32:47Z   0 0 0900006482d3b15a
DOT-OST-2015-0246-0307 DOT None DOT-OST-2015-0246 Minutes - Fourth Plenary Meeting, August 17-18, 2016 Other Hearing/Meeting Summary 2017-09-15T04:00:00Z 2017 9 2017-09-15T04:00:00Z   2020-01-22T18:33:30Z   0 0 0900006482b3bcb2
DOT-OST-2015-0246-0308 DOT None DOT-OST-2015-0246 Minutes - Fifth Plenary Meeting, September 21-23, 2016 Other Hearing/Meeting Summary 2017-09-15T04:00:00Z 2017 9 2017-09-15T04:00:00Z   2020-01-22T18:33:20Z   0 0 0900006482b3bcb3
DOT-OST-2015-0246-0306 DOT None DOT-OST-2015-0246 Minutes - Third Plenary Meeting, July 11-12, 2016 Other Hearing/Meeting Summary 2017-09-15T04:00:00Z 2017 9 2017-09-15T04:00:00Z   2020-01-22T18:49:14Z   0 0 0900006482b3bcb1
DOT-OST-2015-0246-0309 DOT None DOT-OST-2015-0246 Minutes - Sixth Plenary Meeting, October 12-14, 2016 Other Hearing/Meeting Summary 2017-09-15T04:00:00Z 2017 9 2017-09-15T04:00:00Z   2020-01-22T18:33:08Z   0 0 0900006482b3c10a
DOT-OST-2015-0246-0310 DOT None DOT-OST-2015-0246 Minutes - Seventh Plenary Meeting, November 2, 2016 Other Hearing/Meeting Summary 2017-09-15T04:00:00Z 2017 9 2017-09-15T04:00:00Z   2020-01-22T18:32:57Z   0 0 0900006482b3c10b
DOT-OST-2015-0246-0298 DOT None DOT-OST-2015-0246 Minutes - First Plenary Meeting, May 17-18, 2016 Other Hearing/Meeting Summary 2017-03-29T04:00:00Z 2017 3 2017-03-29T04:00:00Z   2020-01-22T18:49:29Z   0 0 090000648252ef10
DOT-OST-2015-0246-0299 DOT None DOT-OST-2015-0246 Minutes - Second Plenary Meeting, June 14-15, 2016 Other Hearing/Meeting Summary 2017-03-29T04:00:00Z 2017 3 2017-03-29T04:00:00Z   2020-01-22T18:34:16Z   0 0 090000648252ef11

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