documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "PHMSA-RSPA-1998-4868" and posted_year = 2005 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, last_modified, open_for_comment, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 4
- Other 3
- Supporting & Related Material 2
- Notice 1
- Rule 1
posted_year 1
- 2005 · 7 ✖
agency_id 1
- PHMSA 7
| 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-1998-4868-0184 | PHMSA | None PHMSA-RSPA-1998-4868 | U.S. DOT/PHMSA - Meeting with Members of the Gas Processors Association (GPA) on November 18, 2005 | Other | Memo, Action Memo or Letter | 2005-11-22T05:00:00Z | 2005 | 11 | 2005-11-22T05:00:00Z | 1999-10-09T03:59:59Z | 2024-11-08T03:58:30Z | 1 | 0 | 09000064802a7047 | |
| PHMSA-RSPA-1998-4868-0182 | PHMSA | None PHMSA-RSPA-1998-4868 | U.S. DOT/PHMSA - Draft Environmental Assessment of Gas Gathering Line Definition NPRM | Supporting & Related Material | Environmental Assessment | 2005-10-20T04:00:00Z | 2005 | 10 | 2024-11-08T03:58:30Z | 0 | 0 | 09000064802a7045 | |||
| PHMSA-RSPA-1998-4868-0183 | PHMSA | None PHMSA-RSPA-1998-4868 | County Assessors and Appraisers - Gas Gathering Line Definition | Other | Additional Information | 2005-10-20T04:00:00Z | 2005 | 10 | 2005-10-20T04:00:00Z | 1999-10-09T03:59:59Z | 2024-11-08T03:58:30Z | 1 | 0 | 09000064802a7046 | |
| PHMSA-RSPA-1998-4868-0181 | PHMSA | None PHMSA-RSPA-1998-4868 | U.S. DOT/PHMSA - Draft Regulatory Evaluation of Natural Gas Gathering Lines Definition NPRM | Supporting & Related Material | Analysis | 2005-10-20T04:00:00Z | 2005 | 10 | 2024-11-08T03:58:30Z | 0 | 0 | 09000064802a7044 | |||
| PHMSA-RSPA-1998-4868-0179 | PHMSA | None PHMSA-RSPA-1998-4868 | U.S. DOT/PHMSA - Supplemental Notice of Proposed Rulemaking | Rule | Federal Register Publication | 2005-10-03T04:00:00Z | 2005 | 10 | 2005-10-03T04:00:00Z | 1999-10-09T03:59:59Z | 2024-11-08T03:58:29Z | 1 | 0 | 09000064802a7041 | |
| PHMSA-RSPA-1998-4868-0178 | PHMSA | None PHMSA-RSPA-1998-4868 | U.S. DOT/PHMSA - Supplemental Notice of Proposed Rulemaking (Original) | Notice | Notice | 2005-09-28T04:00:00Z | 2005 | 9 | 2005-09-28T04:00:00Z | 1999-10-09T03:59:59Z | 2024-11-08T03:58:29Z | 1 | 0 | 09000064802a7040 | |
| PHMSA-RSPA-1998-4868-0177 | PHMSA | None PHMSA-RSPA-1998-4868 | U.S. DOT/PHMSA - Memorandum: Summary of Marginal Well Study | Other | Memo, Action Memo or Letter | 2005-06-10T04:00:00Z | 2005 | 6 | 2005-06-10T04:00:00Z | 1999-10-09T03:59:59Z | 2024-11-08T03:58:19Z | 1 | 0 | 09000064802a703f |
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;