documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
11 rows where agency_id = "PHMSA" and docket_id = "PHMSA-RSPA-2004-17036" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, posted_date, posted_month, last_modified, open_for_comment, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 3
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-17036-0028 | PHMSA | None PHMSA-RSPA-2004-17036 | U.S. DOT/PHMSA - Final Rule | Rule | Federal Register Publication | 2005-06-14T04:00:00Z | 2005 | 6 | 2005-06-14T04:00:00Z | 2005-06-15T03:59:59Z | 2024-11-12T02:55:52Z | 1 | 0 | 090000648031af8d | |
| PHMSA-RSPA-2004-17036-0026 | PHMSA | None PHMSA-RSPA-2004-17036 | Dangerous Goods Advisory Council - Petition for Rulemaking | Other | Petition for Rulemaking | 2005-03-22T05:00:00Z | 2005 | 3 | 2005-03-22T05:00:00Z | 2005-03-22T04:59:59Z | 2024-11-12T02:55:52Z | 1 | 0 | 090000648031af8b | |
| PHMSA-RSPA-2004-17036-0027 | PHMSA | None PHMSA-RSPA-2004-17036 | U.S. DOT/RSPA - Acknowledgement Receipt of Petition for Rulemaking | Other | Acknowledgement Letter/Receipt | 2005-03-18T05:00:00Z | 2005 | 3 | 2005-03-18T05:00:00Z | 2005-03-23T04:59:59Z | 2024-11-12T02:55:52Z | 1 | 0 | 090000648031af8c | |
| PHMSA-RSPA-2004-17036-0024 | PHMSA | None PHMSA-RSPA-2004-17036 | Air Products and Chemicals, Inc. - Petition for Reconsideration | Other | Petition for Reconsideration | 2005-02-01T05:00:00Z | 2005 | 2 | 2005-02-01T05:00:00Z | 2005-02-02T04:59:59Z | 2024-11-12T02:55:52Z | 1 | 0 | 090000648031af89 | |
| PHMSA-RSPA-2004-17036-0022 | PHMSA | None PHMSA-RSPA-2004-17036 | U.S. DOT/RSPA - Environmental Assessment | Supporting & Related Material | Environmental Assessment | 2005-01-11T05:00:00Z | 2005 | 1 | 2024-11-12T02:55:51Z | 0 | 0 | 090000648031af87 | |||
| PHMSA-RSPA-2004-17036-0023 | PHMSA | None PHMSA-RSPA-2004-17036 | U.S. DOT/RSPA - Regulatory Evaluation | Supporting & Related Material | Analysis | 2005-01-11T05:00:00Z | 2005 | 1 | 2024-11-12T02:55:51Z | 0 | 0 | 090000648031af88 | |||
| PHMSA-RSPA-2004-17036-0021 | PHMSA | None PHMSA-RSPA-2004-17036 | U.S. DOT/RSPA - Final Rule | Rule | Federal Register Publication | 2004-12-20T05:00:00Z | 2004 | 12 | 2004-12-20T05:00:00Z | 2004-12-21T04:59:59Z | 2024-11-12T02:55:51Z | 1 | 0 | 090000648031af86 | |
| PHMSA-RSPA-2004-17036-0019 | PHMSA | None PHMSA-RSPA-2004-17036 | National Archives and Records Administration - Incorporation by Reference into Parts 171, 172, 173, 175, 176, and 178 of Title 49 | Other | Correspondence | 2004-11-01T05:00:00Z | 2004 | 11 | 2004-11-01T05:00:00Z | 2004-11-02T04:59:59Z | 2024-11-12T02:55:35Z | 1 | 0 | 090000648031af82 | |
| PHMSA-RSPA-2004-17036-0001 | PHMSA | None PHMSA-RSPA-2004-17036 | U.S. DOT/RSPA - Notice of Proposed Rulemaking (NPRM) | Rule | Federal Register Publication | 2004-06-22T04:00:00Z | 2004 | 6 | 2004-06-22T04:00:00Z | 2004-06-23T03:59:59Z | 2024-11-12T02:55:35Z | 1 | 0 | 090000648031af76 | |
| PHMSA-RSPA-2004-17036-0003 | PHMSA | None PHMSA-RSPA-2004-17036 | U.S. DOT/RSPA - Preliminary Regulatory Evaluation | Supporting & Related Material | Analysis | 2004-02-02T05:00:00Z | 2004 | 2 | 2024-11-12T02:55:52Z | 0 | 0 | 090000648031af8e | |||
| PHMSA-RSPA-2004-17036-0004 | PHMSA | None PHMSA-RSPA-2004-17036 | U.S. DOT/RSPA - Environmental Assessment | Supporting & Related Material | Environmental Assessment | 2004-01-02T05:00:00Z | 2004 | 1 | 2024-11-12T02:56:06Z | 0 | 0 | 090000648031af8f |
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;