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-24058" and document_type = "Other" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 6

  • 2024 2
  • 2006 1
  • 2010 1
  • 2015 1
  • 2023 1
  • 2025 1

document_type 1

  • Other · 7 ✖

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-24058-0017 PHMSA TransCanada - Request for Wavier PHMSA-2006-24058 TC Energy - Annual Report Other Report 2025-04-11T04:00:00Z 2025 4 2025-04-11T04:00:00Z   2025-04-11T19:21:45Z   0 0 0900006486a86108
PHMSA-2006-24058-0016 PHMSA TransCanada - Request for Wavier PHMSA-2006-24058 TC Energy - 2024 for CY 2023-1st Annual Report First Renewal PNGTS Other Report 2024-05-31T04:00:00Z 2024 5 2024-05-31T04:00:00Z   2024-05-31T18:39:21Z   0 0 090000648658f156
PHMSA-2006-24058-0014 PHMSA TransCanada - Request for Wavier PHMSA-2006-24058 2006-2405 Response TC Energy PNGTS on request in Maine Other Agency Response 2024-05-07T04:00:00Z 2024 5 2024-05-07T04:00:00Z   2025-06-17T18:19:23Z   0 0 090000648654a631
PHMSA-2006-24058-0013 PHMSA TransCanada - Request for Wavier PHMSA-2006-24058 TransCanada - Supporting and Related Materials Other Additional Information 2023-05-31T04:00:00Z 2023 5 2023-05-31T04:00:00Z   2023-05-31T19:35:54Z   0 0 0900006485a95aa8
PHMSA-2006-24058-0006 PHMSA TransCanada - Request for Wavier PHMSA-2006-24058 TransCanada - Portland Natural Gas Transmission - TransCanada 2015 Annual Reporting Other Report 2015-03-02T05:00:00Z 2015 3 2015-03-02T05:00:00Z   2015-03-02T18:53:50Z   0 0 0900006481a1f00f
PHMSA-2006-24058-0005 PHMSA TransCanada - Request for Wavier PHMSA-2006-24058 TransCanada Pipelines Limited - Special Permit Modification Request Withdrawal Letter Other Request 2010-08-16T04:00:00Z 2010 8     2025-06-17T18:18:31Z   0 0 0900006480b31a3c
PHMSA-2006-24058-0001 PHMSA TransCanada - Request for Wavier PHMSA-2006-24058 TransCanada Pipelines Limited - Petition for Waiver Other Petition(s) 2006-02-24T05:00:00Z 2006 2 2006-02-24T05:00:00Z 2006-02-25T04:59:59Z 2025-06-17T18:16:57Z   0 0 09000064802afba9

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