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

15 rows where docket_id = "EPA-HQ-OW-2017-0303" and posted_year = 2017 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 14
  • Proposed Rule 1

posted_year 1

  • 2017 · 15 ✖

agency_id 1

  • EPA 15
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-0001 EPA None EPA-HQ-OW-2017-0303 Withdrawal of Certain Federal Water Quality Criteria Applicable to California: Lead, Chlorodibromomethane, and Dichlorobromomethane Proposed Rule   2017-12-11T05:00:00Z 2017 12 2017-12-11T05:00:00Z 2018-02-10T04:59:59Z 2018-02-10T02:01:06Z 2017-25706 0 0 0900006482cf72ba
EPA-HQ-OW-2017-0303-0008 EPA None EPA-HQ-OW-2017-0303 Lead WQ Objectives in LA River ESA Biological Evaluation (1) Supporting & Related Material Report 2017-12-11T05:00:00Z 2017 12     2017-12-12T01:40:56Z   0 0 0900006482bbc60c
EPA-HQ-OW-2017-0303-0007 EPA None EPA-HQ-OW-2017-0303 Lead WQ Objectives in LA River Action Letter (1) Supporting & Related Material Letter 2017-12-11T05:00:00Z 2017 12     2017-12-12T01:41:07Z   0 0 0900006482bbc60d
EPA-HQ-OW-2017-0303-0012 EPA None EPA-HQ-OW-2017-0303 CDBM and DCBM Approval Letter (1) Supporting & Related Material Letter 2017-12-11T05:00:00Z 2017 12     2017-12-12T01:39:21Z   0 0 0900006482939571
EPA-HQ-OW-2017-0303-0005 EPA None EPA-HQ-OW-2017-0303 Attachment B Final - LA River Lead Recalculation Report and Appendices - April 2014 (1) Supporting & Related Material Report 2017-12-11T05:00:00Z 2017 12     2017-12-12T01:40:04Z   0 0 0900006482bbe0df
EPA-HQ-OW-2017-0303-0011 EPA None EPA-HQ-OW-2017-0303 Wer Hardness (1997 Recalculation Procedure) (1) Supporting & Related Material Memorandum 2017-12-11T05:00:00Z 2017 12     2017-12-12T01:41:39Z   0 0 0900006482bbc609
EPA-HQ-OW-2017-0303-0014 EPA None EPA-HQ-OW-2017-0303 CDBM and DCBM Site Specific Objectives Amendments (1) Supporting & Related Material Report 2017-12-11T05:00:00Z 2017 12     2017-12-12T01:39:53Z   0 0 09000064829394fe
EPA-HQ-OW-2017-0303-0013 EPA None EPA-HQ-OW-2017-0303 CDBM and DCBM Record of Decision (1) Supporting & Related Material Memorandum 2017-12-11T05:00:00Z 2017 12     2017-12-12T01:39:43Z   0 0 09000064829394ff
EPA-HQ-OW-2017-0303-0006 EPA None EPA-HQ-OW-2017-0303 Interim wer Guidance (Recalc. Procedure) (1) Supporting & Related Material Memorandum 2017-12-11T05:00:00Z 2017 12     2017-12-12T01:41:17Z   0 0 0900006482bbc60e
EPA-HQ-OW-2017-0303-0003 EPA None EPA-HQ-OW-2017-0303 Interim wer Guidance (Recalc. Procedure) (1) Supporting & Related Material Memorandum 2017-12-11T05:00:00Z 2017 12     2017-12-12T01:40:25Z   0 0 0900006482bbe0e5
EPA-HQ-OW-2017-0303-0009 EPA None EPA-HQ-OW-2017-0303 Lead WQ Objectives in LA River Record of Decision (1) Supporting & Related Material Memorandum 2017-12-11T05:00:00Z 2017 12     2017-12-12T01:40:45Z   0 0 0900006482bbc60b
EPA-HQ-OW-2017-0303-0004 EPA None EPA-HQ-OW-2017-0303 Lead WQ Objectives in LA River Action Letter (1) Supporting & Related Material Letter 2017-12-11T05:00:00Z 2017 12     2017-12-12T01:40:14Z   0 0 0900006482bbe0e4
EPA-HQ-OW-2017-0303-0015 EPA None EPA-HQ-OW-2017-0303 rs2011 0036 CDBM and DCBM State Board Resolution (1) Supporting & Related Material Report 2017-12-11T05:00:00Z 2017 12     2017-12-12T01:41:28Z   0 0 09000064829394fd
EPA-HQ-OW-2017-0303-0010 EPA None EPA-HQ-OW-2017-0303 Natural Background-Memo (1) Supporting & Related Material Memorandum 2017-12-11T05:00:00Z 2017 12     2017-12-12T01:40:35Z   0 0 0900006482bbc60a
EPA-HQ-OW-2017-0303-0002 EPA None EPA-HQ-OW-2017-0303 Draft No Effect Memo 10-12-2017 - DSA - dnb proposedrule Supporting & Related Material   2017-12-11T00:00:00Z 2017 12     2018-01-11T19:27:51Z   0 1 0900006482cead3b

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