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-2017-0162" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 3

  • 2017 3
  • 2021 3
  • 2022 1

document_type 2

  • Other 6
  • Notice 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-2017-0162-0008 PHMSA Natural Gas Pipeline of America 2017 Arkansas- Request for Special Permit PHMSA-2017-0162 Natural Gas Pipeline of America 2017 Arkansas Status Table Response from PHMSA Other Agency Response 2022-03-30T04:00:00Z 2022 3 2022-03-30T04:00:00Z   2022-03-30T14:05:19Z   0 0 0900006484fecdd3
PHMSA-2017-0162-0006 PHMSA Natural Gas Pipeline of America 2017 Arkansas- Request for Special Permit PHMSA-2017-0162 Natural Gas Pipeline Company of America - Draft Environmental Assessment and Proposed Finding of No Significant Impact (DEA FONSI) Other Additional Information 2021-11-04T04:00:00Z 2021 11 2021-11-04T04:00:00Z   2021-11-04T15:42:36Z   0 0 0900006484e1b60c
PHMSA-2017-0162-0005 PHMSA Natural Gas Pipeline of America 2017 Arkansas- Request for Special Permit PHMSA-2017-0162 Natural Gas Pipeline Company of America - Class 1 to 3 SP - AR - 10-19-2021 - Application Letter and Attachment Other Additional Information 2021-11-04T04:00:00Z 2021 11 2021-11-04T04:00:00Z   2025-06-18T17:15:32Z   0 0 0900006484e1b573
PHMSA-2017-0162-0004 PHMSA Natural Gas Pipeline of America 2017 Arkansas- Request for Special Permit PHMSA-2017-0162 Request for Special Permit: Natural Gas Pipeline Company of America, LLC Notice Notice of Intent 2021-11-01T04:00:00Z 2021 11 2021-11-01T04:00:00Z 2021-12-02T04:59:59Z 2025-06-18T17:15:17Z 2021-23778 0 0 0900006484e0502b
PHMSA-2017-0162-0001 PHMSA Natural Gas Pipeline of America 2017 Arkansas- Request for Special Permit PHMSA-2017-0162 NGPL 2017 Class Change Request (7Dec2017) Attach A Other Special Permit 2017-12-19T05:00:00Z 2017 12 2017-12-19T05:00:00Z   2021-11-04T15:14:44Z   0 0 0900006482d3b5f9
PHMSA-2017-0162-0002 PHMSA Natural Gas Pipeline of America 2017 Arkansas- Request for Special Permit PHMSA-2017-0162 NGPL 2017 Class Change SP Request 7Dec2017 Other Special Permit 2017-12-19T05:00:00Z 2017 12 2017-12-19T05:00:00Z   2017-12-19T21:54:07Z   0 0 0900006482d3b5fe
PHMSA-2017-0162-0003 PHMSA Natural Gas Pipeline of America 2017 Arkansas- Request for Special Permit PHMSA-2017-0162 NGPL Map-475 Other Special Permit 2017-12-19T05:00:00Z 2017 12 2017-12-19T05:00:00Z   2017-12-19T21:54:31Z   0 0 0900006482d3b629

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