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-RSPA-2002-12278" and posted_year = 2004 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: title, subtype, posted_date, posted_month, comment_start_date, comment_end_date, last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

posted_year 1

  • 2004 · 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-RSPA-2002-12278-0037 PHMSA None PHMSA-RSPA-2002-12278 U.S. DOT/RSPA - Offer Other Offer 2004-12-17T05:00:00Z 2004 12 2004-12-17T05:00:00Z 2004-12-18T04:59:59Z 2024-11-11T22:40:44Z   1 0 09000064802c3879
PHMSA-RSPA-2002-12278-0040 PHMSA None PHMSA-RSPA-2002-12278 University of Minnesota - Renewal of DOT E-12998 Other Application 2004-12-02T05:00:00Z 2004 12 2004-12-02T05:00:00Z 2004-12-03T04:59:59Z 2024-11-11T22:41:00Z   1 0 09000064802c387d
PHMSA-RSPA-2002-12278-0041 PHMSA None PHMSA-RSPA-2002-12278 Safety-Kleen Systems, Inc. - Renewal for DOT E-12998 Other Application 2004-10-28T04:00:00Z 2004 10 2004-10-28T04:00:00Z 2004-10-29T03:59:59Z 2024-11-11T22:41:00Z   1 0 09000064802c387e
PHMSA-RSPA-2002-12278-0033 PHMSA None PHMSA-RSPA-2002-12278 Safety-Kleen EviroSystems Company of Puerto Rico - Request Additional Grantee of Exemption DOT-E 12998 Other Application 2004-10-28T04:00:00Z 2004 10 2004-10-28T04:00:00Z 2004-10-29T03:59:59Z 2024-11-11T22:40:43Z   1 0 09000064802c3875
PHMSA-RSPA-2002-12278-0042 PHMSA None PHMSA-RSPA-2002-12278 Onyx Environmental Services, L.L.C. - Renewal for DOT E-12998 Other Application 2004-10-08T04:00:00Z 2004 10 2004-10-08T04:00:00Z 2004-10-09T03:59:59Z 2024-11-11T22:41:00Z   1 0 09000064802c387f
PHMSA-RSPA-2002-12278-0039 PHMSA None PHMSA-RSPA-2002-12278 Triumvirate Environmental, Inc. - Request for Party Status Other Application 2004-09-29T04:00:00Z 2004 9 2004-09-29T04:00:00Z 2004-09-30T03:59:59Z 2024-11-11T22:41:18Z   1 0 09000064802c387b
PHMSA-RSPA-2002-12278-0043 PHMSA None PHMSA-RSPA-2002-12278 Haz Mat Services, Inc. - Renewal for DOT E-12998 Other Application 2004-09-15T04:00:00Z 2004 9 2004-09-15T04:00:00Z 2004-09-16T03:59:59Z 2024-11-11T22:41:00Z   1 0 09000064802c3880
PHMSA-RSPA-2002-12278-0023 PHMSA None PHMSA-RSPA-2002-12278 Rebec, Inc. - Request for Party Status to DOT-E 12998 Other Application 2004-09-07T04:00:00Z 2004 9 2004-09-07T04:00:00Z 2004-09-08T03:59:59Z 2024-11-11T22:40:24Z   1 0 09000064802c386a
PHMSA-RSPA-2002-12278-0024 PHMSA None PHMSA-RSPA-2002-12278 Triumvirate Environmental, Inc. - Request for Party to Exemption DOT-E 12046 Other Application 2004-08-27T04:00:00Z 2004 8 2004-08-27T04:00:00Z 2004-08-28T03:59:59Z 2024-11-11T22:40:42Z   1 0 09000064802c386b
PHMSA-RSPA-2002-12278-0026 PHMSA None PHMSA-RSPA-2002-12278 U.S. DOT/RSPA - Offer Other Offer 2004-07-06T04:00:00Z 2004 7 2004-07-06T04:00:00Z 2004-07-07T03:59:59Z 2024-11-11T22:40:42Z   1 0 09000064802c386d
PHMSA-RSPA-2002-12278-0019 PHMSA None PHMSA-RSPA-2002-12278 Haz-Mat Services, Inc. - Request for Exemption Status to DOT-E 12998 Other Application 2004-07-01T04:00:00Z 2004 7 2004-07-01T04:00:00Z 2004-07-02T03:59:59Z 2024-11-11T22:40:23Z   1 0 09000064802c3864

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