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-2005-23194" and posted_year = 2006 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

  • Other 7
  • Notice 1
  • Rule 1

posted_year 1

  • 2006 · 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-2005-23194-0711 DOT None DOT-OST-2005-23194 Withdrawal of Notice of Proposed Rulemaking Rule Federal Register Publication 2006-09-22T04:00:00Z 2006 9 2006-09-22T04:00:00Z 2006-09-23T03:59:59Z 2024-11-08T04:50:43Z   1 0 09000064802c76ef
DOT-OST-2005-23194-0709 DOT None DOT-OST-2005-23194 Withdrawal of Notice of Proposed Rulemaking Notice Notice 2006-09-18T04:00:00Z 2006 9 2006-09-18T04:00:00Z 2006-09-19T03:59:59Z 2024-11-08T04:50:43Z   1 0 09000064802c76ec
DOT-OST-2005-23194-0706 DOT None DOT-OST-2005-23194 Peter Holst Other Correspondence 2006-08-03T04:00:00Z 2006 8 2006-08-03T04:00:00Z 2006-08-04T03:59:59Z 2024-11-08T04:50:31Z   1 0 09000064802c76e9
DOT-OST-2005-23194-0707 DOT None DOT-OST-2005-23194 Dr. Rebecca Sullivan Other Correspondence 2006-08-03T04:00:00Z 2006 8 2006-08-03T04:00:00Z 2006-08-04T03:59:59Z 2024-11-08T04:50:31Z   1 0 09000064802c76ea
DOT-OST-2005-23194-0705 DOT None DOT-OST-2005-23194 Ex Parte Correspondence to the Honorable Russell D. Feingold Other Correspondence 2006-06-23T04:00:00Z 2006 6 2006-06-23T04:00:00Z 2006-06-24T03:59:59Z 2024-11-08T04:50:31Z   1 0 09000064802c76e8
DOT-OST-2005-23194-0700 DOT None DOT-OST-2005-23194 Honorable Bill Nelson Other Correspondence 2006-04-24T04:00:00Z 2006 4 2006-04-24T04:00:00Z 2006-04-25T03:59:59Z 2024-11-08T04:50:31Z   1 0 09000064802c76e3
DOT-OST-2005-23194-0701 DOT None DOT-OST-2005-23194 Honorable Richard G. Lugar Other Correspondence 2006-04-24T04:00:00Z 2006 4 2006-04-24T04:00:00Z 2006-04-25T03:59:59Z 2024-11-08T04:50:31Z   1 0 09000064802c76e4
DOT-OST-2005-23194-0698 DOT None DOT-OST-2005-23194 J. Hugh Nichols, Independent Consulting Associates Other Correspondence 2006-04-11T04:00:00Z 2006 4 2006-04-11T04:00:00Z 2006-04-12T03:59:59Z 2024-11-08T04:50:30Z   1 0 09000064802c76df
DOT-OST-2005-23194-0692 DOT None DOT-OST-2005-23194 Linda F. Golodner, President, National Consumers League Other Correspondence 2006-03-31T05:00:00Z 2006 3 2006-03-31T05:00:00Z 2006-04-01T04:59:59Z 2024-11-08T04:50:17Z   1 0 09000064802c76d9

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