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

11 rows where docket_id = "PHMSA-2009-0017" and document_type = "Other" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 1

  • 2009 11

document_type 1

  • Other · 11 ✖

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-2009-0017-0011 PHMSA Application for Preemption Determination Regarding Department of Transportation Specification 39 Cylinder PHMSA-2009-0017 In the Matter of Estate of Kenneth Elder v. AMTROL Inc., and Airosol - Reply to Written Comments Submitted to Chief Counsel Other Reply 2009-01-22T05:00:00Z 2009 1 2009-01-22T05:00:00Z   2024-11-12T04:29:15Z   1 0 0900006480829694
PHMSA-2009-0017-0001 PHMSA Application for Preemption Determination Regarding Department of Transportation Specification 39 Cylinder PHMSA-2009-0017 In the Matter of Estate of Kenneth Elder v. AMTROL Inc., and Airosol - Application Other Application 2009-01-22T05:00:00Z 2009 1 2009-01-22T05:00:00Z   2024-11-12T04:33:46Z   1 0 09000064808295ef
PHMSA-2009-0017-0003 PHMSA Application for Preemption Determination Regarding Department of Transportation Specification 39 Cylinder PHMSA-2009-0017 In the Matter of Amtrol Holdings, Inc., et al. - Response to Application Other Response(s) 2009-01-22T05:00:00Z 2009 1 2009-01-22T05:00:00Z   2024-11-12T04:31:21Z   1 0 090000648082961d
PHMSA-2009-0017-0006 PHMSA Application for Preemption Determination Regarding Department of Transportation Specification 39 Cylinder PHMSA-2009-0017 In the Matter of Amtrol Holdings, Inc., et al. - Memorandum Opinion Other Memo, Action Memo or Letter 2009-01-22T05:00:00Z 2009 1 2009-01-22T05:00:00Z   2024-11-12T04:31:21Z   1 0 090000648082964c
PHMSA-2009-0017-0004 PHMSA Application for Preemption Determination Regarding Department of Transportation Specification 39 Cylinder PHMSA-2009-0017 In the Matter of Amtrol Holdings, Inc., et al. - Cylinder Specifications Other Other 2009-01-22T05:00:00Z 2009 1 2009-01-22T05:00:00Z   2024-11-12T04:31:21Z   1 0 090000648082962b
PHMSA-2009-0017-0008 PHMSA Application for Preemption Determination Regarding Department of Transportation Specification 39 Cylinder PHMSA-2009-0017 In the Matter of Amtrol Holding, Inc. et al. - Notice Of Appeal Other Other 2009-01-22T05:00:00Z 2009 1 2009-01-22T05:00:00Z   2024-11-12T04:30:59Z   1 0 090000648082966b
PHMSA-2009-0017-0002 PHMSA Application for Preemption Determination Regarding Department of Transportation Specification 39 Cylinder PHMSA-2009-0017 In the Matter of Estate of Kenneth Elder v. AMTROL Inc., and Airosol - Written Comments to be Submitted to the Chief Counsel Other Other 2009-01-22T05:00:00Z 2009 1 2009-01-22T05:00:00Z   2024-11-12T04:33:09Z   1 0 090000648082960d
PHMSA-2009-0017-0010 PHMSA Application for Preemption Determination Regarding Department of Transportation Specification 39 Cylinder PHMSA-2009-0017 In the Matter of Estate of Kenneth Elder v. AMTROL Inc., and Airosol - Written Comments to be Submitted by the Chief Counsel Other Letter(s) 2009-01-22T05:00:00Z 2009 1 2009-01-22T05:00:00Z   2024-11-12T04:29:14Z   1 0 0900006480829687
PHMSA-2009-0017-0005 PHMSA Application for Preemption Determination Regarding Department of Transportation Specification 39 Cylinder PHMSA-2009-0017 In the Matter of Amtrol Holdings, Inc., et al. - Transcript Of Hearing - March 26, 2008 Other Transcript(s) 2009-01-22T05:00:00Z 2009 1 2009-01-22T05:00:00Z   2024-11-12T04:28:54Z   1 0 090000648082963a
PHMSA-2009-0017-0007 PHMSA Application for Preemption Determination Regarding Department of Transportation Specification 39 Cylinder PHMSA-2009-0017 In the Matter of Amtrol Holdings, Inc., - Notice of Appeal Pursuant To Federal Rule Of Bankruptcy Procedure 8001 And 28 U.S.C. Section 158(a)(1) Other Appeal 2009-01-22T05:00:00Z 2009 1 2009-01-22T05:00:00Z   2024-11-12T04:28:50Z   1 0 0900006480829653
PHMSA-2009-0017-0009 PHMSA Application for Preemption Determination Regarding Department of Transportation Specification 39 Cylinder PHMSA-2009-0017 In the Matter of Estate of Kenneth Elder v. AMTROL Inc., and Airosol - Application to be Submitted to the Chief Counsel Other Application 2009-01-22T05:00:00Z 2009 1 2009-01-22T05:00:00Z   2024-11-12T04:31:26Z   1 0 0900006480829675

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