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-1999-5875" and posted_year = 2000 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)

document_type 2

  • Other 10
  • Notice 1

posted_year 1

  • 2000 · 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-1999-5875-0008 PHMSA None PHMSA-RSPA-1999-5875 Fibrenyle LTD - Addtional Information Other Additional Information 2000-12-16T05:00:00Z 2000 12 2000-12-16T05:00:00Z 2000-05-04T03:59:59Z 2024-11-12T03:26:01Z   1 0 090000648032e8b7
PHMSA-RSPA-1999-5875-0017 PHMSA None PHMSA-RSPA-1999-5875 U.S. DOT/RSPA - Exemption Control Sheet Other Control Sheet 2000-12-15T05:00:00Z 2000 12 2000-12-15T05:00:00Z 2001-02-17T04:59:59Z 2024-11-12T03:25:46Z   1 0 090000648032e8aa
PHMSA-RSPA-1999-5875-0016 PHMSA None PHMSA-RSPA-1999-5875 U.S. DOT/RSPA - Evaluation/Exemption Application Other Exemption Evaluation Form 2000-12-08T05:00:00Z 2000 12 2000-12-08T05:00:00Z 2001-02-17T04:59:59Z 2024-11-12T03:25:45Z   1 0 090000648032e8a9
PHMSA-RSPA-1999-5875-0003 PHMSA None PHMSA-RSPA-1999-5875 IPC Intercontinental Packaging Corporation - Status Request Other Request 2000-07-22T04:00:00Z 2000 7 2000-07-22T04:00:00Z 2000-05-04T03:59:59Z 2024-11-12T03:26:01Z   1 0 090000648032e8b2
PHMSA-RSPA-1999-5875-0015 PHMSA None PHMSA-RSPA-1999-5875 ipc Intercontinental Packaging Corporation - Addititonal Information Other Additional Information 2000-07-18T04:00:00Z 2000 7 2000-07-18T04:00:00Z 2001-02-17T04:59:59Z 2024-11-12T03:25:45Z   1 0 090000648032e8a5
PHMSA-RSPA-1999-5875-0013 PHMSA None PHMSA-RSPA-1999-5875 U.S. DOT/RSPA - Availability of Non-Scannable Items Other Additional Information 2000-06-08T04:00:00Z 2000 6 2000-06-08T04:00:00Z 2000-06-09T03:59:59Z 2024-11-12T03:25:45Z   1 0 090000648032e8a3
PHMSA-RSPA-1999-5875-0014 PHMSA None PHMSA-RSPA-1999-5875 ipc Intercontinental Packaging Corporation - Response Other Response(s) 2000-05-22T04:00:00Z 2000 5 2000-05-22T04:00:00Z 2000-06-09T03:59:59Z 2024-11-12T03:25:45Z   1 0 090000648032e8a4
PHMSA-RSPA-1999-5875-0009 PHMSA None PHMSA-RSPA-1999-5875 U.S. DOT/RSPA - Exemption Control Sheet Other Control Sheet 2000-04-14T04:00:00Z 2000 4 2000-04-14T04:00:00Z 2000-05-04T03:59:59Z 2024-11-12T03:26:01Z   1 0 090000648032e8b8
PHMSA-RSPA-1999-5875-0012 PHMSA None PHMSA-RSPA-1999-5875 U.S. DOT/RSPA - Letter of Denial (Concurrence Grid) Other Memo, Action Memo or Letter 2000-04-14T04:00:00Z 2000 4 2000-04-14T04:00:00Z 2000-05-04T03:59:59Z 2024-11-12T03:25:45Z   1 0 090000648032e8a2
PHMSA-RSPA-1999-5875-0011 PHMSA None PHMSA-RSPA-1999-5875 U.S. DOT/RSPA - Denial of the Application Other Decision 2000-04-14T04:00:00Z 2000 4 2000-04-14T04:00:00Z 2000-05-04T03:59:59Z 2024-11-12T03:25:45Z   1 0 090000648032e8a1
PHMSA-RSPA-1999-5875-0010 PHMSA None PHMSA-RSPA-1999-5875 U.S. DOT/RSPA - Notice of Meeting Notice Public Meetings 2000-02-01T05:00:00Z 2000 2 2000-02-01T05:00:00Z 2000-05-04T03:59:59Z 2024-11-12T03:25:44Z   1 0 090000648032e8a0

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