documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
12 rows where docket_id = "PHMSA-2006-26611" and document_type = "Other" sorted by posted_date descending
This data as json, CSV (advanced)
| 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-26611-0014 | PHMSA | Texas Gas Waiver Request 01 Jun 06 PHMSA-2006-26611 | U.S.DOT/PHMSA - Letter of Withdrawal | Other | Letter(s) | 2014-06-12T04:00:00Z | 2014 | 6 | 2014-06-12T04:00:00Z | 2014-06-12T18:29:40Z | 0 | 0 | 0900006481726e87 | ||
| PHMSA-2006-26611-0012 | PHMSA | Texas Gas Waiver Request 01 Jun 06 PHMSA-2006-26611 | U.S. DOT/PHMSA - Letter in Response | Other | Response(s) | 2012-09-24T04:00:00Z | 2012 | 9 | 2012-09-24T04:00:00Z | 2012-09-24T23:41:16Z | 0 | 0 | 090000648111afe0 | ||
| PHMSA-2006-26611-0011 | PHMSA | Texas Gas Waiver Request 01 Jun 06 PHMSA-2006-26611 | Texas Gas Transmission, LLC - Request for Modification | Other | Request | 2012-05-30T04:00:00Z | 2012 | 5 | 2012-05-30T04:00:00Z | 2012-05-30T16:45:33Z | 0 | 0 | 090000648101cafc | ||
| PHMSA-2006-26611-0010 | PHMSA | Texas Gas Waiver Request 01 Jun 06 PHMSA-2006-26611 | Texas Gas - Special Permit Amendment Request | Other | Request | 2011-12-14T05:00:00Z | 2011 | 12 | 2011-12-14T05:00:00Z | 2025-06-18T03:59:59Z | 2025-06-18T18:17:46Z | 0 | 0 | 0900006480f81670 | |
| PHMSA-2006-26611-0009 | PHMSA | Texas Gas Waiver Request 01 Jun 06 PHMSA-2006-26611 | Attached | Other | Report | 2010-03-12T05:00:00Z | 2010 | 3 | 2013-08-11T04:38:29Z | 0 | 0 | 0900006480abb543 | |||
| PHMSA-2006-26611-0008 | PHMSA | Texas Gas Waiver Request 01 Jun 06 PHMSA-2006-26611 | Attached | Other | Letter(s) | 2009-03-09T04:00:00Z | 2009 | 3 | 2009-03-09T04:00:00Z | 2013-07-27T22:39:25Z | 0 | 0 | 09000064808ea156 | ||
| PHMSA-2006-26611-0006 | PHMSA | Texas Gas Waiver Request 01 Jun 06 PHMSA-2006-26611 | U.S. DOT/PHMSA - Texas Gas Transportation - Special Permit | Other | Special Permit | 2009-03-04T05:00:00Z | 2009 | 3 | 2009-03-04T05:00:00Z | 2013-08-11T04:32:03Z | 0 | 0 | 09000064808ea146 | ||
| PHMSA-2006-26611-0007 | PHMSA | Texas Gas Waiver Request 01 Jun 06 PHMSA-2006-26611 | Attached Special Permit Analysis and Findings | Other | Special Permit | 2009-03-04T05:00:00Z | 2009 | 3 | 2009-03-04T05:00:00Z | 2013-07-27T22:39:25Z | 0 | 0 | 09000064808ea14f | ||
| PHMSA-2006-26611-0004 | PHMSA | Texas Gas Waiver Request 01 Jun 06 PHMSA-2006-26611 | U.S. DOT/PHMSA - Texas Gas Transmission, LLC - Response to Special Permit Specifications | Other | Response(s) | 2008-08-29T04:00:00Z | 2008 | 8 | 2008-08-29T04:00:00Z | 2013-07-27T22:23:42Z | 0 | 0 | 09000064806e5589 | ||
| PHMSA-2006-26611-0005 | PHMSA | Texas Gas Waiver Request 01 Jun 06 PHMSA-2006-26611 | Texas Gas Transmission, Elan Subdivision near Lafayette, LA - Response to May 2, 2008 Request | Other | Response(s) | 2008-08-29T04:00:00Z | 2008 | 8 | 2008-08-29T04:00:00Z | 2013-07-27T22:23:42Z | 0 | 0 | 09000064806e55b1 | ||
| PHMSA-2006-26611-0003 | PHMSA | Texas Gas Waiver Request 01 Jun 06 PHMSA-2006-26611 | U.S. DOT/PHMSA - Texas Gas - Letter of Response 25 December 2006 | Other | Response(s) | 2007-06-27T04:00:00Z | 2007 | 6 | 2007-06-27T04:00:00Z | 2007-06-28T03:59:59Z | 2025-06-18T18:17:28Z | 0 | 0 | 09000064802b7a05 | |
| PHMSA-2006-26611-0001 | PHMSA | Texas Gas Waiver Request 01 Jun 06 PHMSA-2006-26611 | Texas Gas Transmission - Petition for Waiver | Other | Petition(s) | 2006-12-15T05:00:00Z | 2006 | 12 | 2006-12-15T05:00:00Z | 2006-12-16T04:59:59Z | 2025-06-18T18:16:49Z | 0 | 0 | 09000064802b7a03 |
Advanced export
JSON shape: default, array, newline-delimited, object
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;