documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
12 rows where docket_id = "PHMSA-2023-0002" 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-2023-0002-0014 | PHMSA | None PHMSA-2023-0002 | 2023-0002 - Colorado Interstate Gas - Class 1 to 3 LOD. | Other | Special Permit | 2023-08-07T04:00:00Z | 2023 | 8 | 2023-08-07T04:00:00Z | 2023-08-07T16:41:57Z | 0 | 0 | 0900006485def91f | ||
| PHMSA-2023-0002-0013 | PHMSA | None PHMSA-2023-0002 | 2023-0002 - Colorado Interstate Gas - Class 1 to 3 SP - FEA FONSI | Other | Special Permit | 2023-08-07T04:00:00Z | 2023 | 8 | 2023-08-07T04:00:00Z | 2023-08-07T16:40:40Z | 0 | 0 | 0900006485def91b | ||
| PHMSA-2023-0002-0012 | PHMSA | None PHMSA-2023-0002 | 2023-0002 - Colorado Interstate Gas - Class 1 to 3 SP - Conditions. | Other | Special Permit | 2023-08-07T04:00:00Z | 2023 | 8 | 2023-08-07T04:00:00Z | 2023-08-07T16:39:01Z | 0 | 0 | 0900006485def8ae | ||
| PHMSA-2023-0002-0011 | PHMSA | None PHMSA-2023-0002 | 2023-0002 - Colorado Interstate Gas - Class 1 to 3 SP - SPAF | Other | Special Permit | 2023-08-07T04:00:00Z | 2023 | 8 | 2023-08-07T04:00:00Z | 2023-08-07T16:37:24Z | 0 | 0 | 0900006485def8ac | ||
| PHMSA-2023-0002-0010 | PHMSA | None PHMSA-2023-0002 | Florida Gas Transmission Company - Class 1 or 2 to Class 3 Special Permit - LOD, SP, SPAF, and FEA FONSI - | Other | 2023-08-04T00:00:00Z | 2023 | 8 | 2023-08-07T16:35:34Z | 0 | 1 | 0900006485dc8e73 | ||||
| PHMSA-2023-0002-0009 | PHMSA | None PHMSA-2023-0002 | Colorado Interstate Gas Documents | Other | 2023-08-04T00:00:00Z | 2023 | 8 | 2023-08-07T16:35:02Z | 0 | 1 | 0900006485dc8c4c | ||||
| PHMSA-2023-0002-0008 | PHMSA | None PHMSA-2023-0002 | Letter - Requesting Special Permit for Colorado Interstate Gas Company (CIG) | Other | Letter(s) | 2023-02-21T05:00:00Z | 2023 | 2 | 2023-02-21T05:00:00Z | 2023-02-21T10:36:54Z | 0 | 0 | 09000064856bbeca | ||
| PHMSA-2023-0002-0004 | PHMSA | None PHMSA-2023-0002 | Colorado Interstate Gas - Class 1 to 3 SP - Conditions - 01-10-2023 | Other | Additional Information | 2023-02-07T05:00:00Z | 2023 | 2 | 2023-02-07T05:00:00Z | 2025-06-16T17:56:34Z | 0 | 0 | 090000648563b576 | ||
| PHMSA-2023-0002-0005 | PHMSA | None PHMSA-2023-0002 | Colorado Interstate Gas - Class 1 to 3 SP - Attachment A - Pipeline Integrity Information - 01-10-2023 | Other | Additional Information | 2023-02-07T05:00:00Z | 2023 | 2 | 2023-02-07T05:00:00Z | 2025-06-16T17:56:50Z | 0 | 0 | 090000648563b577 | ||
| PHMSA-2023-0002-0006 | PHMSA | None PHMSA-2023-0002 | Colorado Interstate Gas - Class 1 to 3 SP - Attachment B - Criteria Document - 01-10-2023 | Other | Additional Information | 2023-02-07T05:00:00Z | 2023 | 2 | 2023-02-07T05:00:00Z | 2025-06-16T17:57:13Z | 0 | 0 | 090000648563b63f | ||
| PHMSA-2023-0002-0002 | PHMSA | None PHMSA-2023-0002 | Colorado Interstate Gas Company, LLC Page 1 of 24 - DEA and Proposed FONSI – Class 1 to Class 3 Location | Other | Environmental assessment | 2023-01-12T05:00:00Z | 2023 | 1 | 2023-01-12T05:00:00Z | 2025-03-27T01:00:54Z | 1 | 0 | 09000064855e8f0b | ||
| PHMSA-2023-0002-0001 | PHMSA | None PHMSA-2023-0002 | Colorado Interstate Gas Company, L.L.C. - Application Letter | Other | Letter(s) | 2023-01-03T05:00:00Z | 2023 | 1 | 2023-01-03T05:00:00Z | 2024-11-12T23:49:53Z | 1 | 0 | 090000648557fab0 |
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;