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

14 rows where docket_id = "EPA-HQ-SFUND-2005-0011" and posted_year = 2013 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, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

document_type 3

  • Supporting & Related Material 10
  • Proposed Rule 2
  • Rule 2

posted_year 1

  • 2013 · 14 ✖

agency_id 1

  • EPA 14
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
EPA-HQ-SFUND-2005-0011-0029 EPA None EPA-HQ-SFUND-2005-0011 FCOR Supporting & Related Material Report 2013-11-08T05:00:00Z 2013 11     2013-11-08T21:26:52Z   0 0 09000064813a5691
EPA-HQ-SFUND-2005-0011-0028 EPA None EPA-HQ-SFUND-2005-0011 Letter to Franklin E. Hill, Director, Superfund Division, USEPA, from Catherine B. Templeton, Director, Department of Health and Environmental Control, South Carolina Department of Health and Environmental Control (DHEC) Supporting & Related Material Letter 2013-11-08T05:00:00Z 2013 11     2013-11-08T21:26:50Z   0 0 0900006481385b2c
EPA-HQ-SFUND-2005-0011-0030 EPA None EPA-HQ-SFUND-2005-0011 Deletion Docket Index Supporting & Related Material Report 2013-11-08T05:00:00Z 2013 11     2013-11-08T21:26:54Z   0 0 09000064813a8e46
EPA-HQ-SFUND-2005-0011-0026 EPA None EPA-HQ-SFUND-2005-0011 National Oil and Hazardous Substances Pollution Contingency Plan: National Priorities List; Deletion of the Geiger (C and M Oil) Superfund Site Proposed Rule   2013-11-05T05:00:00Z 2013 11 2013-11-05T05:00:00Z 2013-12-06T04:59:59Z 2013-11-12T20:04:24Z 2013-26513 0 0 0900006481470ba2
EPA-HQ-SFUND-2005-0011-0027 EPA None EPA-HQ-SFUND-2005-0011 National Oil and Hazardous Substances Pollution Contingency Plan: National Priorities List; Deletion of the Geiger (C and M Oil) Superfund Site Rule   2013-11-05T05:00:00Z 2013 11 2013-11-05T05:00:00Z 2013-12-06T04:59:59Z 2019-08-05T18:55:02Z 2013-26512 0 0 0900006481470ae4
EPA-HQ-SFUND-2005-0011-0021 EPA None EPA-HQ-SFUND-2005-0011 Administrative Order Supporting & Related Material Order 2013-09-13T04:00:00Z 2013 9     2019-08-05T18:49:23Z   0 0 090000648116341d
EPA-HQ-SFUND-2005-0011-0018 EPA None EPA-HQ-SFUND-2005-0011 National Oil and Hazardous Substances Pollution Contingency Plan: National Priorities List; Deletion of the Koppers Co., Inc. (Florence Plant) Superfund Site Rule   2013-09-13T04:00:00Z 2013 9 2013-09-13T04:00:00Z   2019-08-05T18:46:32Z 2013-21622 0 0 0900006481411af8
EPA-HQ-SFUND-2005-0011-0025 EPA None EPA-HQ-SFUND-2005-0011 FR RCRA Deferrel Policy Supporting & Related Material Publication - Previous/Related FR Notice 2013-09-13T04:00:00Z 2013 9     2019-08-05T18:52:47Z   0 0 0900006481163423
EPA-HQ-SFUND-2005-0011-0024 EPA None EPA-HQ-SFUND-2005-0011 SF RCRA Letter Supporting & Related Material Letter 2013-09-13T04:00:00Z 2013 9     2019-08-05T18:52:02Z   0 0 0900006481163420
EPA-HQ-SFUND-2005-0011-0023 EPA None EPA-HQ-SFUND-2005-0011 Site Aerial Map Supporting & Related Material Map 2013-09-13T04:00:00Z 2013 9     2019-08-05T18:50:29Z   0 0 090000648116341f
EPA-HQ-SFUND-2005-0011-0020 EPA None EPA-HQ-SFUND-2005-0011 State Concurrence Letter Supporting & Related Material Letter 2013-09-13T04:00:00Z 2013 9     2019-08-05T18:48:50Z   0 0 090000648116341c
EPA-HQ-SFUND-2005-0011-0022 EPA None EPA-HQ-SFUND-2005-0011 Site Map Supporting & Related Material Map 2013-09-13T04:00:00Z 2013 9     2019-08-05T18:49:55Z   0 0 090000648116341e
EPA-HQ-SFUND-2005-0011-0019 EPA None EPA-HQ-SFUND-2005-0011 RCRA letter Supporting & Related Material Letter 2013-09-13T04:00:00Z 2013 9     2019-08-05T18:48:08Z   0 0 09000064811631ab
EPA-HQ-SFUND-2005-0011-0017 EPA None EPA-HQ-SFUND-2005-0011 National Oil and Hazardous Substances Pollution Contingency Plan; National Priorities List: Deletion of Koppers Co., Inc. (Florence Plant) Superfund Site Proposed Rule Notice of Proposed Rulemaking (NPRM) 2013-04-24T04:00:00Z 2013 4 2013-04-24T04:00:00Z 2013-05-25T03:59:59Z 2013-04-24T15:02:30Z 2013-09540 0 0 09000064812a56b1

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