documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
10 rows where docket_id = "PHMSA-RSPA-2004-18730" and posted_year = 2006 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, posted_date, 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 4
- Other 4
- Supporting & Related Material 3
- Rule 2
- Notice 1
posted_year 1
- 2006 · 10 ✖
agency_id 1
- PHMSA 10
| 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-18730-0118 | PHMSA | None PHMSA-RSPA-2004-18730 | U.S. DOT/RSPA - Synopsis of Briefing with Members of the Bureau of Explosives | Other | Correspondence | 2006-12-22T05:00:00Z | 2006 | 12 | 2006-12-22T05:00:00Z | 2006-12-23T04:59:59Z | 2024-11-07T17:05:19Z | 1 | 0 | 09000064802bde40 | |
| PHMSA-RSPA-2004-18730-0119 | PHMSA | None PHMSA-RSPA-2004-18730 | Association of American Railroads - Report | Other | Report | 2006-12-22T05:00:00Z | 2006 | 12 | 2006-12-22T05:00:00Z | 2006-12-23T04:59:59Z | 2024-11-07T17:05:19Z | 1 | 0 | 09000064802bde41 | |
| PHMSA-RSPA-2004-18730-0117-0002 | PHMSA | None PHMSA-RSPA-2004-18730 | Annex To Memorandum of Understanding re: Railroad Security | Supporting & Related Material | Supplement | 2006-12-22T05:00:00Z | 2006 | 12 | 2024-11-07T17:05:18Z | 0 | 0 | 09000064802bde3f | |||
| PHMSA-RSPA-2004-18730-0117-0001 | PHMSA | None PHMSA-RSPA-2004-18730 | Annex To Memorandum of Understanding re: Railroad Security | Supporting & Related Material | Supplement | 2006-12-22T05:00:00Z | 2006 | 12 | 2024-11-07T17:05:18Z | 0 | 0 | 09000064802bde3e | |||
| PHMSA-RSPA-2004-18730-0114 | PHMSA | None PHMSA-RSPA-2004-18730 | U.S. DOT/RSPA - Annex to Memorandum of Understanding | Other | Memo, Action Memo or Letter | 2006-12-21T05:00:00Z | 2006 | 12 | 2006-12-21T05:00:00Z | 2006-12-22T04:59:59Z | 2024-11-07T17:05:01Z | 1 | 0 | 09000064802bde3b | |
| PHMSA-RSPA-2004-18730-0113-0001 | PHMSA | None PHMSA-RSPA-2004-18730 | U.S. DOT/PHMSA - Notice of Proposed Rulemaking (NPRM) | Rule | Federal Register Publication | 2006-12-21T05:00:00Z | 2006 | 12 | 2006-12-21T05:00:00Z | 2006-12-22T04:59:59Z | 2024-11-07T17:05:01Z | 1 | 0 | 09000064802bde39 | |
| PHMSA-RSPA-2004-18730-0116 | PHMSA | None PHMSA-RSPA-2004-18730 | U.S. DOT/FRA - Regulatory Assessment and Regulatory Flexibility Analysis | Supporting & Related Material | Analysis | 2006-12-21T05:00:00Z | 2006 | 12 | 2024-11-07T17:05:02Z | 0 | 0 | 09000064802bde3d | |||
| PHMSA-RSPA-2004-18730-0113-0002 | PHMSA | None PHMSA-RSPA-2004-18730 | U.S. DOT/PHMSA - Notice of Proposed Rulemaking (NPRM) | Rule | Federal Register Publication | 2006-12-21T05:00:00Z | 2006 | 12 | 2006-12-21T05:00:00Z | 2006-12-22T04:59:59Z | 2024-11-07T17:05:01Z | 1 | 0 | 09000064802bde3a | |
| PHMSA-RSPA-2004-18730-0115 | PHMSA | None PHMSA-RSPA-2004-18730 | U.S. DOT/RSPA - Annex to Memorandum of Understanding | Other | Memo, Action Memo or Letter | 2006-12-21T05:00:00Z | 2006 | 12 | 2006-12-21T05:00:00Z | 2006-12-22T04:59:59Z | 2024-11-07T17:05:01Z | 1 | 0 | 09000064802bde3c | |
| PHMSA-RSPA-2004-18730-0112 | PHMSA | None PHMSA-RSPA-2004-18730 | Enhancing Rail Safety and Security for Hazardous Materials Shipments | Notice | Notice of Proposed Rulemaking (NPRM) | 2006-12-15T05:00:00Z | 2006 | 12 | 2006-12-15T05:00:00Z | 2006-12-16T04:59:59Z | 2024-11-07T17:05:01Z | 1 | 0 | 09000064802bde38 |
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;