documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
12 rows where docket_id = "PHMSA-2013-0156" and posted_year = 2014 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, posted_date (date), last_modified (date)
| 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-2013-0156-0032 | PHMSA | Pipeline Safety: Meeting of the Gas and Liquid Pipeline Advisory Committees PHMSA-2013-0156 | Joint Meeting of the Gas and Liquid Pipeline Advisory Committee - Presentations - February 25-26, 2014 | Supporting & Related Material | Meeting Materials | 2014-03-05T05:00:00Z | 2014 | 3 | 2014-03-05T13:13:56Z | 0 | 0 | 09000064815f8deb | |||
| PHMSA-2013-0156-0027 | PHMSA | Pipeline Safety: Meeting of the Gas and Liquid Pipeline Advisory Committees PHMSA-2013-0156 | Briefing: Class Location - 02-05-2014 - Mike Israni | Supporting & Related Material | Supplement | 2014-02-28T05:00:00Z | 2014 | 2 | 2014-02-28T16:04:12Z | 0 | 0 | 09000064815dac28 | |||
| PHMSA-2013-0156-0023 | PHMSA | Pipeline Safety: Meeting of the Gas and Liquid Pipeline Advisory Committees PHMSA-2013-0156 | Agenda - Joint Meetings of the Gas & Liquid Pipeline Advisory Committees - February 25 & 26, 2014 | Supporting & Related Material | Supplement | 2014-02-28T05:00:00Z | 2014 | 2 | 2014-02-28T15:09:26Z | 0 | 0 | 09000064815dabe9 | |||
| PHMSA-2013-0156-0031 | PHMSA | Pipeline Safety: Meeting of the Gas and Liquid Pipeline Advisory Committees PHMSA-2013-0156 | Charter: Liquid Pipeline Advisory Committee - 10-26-12 to 10-26-14 | Supporting & Related Material | Supplement | 2014-02-28T05:00:00Z | 2014 | 2 | 2014-02-28T16:47:46Z | 0 | 0 | 09000064815dac2c | |||
| PHMSA-2013-0156-0028 | PHMSA | Pipeline Safety: Meeting of the Gas and Liquid Pipeline Advisory Committees PHMSA-2013-0156 | Roster: Gas Pipeline Advisory Committee - 02-24-2014 | Supporting & Related Material | Supplement | 2014-02-28T05:00:00Z | 2014 | 2 | 2014-02-28T16:07:53Z | 0 | 0 | 09000064815dac29 | |||
| PHMSA-2013-0156-0030 | PHMSA | Pipeline Safety: Meeting of the Gas and Liquid Pipeline Advisory Committees PHMSA-2013-0156 | Roster: Liquid Pipeline Advisory Committee - 02-24-2014 | Supporting & Related Material | Supplement | 2014-02-28T05:00:00Z | 2014 | 2 | 2014-02-28T16:16:03Z | 0 | 0 | 09000064815dac2b | |||
| PHMSA-2013-0156-0029 | PHMSA | Pipeline Safety: Meeting of the Gas and Liquid Pipeline Advisory Committees PHMSA-2013-0156 | Charter: Gas Pipeline Advisory Committee - 10-26-12 to 10-26-14 | Supporting & Related Material | Supplement | 2014-02-28T05:00:00Z | 2014 | 2 | 2014-02-28T16:12:10Z | 0 | 0 | 09000064815dac2a | |||
| PHMSA-2013-0156-0024 | PHMSA | Pipeline Safety: Meeting of the Gas and Liquid Pipeline Advisory Committees PHMSA-2013-0156 | Briefing: Standards Update - Rework Issues - Max Kieba | Supporting & Related Material | Supplement | 2014-02-28T05:00:00Z | 2014 | 2 | 2014-02-28T15:22:15Z | 0 | 0 | 09000064815dac25 | |||
| PHMSA-2013-0156-0022 | PHMSA | Pipeline Safety: Meeting of the Gas and Liquid Pipeline Advisory Committees PHMSA-2013-0156 | FR Notice: Joint Meetings - February 25 & 26, 2014 | Supporting & Related Material | Supplement | 2014-02-28T05:00:00Z | 2014 | 2 | 2014-02-28T14:58:35Z | 0 | 0 | 09000064815dabe8 | |||
| PHMSA-2013-0156-0026 | PHMSA | Pipeline Safety: Meeting of the Gas and Liquid Pipeline Advisory Committees PHMSA-2013-0156 | Slides: Rework Voting Guidance 2-25-2014 - Cheryl Whetsel | Supporting & Related Material | Supplement | 2014-02-28T05:00:00Z | 2014 | 2 | 2014-02-28T16:00:14Z | 0 | 0 | 09000064815dac27 | |||
| PHMSA-2013-0156-0025 | PHMSA | Pipeline Safety: Meeting of the Gas and Liquid Pipeline Advisory Committees PHMSA-2013-0156 | FR Notice: Standards Update NPRM - 08-16-2013 | Supporting & Related Material | Supplement | 2014-02-28T05:00:00Z | 2014 | 2 | 2014-02-28T15:29:44Z | 0 | 0 | 09000064815dac26 | |||
| PHMSA-2013-0156-0021 | PHMSA | Pipeline Safety: Meeting of the Gas and Liquid Pipeline Advisory Committees PHMSA-2013-0156 | U.S. DOT/PHMSA - Transcript - Joint Meeting 12-17-2013 | Supporting & Related Material | Meeting Transcripts | 2014-01-09T05:00:00Z | 2014 | 1 | 2014-01-09T22:08:18Z | 0 | 0 | 09000064814f59e9 |
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;