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-2000-0009" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 2

  • 2003 8
  • 2004 3

document_type 2

  • Supporting & Related Material 9
  • Notice 2

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-2000-0009-0012 EPA None EPA-HQ-SFUND-2000-0009 Renewal of Information Collection Request (ICR) for Notification of Episodic Releases of Oil and Hazardous Subtances Supporting & Related Material Office of Management and Budget (OMB) 2004-07-09T04:00:00Z 2004 7     2006-10-23T20:48:14Z   0 0 09000064800e2311
EPA-HQ-SFUND-2000-0009-0011 EPA None EPA-HQ-SFUND-2000-0009 Information Collection Request (ICR): Paperwork Reduction Act Submission Supporting & Related Material Office of Management and Budget (OMB) 2004-07-09T04:00:00Z 2004 7     2006-10-23T20:48:14Z   0 0 09000064800e2306
EPA-HQ-SFUND-2000-0009-0010 EPA None EPA-HQ-SFUND-2000-0009 Agency Information Collection Activities; Submission to OMB for Review and Approval; Comment Request; Notification of Episodic Releases of Oil and Hazardous Substances (Renewal), EPA ICR Number 1049.10, OMB Control Number 2050-0046 Notice Federal Register Document 2004-07-07T04:00:00Z 2004 7 2004-07-07T04:00:00Z 2004-08-07T03:59:59Z 2008-01-08T21:22:54Z 40899 0 0 09000064800e22fc
EPA-HQ-SFUND-2000-0009-0004 EPA None EPA-HQ-SFUND-2000-0009 Agency Information Collection Activities: Proposed Collection; Comment Request; Notification of Episodic Releases of Oil and Hazardous Substances, USEPA ICR Number 1049.10, OMB Control Number 2050-0046 Notice Federal Register Document 2003-12-12T05:00:00Z 2003 12 2003-12-12T05:00:00Z 2004-02-11T04:59:59Z 2008-01-08T21:17:01Z 69397 0 0 09000064800e22b5
EPA-HQ-SFUND-2000-0009-0007 EPA None EPA-HQ-SFUND-2000-0009 Employer Costs for Employee Compensation - June 2003 Supporting & Related Material Other 2003-12-03T05:00:00Z 2003 12     2006-10-23T20:48:14Z   0 0 09000064800e22dc
EPA-HQ-SFUND-2000-0009-0008 EPA None EPA-HQ-SFUND-2000-0009 National Response Center (NRC) Statistics - Incident Types Supporting & Related Material Other 2003-12-03T05:00:00Z 2003 12     2006-10-23T20:48:14Z   0 0 09000064800e22e5
EPA-HQ-SFUND-2000-0009-0009 EPA None EPA-HQ-SFUND-2000-0009 Salary Table 2003 - [General Schedule] (GS), Incorporating a 3.10% General Increase Supporting & Related Material Other 2003-12-03T05:00:00Z 2003 12     2006-10-23T20:48:14Z   0 0 09000064800e22ef
EPA-HQ-SFUND-2000-0009-0005 EPA None EPA-HQ-SFUND-2000-0009 Information Collection Request (ICR): Paperwork Reduction Act Submission Supporting & Related Material Office of Management and Budget (OMB) 2003-12-03T05:00:00Z 2003 12     2006-10-23T20:48:14Z   0 0 09000064800e22c1
EPA-HQ-SFUND-2000-0009-0006 EPA None EPA-HQ-SFUND-2000-0009 Information Collection Request (ICR): Notification of Episodic Releases of Oil and Hazardous Substances Supporting & Related Material Office of Management and Budget (OMB) 2003-12-03T05:00:00Z 2003 12     2006-10-23T20:48:14Z   0 0 09000064800e22ce
EPA-HQ-SFUND-2000-0009-0003 EPA None EPA-HQ-SFUND-2000-0009 Information Collection Request (ICR): Paperwork Reduction Act Submission Supporting & Related Material Office of Management and Budget (OMB) 2003-04-07T04:00:00Z 2003 4     2006-10-23T20:48:14Z   0 0 09000064800e22ab
EPA-HQ-SFUND-2000-0009-0002 EPA None EPA-HQ-SFUND-2000-0009 Information Collection Request (ICR): Notification of Episodic Releases of Oil and Hazardous Substances Supporting & Related Material Office of Management and Budget (OMB) 2003-04-07T04:00:00Z 2003 4     2006-10-23T20:48:13Z   0 0 09000064800e22a3

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