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 = "EPA-HQ-SFUND-2008-0584" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 4

  • Supporting & Related Material 8
  • Other 1
  • Proposed Rule 1
  • Rule 1

posted_year 2

  • 2008 7
  • 2009 4

agency_id 1

  • EPA 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
EPA-HQ-SFUND-2008-0584-0123 EPA None EPA-HQ-SFUND-2008-0584 HRS Documentation Record: U.S. Magnesium, EPA ID No.: UTN000802704 Supporting & Related Material Other 2009-11-04T05:00:00Z 2009 11     2009-11-04T14:01:52Z   0 0 0900006480a4ebd2
EPA-HQ-SFUND-2008-0584-0124 EPA None EPA-HQ-SFUND-2008-0584 Narrative Summary - U.S. Magnesium, Tooele County, Utah Supporting & Related Material Other 2009-11-04T05:00:00Z 2009 11     2009-11-04T14:01:55Z   0 0 0900006480a4ebd3
EPA-HQ-SFUND-2008-0584-0125 EPA None EPA-HQ-SFUND-2008-0584 Support Document for the Revised National Priorities List Final Rule - U.S. Magnesium Supporting & Related Material Other 2009-11-04T05:00:00Z 2009 11     2009-11-04T14:01:58Z   0 0 0900006480a4ebd4
EPA-HQ-SFUND-2008-0584-0122 EPA None EPA-HQ-SFUND-2008-0584 National Priorities List, Final Rule No. 48 Rule Federal Register Document 2009-11-04T05:00:00Z 2009 11 2009-11-04T05:00:00Z   2011-06-11T16:10:25Z E9-26539 0 0 0900006480a50f8a
EPA-HQ-SFUND-2008-0584-0008 EPA None EPA-HQ-SFUND-2008-0584 Memorandum to EPA-HQ-SFUND-2008-0584 from Robert Myers, NPL HQ Rule Coordinator, USEPA, re: Authorization of Comment Period Extension Other   2008-10-22T04:00:00Z 2008 10 2008-10-22T04:00:00Z 2008-11-25T04:59:59Z 2008-11-12T14:34:01Z   0 0 09000064807722b5
EPA-HQ-SFUND-2008-0584-0009 EPA None EPA-HQ-SFUND-2008-0584 Letter to Laurence S. Kirsch, Counsel to US Magnesium LLC, Goodwin Procter LLP from Victoria van Roden, OSWER, USEPA, re: Response to Comment Period Extension Supporting & Related Material Letter, Memorandum, Email 2008-10-22T04:00:00Z 2008 10     2008-10-23T12:31:12Z   0 0 090000648076b965
EPA-HQ-SFUND-2008-0584-0007 EPA None EPA-HQ-SFUND-2008-0584 Memorandum to EPA-HQ-SFUND-2008-0584 from Robert Myers, NPL HQ Rule Coordinator, USEPA, re: Correction to HRS documentation record for US Magnesium Supporting & Related Material Letter, Memorandum, Email 2008-10-14T04:00:00Z 2008 10     2008-10-14T18:41:40Z   0 0 0900006480721ba8
EPA-HQ-SFUND-2008-0584-0002 EPA None EPA-HQ-SFUND-2008-0584 HRS Documentation Record, Name of Site: U.S. Magnesium, EPA ID No.: UTN000802704 Supporting & Related Material Other 2008-09-03T04:00:00Z 2008 9     2008-09-03T14:30:11Z   0 0 09000064806e7c32
EPA-HQ-SFUND-2008-0584-0004 EPA None EPA-HQ-SFUND-2008-0584 Letter to Robbie E. Roberts, Administrator, USEPA, Region VIII from Richard W. Sprott, Executive Director, Utah Department of Environmental Quality Supporting & Related Material Letter, Memorandum, Email 2008-09-03T04:00:00Z 2008 9     2008-09-03T14:30:17Z   0 0 09000064806e7c3f
EPA-HQ-SFUND-2008-0584-0003 EPA None EPA-HQ-SFUND-2008-0584 Narrative Summary: U.S. Magnesium, Tooele County, Utah Supporting & Related Material Other 2008-09-03T04:00:00Z 2008 9     2008-09-03T14:30:14Z   0 0 09000064806e7c3b
EPA-HQ-SFUND-2008-0584-0001 EPA None EPA-HQ-SFUND-2008-0584 National Priorities List, Proposed Rule No. 49 Proposed Rule Federal Register Document 2008-09-03T04:00:00Z 2008 9 2008-09-03T04:00:00Z 2008-11-04T04:59:59Z 2011-06-11T16:10:25Z E8-20389 0 0 09000064806ee549

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