documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
11 rows where docket_id = "PHMSA-RSPA-2004-16871" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, posted_date, posted_month, comment_start_date, comment_end_date, last_modified, open_for_comment, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 2
agency_id 1
- PHMSA 11
| 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-RSPA-2004-16871-0010 | PHMSA | None PHMSA-RSPA-2004-16871 | U.S. DOT/PHMSA - NGPA Questions | Other | Request | 2006-06-08T04:00:00Z | 2006 | 6 | 2006-06-08T04:00:00Z | 2006-06-09T03:59:59Z | 2024-11-08T04:09:39Z | 1 | 0 | 09000064802b55ba | |
| PHMSA-RSPA-2004-16871-0009 | PHMSA | None PHMSA-RSPA-2004-16871 | U.S. DOT/PHMSA - National Propane Gas Association - Supplemental Information | Supporting & Related Material | Supplement | 2006-01-24T05:00:00Z | 2006 | 1 | 2024-11-08T04:09:40Z | 0 | 0 | 09000064802b55c3 | |||
| PHMSA-RSPA-2004-16871-0004-0001 | PHMSA | None PHMSA-RSPA-2004-16871 | National Propane Gas Association - Additional Information | Other | Additional Information | 2004-12-29T05:00:00Z | 2004 | 12 | 2004-12-29T05:00:00Z | 2004-12-30T04:59:59Z | 2024-11-08T04:09:39Z | 1 | 0 | 09000064802b55bd | |
| PHMSA-RSPA-2004-16871-0008 | PHMSA | None PHMSA-RSPA-2004-16871 | McCarthy, Sweeney & Harkaway, P.C. - Supporting Documentation | Supporting & Related Material | Supporting Documentation | 2004-12-29T05:00:00Z | 2004 | 12 | 2024-11-08T04:09:40Z | 0 | 0 | 09000064802b55c2 | |||
| PHMSA-RSPA-2004-16871-0004-0002 | PHMSA | None PHMSA-RSPA-2004-16871 | National Propane Gas Association - Additional Information | Other | Additional Information | 2004-12-29T05:00:00Z | 2004 | 12 | 2004-12-29T05:00:00Z | 2004-12-30T04:59:59Z | 2024-11-08T04:09:39Z | 1 | 0 | 09000064802b55be | |
| PHMSA-RSPA-2004-16871-0005 | PHMSA | None PHMSA-RSPA-2004-16871 | Larry W. Bierlein - Supporting Documentation | Supporting & Related Material | Supporting Documentation | 2004-12-29T05:00:00Z | 2004 | 12 | 2024-11-08T04:09:40Z | 0 | 0 | 09000064802b55bf | |||
| PHMSA-RSPA-2004-16871-0002 | PHMSA | None PHMSA-RSPA-2004-16871 | Missouri Propane Gas Association - Additional Information | Other | Additional Information | 2003-12-16T05:00:00Z | 2003 | 12 | 2003-12-16T05:00:00Z | 2003-12-17T04:59:59Z | 2024-11-08T04:09:39Z | 1 | 0 | 09000064802b55bb | |
| PHMSA-RSPA-2004-16871-0003 | PHMSA | None PHMSA-RSPA-2004-16871 | Missouri Propane Gas Association - Additional Information | Other | Additional Information | 2003-12-16T05:00:00Z | 2003 | 12 | 2003-12-16T05:00:00Z | 2003-12-17T04:59:59Z | 2024-11-08T04:09:39Z | 1 | 0 | 09000064802b55bc | |
| PHMSA-RSPA-2004-16871-0006 | PHMSA | None PHMSA-RSPA-2004-16871 | National Propane Gas Association (NPGA) - Exemption - Hazardous Materials - One-Way Transportation in Commerce of Certain Non-DOT Specification Storage Tanks Containing Propane | Other | Application | 2003-11-12T05:00:00Z | 2003 | 11 | 2003-11-12T05:00:00Z | 2003-11-13T04:59:59Z | 2024-11-08T04:09:40Z | 1 | 0 | 09000064802b55c0 | |
| PHMSA-RSPA-2004-16871-0001 | PHMSA | None PHMSA-RSPA-2004-16871 | National Propane Gas Association (NPGA) - Exemption - Hazardous Materials - One-Way Transportation in Commerce of Certain Non-DOT Specification Storage Tanks Containing Propane | Other | Application | 2003-11-12T05:00:00Z | 2003 | 11 | 2003-11-12T05:00:00Z | 2003-11-13T04:59:59Z | 2024-11-08T04:09:11Z | 1 | 0 | 09000064802b55b9 | |
| PHMSA-RSPA-2004-16871-0007 | PHMSA | None PHMSA-RSPA-2004-16871 | Michael A. Caldarera - Supporting Documentation | Supporting & Related Material | Supporting Documentation | 2003-11-12T05:00:00Z | 2003 | 11 | 2024-11-08T04:09:40Z | 0 | 0 | 09000064802b55c1 |
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;