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

9 rows where docket_id = "PHMSA-RSPA-1999-5075" and posted_year = 2002 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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

  • 2002 · 9 ✖

document_type 1

  • Other 9

agency_id 1

  • PHMSA 9
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-1999-5075-0043 PHMSA None PHMSA-RSPA-1999-5075 Cushing Manufacturing Company - Request for Party Status to DOT-E 12212 Other Application 2002-12-20T05:00:00Z 2002 12 2002-12-20T05:00:00Z 2003-01-31T04:59:59Z 2008-01-08T20:20:41Z   0 0 0900006480329ea1
PHMSA-RSPA-1999-5075-0047 PHMSA None PHMSA-RSPA-1999-5075 U.S. DOT/RSPA - Exemption/Grant of Party Status to DOT-E 12212 Other Exemption/Waiver 2002-12-12T05:00:00Z 2002 12 2002-12-12T05:00:00Z 2003-03-20T04:59:59Z 2008-01-08T20:23:08Z   0 0 0900006480329ea5
PHMSA-RSPA-1999-5075-0046 PHMSA None PHMSA-RSPA-1999-5075 MILS, Inc. - Request for Party Status (Frank Singleton) to DOT-E 12212 Other Application 2002-12-03T05:00:00Z 2002 12 2002-12-03T05:00:00Z 2003-03-20T04:59:59Z 2008-01-08T20:26:12Z   0 0 0900006480329ea4
PHMSA-RSPA-1999-5075-0045 PHMSA None PHMSA-RSPA-1999-5075 MILS, Inc. - Request for Party Status (Jerry W. James) to DOT-E 12212 Other Application 2002-11-15T05:00:00Z 2002 11 2002-11-15T05:00:00Z 2003-03-20T04:59:59Z 2008-01-08T20:24:11Z   0 0 0900006480329ea3
PHMSA-RSPA-1999-5075-0042 PHMSA None PHMSA-RSPA-1999-5075 U.S. DOT/RSPA - Exemption/Grant (2nd Revision) Other Exemption/Waiver 2002-06-13T04:00:00Z 2002 6 2002-06-13T04:00:00Z 2002-07-23T03:59:59Z 2008-01-08T20:26:12Z   0 0 0900006480329ea0
PHMSA-RSPA-1999-5075-0041 PHMSA None PHMSA-RSPA-1999-5075 W.R. Jennings III - Response to Application for Party to Status Other Response(s) 2002-06-03T04:00:00Z 2002 6 2002-06-03T04:00:00Z 2002-07-23T03:59:59Z 2008-01-08T20:20:41Z   0 0 0900006480329e9f
PHMSA-RSPA-1999-5075-0040 PHMSA None PHMSA-RSPA-1999-5075 Donald R. Smith - Request for Party to Status Other Application 2002-06-03T04:00:00Z 2002 6 2002-06-03T04:00:00Z 2002-07-23T03:59:59Z 2008-01-08T20:26:12Z   0 0 0900006480329e9e
PHMSA-RSPA-1999-5075-0039 PHMSA None PHMSA-RSPA-1999-5075 U.S. DOT/RSPA - Exemption/Grant of Party Status (Second Revision) Other Exemption/Waiver 2002-04-03T05:00:00Z 2002 4 2002-04-03T05:00:00Z 2002-07-03T03:59:59Z 2008-01-08T20:19:26Z   0 0 0900006480329e9c
PHMSA-RSPA-1999-5075-0038 PHMSA None PHMSA-RSPA-1999-5075 John Pastel - Request for Party Status to DOT-E 12212 Other Application 2002-03-05T05:00:00Z 2002 3 2002-03-05T05:00:00Z 2002-07-03T03:59:59Z 2008-01-08T20:24:11Z   0 0 0900006480329e9b

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