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-2017-0303" and posted_year = 2018 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 12
  • Rule 1

posted_year 1

  • 2018 · 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-2017-0303-0037 EPA None EPA-HQ-OW-2017-0303 Water Quality Standards: Withdrawal of Certain Federal Water Quality Criteria Applicable to California: Lead, Chlorodibromomethane, and Dichlorobromomethane Rule Final Rule 2018-10-16T04:00:00Z 2018 10     2018-10-16T14:49:59Z 2018-22170 0 0 09000064837eb575
EPA-HQ-OW-2017-0303-0036 EPA None EPA-HQ-OW-2017-0303 CVWB Trihalomethane Staff Report Supporting & Related Material Report 2018-09-21T04:00:00Z 2018 9     2018-12-07T03:07:04Z   0 0 09000064837435bb
EPA-HQ-OW-2017-0303-0035 EPA None EPA-HQ-OW-2017-0303 Comment Response CTR 508 Compliant (2018-08-09) Clean Supporting & Related Material Comment Response 2018-09-10T04:00:00Z 2018 9     2018-12-07T03:07:05Z   0 0 0900006483670415
EPA-HQ-OW-2017-0303-0034 EPA None EPA-HQ-OW-2017-0303 Public Hearing Transcript Final Corrected July 31 2018 508 Compliant Supporting & Related Material Public Hearing Transcript, Deposition, Testimony 2018-08-07T04:00:00Z 2018 8     2018-12-07T03:06:20Z   0 0 09000064835b6698
EPA-HQ-OW-2017-0303-0033 EPA None EPA-HQ-OW-2017-0303 Comment Response CTR 508 Compliant Supporting & Related Material   2018-06-18T00:00:00Z 2018 6     2018-09-20T16:36:28Z   0 1 09000064834090c1
EPA-HQ-OW-2017-0303-0032 EPA None EPA-HQ-OW-2017-0303 Public Hearing Transcript Final May18 2018 508 Compliant Supporting & Related Material   2018-06-18T00:00:00Z 2018 6     2018-09-20T12:29:15Z   0 1 09000064834090bf
EPA-HQ-OW-2017-0303-0027 EPA None EPA-HQ-OW-2017-0303 Response to Comment (2) 1-22-18 Supporting & Related Material E-mail 2018-02-23T05:00:00Z 2018 2     2018-02-24T01:50:34Z   0 0 0900006482e50e89
EPA-HQ-OW-2017-0303-0028 EPA None EPA-HQ-OW-2017-0303 CTR Amendments Public Hearing Presentation Supporting & Related Material Meeting Materials 2018-02-23T05:00:00Z 2018 2     2018-02-24T01:50:46Z   0 0 0900006482ebfa5b
EPA-HQ-OW-2017-0303-0029 EPA None EPA-HQ-OW-2017-0303 16B0341-18I0065 [LA] EPA Approval of Site-specific WQOs for LA River s20... Supporting & Related Material Letter 2018-02-23T05:00:00Z 2018 2     2018-02-24T01:51:19Z   0 0 0900006482f2e2e7
EPA-HQ-OW-2017-0303-0031 EPA None EPA-HQ-OW-2017-0303 ESA Final Memorandum Supporting & Related Material Memorandum 2018-02-23T05:00:00Z 2018 2     2018-02-24T01:50:57Z   0 0 0900006482f47943
EPA-HQ-OW-2017-0303-0030 EPA None EPA-HQ-OW-2017-0303 Reply FWS-LAR RB4 Pb 01-09-18 Supporting & Related Material Letter 2018-02-23T05:00:00Z 2018 2     2018-02-24T01:51:08Z   0 0 0900006482f2e2e8
EPA-HQ-OW-2017-0303-0019 EPA None EPA-HQ-OW-2017-0303 Response To Comment 1-17-18 Supporting & Related Material E-mail 2018-01-30T05:00:00Z 2018 1     2018-01-31T03:27:23Z   0 0 0900006482e29a6a
EPA-HQ-OW-2017-0303-0018 EPA None EPA-HQ-OW-2017-0303 ESA Memo Supporting & Related Material Memorandum 2018-01-09T05:00:00Z 2018 1     2018-01-10T02:15:48Z   0 0 0900006482db99ca

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