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

13 rows where docket_id = "EPA-HQ-OW-2010-0782" and posted_year = 2012 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), last_modified (date)

document_type 2

  • Supporting & Related Material 11
  • Notice 2

posted_year 1

  • 2012 · 13 ✖

agency_id 1

  • EPA 13
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-OW-2010-0782-0188 EPA None EPA-HQ-OW-2010-0782 Final National Pollutant Discharge Elimination System (NPDES) General Permit for Stormwater Discharges from Construction Activities; Notice of Corrections to the 2012 Construction General Permit Notice Correction 2012-08-07T04:00:00Z 2012 8     2012-08-08T20:10:46Z 2012-19307 0 0 09000064810c4655
EPA-HQ-OW-2010-0782-0187 EPA None EPA-HQ-OW-2010-0782 Final National Pollutant Discharge Elimination System (NPDES) General Permit for Stormwater Discharges from Construction Activities Notice Notice of Data Availability 2012-02-29T05:00:00Z 2012 2     2012-03-26T10:59:09Z 2012-04822 0 0 0900006480fc8d68
EPA-HQ-OW-2010-0782-0186 EPA None EPA-HQ-OW-2010-0782 EPA Construction General Permit (CGP) Response to Comments Formatted Supporting & Related Material Comment Response 2012-02-28T05:00:00Z 2012 2     2012-02-28T17:49:16Z   0 0 0900006480fc3b4b
EPA-HQ-OW-2010-0782-0184 EPA None EPA-HQ-OW-2010-0782 Meeting Summary - Associated General Contractors of America Supporting & Related Material Meeting Materials 2012-02-22T05:00:00Z 2012 2     2012-02-22T12:47:22Z   0 0 0900006480fb84ba
EPA-HQ-OW-2010-0782-0185 EPA None EPA-HQ-OW-2010-0782 EPA Construction General Permit (CGP) Response to Comments Unformatted Supporting & Related Material Comment Response 2012-02-22T05:00:00Z 2012 2     2012-02-22T12:47:23Z   0 0 0900006480fb8916
EPA-HQ-OW-2010-0782-0178 EPA None EPA-HQ-OW-2010-0782 2012 CGP - Permit Modifications Made During E.O. 12866 Review Supporting & Related Material Memorandum 2012-02-21T05:00:00Z 2012 2     2012-02-21T19:15:29Z   0 0 0900006480fb84dc
EPA-HQ-OW-2010-0782-0179 EPA None EPA-HQ-OW-2010-0782 EPA Office of Research & Development - Chitosan & Cationic Polymer Toxicity Literature Search Supporting & Related Material Memorandum 2012-02-21T05:00:00Z 2012 2     2012-02-21T19:16:17Z   0 0 0900006480fb84dd
EPA-HQ-OW-2010-0782-0182 EPA None EPA-HQ-OW-2010-0782 U.S. Fish & Wildlife Service - Letter of Concurrence on 2012 CGP Supporting & Related Material Letter 2012-02-21T05:00:00Z 2012 2     2012-02-21T19:38:34Z   0 0 0900006480fb84e1
EPA-HQ-OW-2010-0782-0183 EPA None EPA-HQ-OW-2010-0782 Summary of EPA Meeting Between the Utility Water Act Group (UWAG) and EPA Staff Supporting & Related Material Meeting Materials 2012-02-21T05:00:00Z 2012 2     2012-02-21T19:38:35Z   0 0 0900006480fb84e2
EPA-HQ-OW-2010-0782-0180 EPA None EPA-HQ-OW-2010-0782 Summary of Meeting between Environmental Health and Safety Communications (EHSCP) and EPA Staff Supporting & Related Material Meeting Materials 2012-02-21T05:00:00Z 2012 2     2012-02-21T19:16:17Z   0 0 0900006480fb84de
EPA-HQ-OW-2010-0782-0176 EPA None EPA-HQ-OW-2010-0782 Economic Analysis for Final 2012 CGP Supporting & Related Material Economic Analysis 2012-02-21T05:00:00Z 2012 2     2012-02-21T17:53:30Z   0 0 0900006480fb84bf
EPA-HQ-OW-2010-0782-0177 EPA None EPA-HQ-OW-2010-0782 Biological Evaluation of Draft 2012 CGP Supporting & Related Material Report 2012-02-21T05:00:00Z 2012 2     2012-02-21T19:07:44Z   0 0 0900006480fb84da
EPA-HQ-OW-2010-0782-0181 EPA None EPA-HQ-OW-2010-0782 Summary of Meetings between the National Association of Home Builders (NAHB) and EPA Staff Supporting & Related Material Meeting Materials 2012-02-21T05:00:00Z 2012 2     2012-02-21T19:38:34Z   0 0 0900006480fb84df

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