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

7 rows where docket_id = "PHMSA-2006-26614" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 5

  • 2014 3
  • 2006 1
  • 2007 1
  • 2010 1
  • 2015 1

document_type 4

  • Other 4
  • Notice 1
  • Rule 1
  • Supporting & Related Material 1

agency_id 1

  • PHMSA 7
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
PHMSA-2006-26614-0009 PHMSA Northern Natural Gas Waiver Request 27 Jul 06 PHMSA-2006-26614 Pipeline Safety: Renewal Requests for Special Permits Notice Notice of Temporary Permit 2015-02-04T05:00:00Z 2015 2 2015-02-04T05:00:00Z 2015-03-07T04:59:59Z 2024-11-07T23:17:11Z 2015-02146 1 0 09000064819f3c5c
PHMSA-2006-26614-0007 PHMSA Northern Natural Gas Waiver Request 27 Jul 06 PHMSA-2006-26614 St Joseph EA Figures Attachment A Other Additional Information 2014-12-19T05:00:00Z 2014 12 2014-12-19T05:00:00Z   2014-12-19T17:10:56Z   0 0 09000064819803c0
PHMSA-2006-26614-0005 PHMSA Northern Natural Gas Waiver Request 27 Jul 06 PHMSA-2006-26614 Northern Natural Gas - Request for Waiver Other Request 2014-08-26T04:00:00Z 2014 8 2014-08-26T04:00:00Z   2014-08-26T15:14:04Z   0 0 090000648182c2b5
PHMSA-2006-26614-0006 PHMSA Northern Natural Gas Waiver Request 27 Jul 06 PHMSA-2006-26614 Northern Natural Gas - Supporting Doument Supporting & Related Material   2014-08-26T00:00:00Z 2014 8     2014-12-17T19:54:28Z   0 1 090000648182c813
PHMSA-2006-26614-0003 PHMSA Northern Natural Gas Waiver Request 27 Jul 06 PHMSA-2006-26614 U.S. DOT/PHMSA - See Attachments Other Additional Information 2010-04-27T04:00:00Z 2010 4 2010-04-27T04:00:00Z   2013-08-11T04:39:17Z   0 0 0900006480ade9da
PHMSA-2006-26614-0002 PHMSA Northern Natural Gas Waiver Request 27 Jul 06 PHMSA-2006-26614 U.S. DOT/PHMSA - Notice Rule Federal Register Publication 2007-02-08T05:00:00Z 2007 2 2007-02-08T05:00:00Z 2007-02-09T04:59:59Z 2024-11-07T21:49:52Z   1 0 09000064803849d1
PHMSA-2006-26614-0001 PHMSA Northern Natural Gas Waiver Request 27 Jul 06 PHMSA-2006-26614 Northern Natural Gas Company - Request for Waiver Other Exemption/Waiver 2006-12-15T05:00:00Z 2006 12 2006-12-15T05:00:00Z 2006-12-16T04:59:59Z 2024-11-07T02:14:24Z   1 0 09000064802ac43a

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