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-OW-2015-0218" and posted_year = 2016 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 13
  • Rule 1

posted_year 1

  • 2016 · 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-OW-2015-0218-0108 EPA None EPA-HQ-OW-2015-0218 Information Collection Request for the Final Unregulated Contaminant Monitoring Rule (UCMR 4) Supporting & Related Material ICR Supporting Statement 2016-12-20T05:00:00Z 2016 12     2016-12-22T01:45:10Z   0 0 09000064823fa682
EPA-HQ-OW-2015-0218-0110 EPA None EPA-HQ-OW-2015-0218 Response to Comments Document for the Unregulated Contaminant Monitoring Rule (UCMR 4) Supporting & Related Material Comment Response 2016-12-20T05:00:00Z 2016 12     2016-12-22T01:45:20Z   0 0 09000064823fa68a
EPA-HQ-OW-2015-0218-0111 EPA None EPA-HQ-OW-2015-0218 Documentation of OMB Review Under Executive Order 12866: Revisions to the Unregulated Contaminant Monitoring Rule (UCMR 4) for Public Water Systems and Announcement of Public Meeting Supporting & Related Material Interagency Review 2016-12-20T05:00:00Z 2016 12     2016-12-22T01:45:00Z   0 0 090000648240b777
EPA-HQ-OW-2015-0218-0105 EPA None EPA-HQ-OW-2015-0218 UCMR 4 Laboratory Approval Requirements and Information Document Supporting & Related Material Technical Support Document 2016-12-20T05:00:00Z 2016 12     2016-12-22T01:44:40Z   0 0 09000064823fa50a
EPA-HQ-OW-2015-0218-0112 EPA None EPA-HQ-OW-2015-0218 The Version of Revisions to the Unregulated Contaminant Monitoring Rule (UCMR 4) for Public Water Systems and Announcement of Public Meeting Submitted to OMB for Review Supporting & Related Material Interagency Review 2016-12-20T05:00:00Z 2016 12     2016-12-22T01:44:55Z   0 0 090000648240b778
EPA-HQ-OW-2015-0218-0107 EPA None EPA-HQ-OW-2015-0218 UCMR 4 Contaminants - Information Compendium for Final Rule Supporting & Related Material Publication - USEPA 2016-12-20T05:00:00Z 2016 12     2016-12-22T01:44:45Z   0 0 09000064823fa613
EPA-HQ-OW-2015-0218-0104 EPA None EPA-HQ-OW-2015-0218 Revisions to the Unregulated Contaminant Monitoring Rule for Public Water Systems; Public Meeting Rule Final Rule 2016-12-20T05:00:00Z 2016 12     2016-12-22T01:45:05Z 2016-30469 0 0 090000648242958a
EPA-HQ-OW-2015-0218-0109 EPA None EPA-HQ-OW-2015-0218 DRAFT Information Collection Request for the Unregulated Contaminant Monitoring Rule (UCMR 4) Supporting & Related Material ICR Supporting Statement 2016-12-20T05:00:00Z 2016 12     2016-12-22T01:45:15Z   0 0 09000064823fa689
EPA-HQ-OW-2015-0218-0106 EPA None EPA-HQ-OW-2015-0218 Revisions to CFR Parts 141.35 and 141.40 Supporting & Related Material Publication - Previous/Related FR Notice 2016-12-20T05:00:00Z 2016 12     2016-12-22T01:44:50Z   0 0 09000064823fa612
EPA-HQ-OW-2015-0218-0102 EPA None EPA-HQ-OW-2015-0218 Method USEPA 546 2016 Supporting & Related Material Publication - USEPA 2016-11-16T05:00:00Z 2016 11     2016-11-17T01:52:35Z   0 0 0900006482395030
EPA-HQ-OW-2015-0218-0103 EPA None EPA-HQ-OW-2015-0218 2016 UCMR 4 Stakeholder Presentation Supporting & Related Material Meeting Materials 2016-11-16T05:00:00Z 2016 11     2016-11-17T01:52:40Z   0 0 0900006482395031
EPA-HQ-OW-2015-0218-0101 EPA None EPA-HQ-OW-2015-0218 USEPA 2006 Community Water System Survey Supporting & Related Material Publication - USEPA 2016-11-16T05:00:00Z 2016 11     2016-11-17T01:52:29Z   0 0 090000648239502f
EPA-HQ-OW-2015-0218-0100 EPA None EPA-HQ-OW-2015-0218 UCMR4 Stakeholder Webinar Slides Supporting & Related Material Publication - USEPA 2016-02-25T05:00:00Z 2016 2     2016-02-26T01:39:59Z   0 0 0900006481e65e1f
EPA-HQ-OW-2015-0218-0073 EPA None EPA-HQ-OW-2015-0218 Chat Questions/Answers and Public Statements from the Webinar on Revisions to the Unregulated Contaminant Monitoring Rule (UCMR 4) Supporting & Related Material Meeting Materials 2016-02-09T05:00:00Z 2016 2     2016-02-11T02:46:58Z   0 0 0900006481e4ef46

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