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

10 rows where docket_id = "EPA-HQ-OW-2005-0011" and posted_year = 2005 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)

posted_year 1

  • 2005 · 10 ✖

document_type 1

  • Supporting & Related Material 10

agency_id 1

  • EPA 10
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-2005-0011-0063 EPA None EPA-HQ-OW-2005-0011 A Statistical Survey of the Unregulated Contaminant Data Supporting & Related Material Report 2005-06-24T04:00:00Z 2005 6     2006-09-02T19:24:04Z   0 0 09000064800c7c6d
EPA-HQ-OW-2005-0011-0035 EPA None EPA-HQ-OW-2005-0011 Pollutants with Widespread Distribution Reported to Have Reproductive and Endocrine-Disrupting Effects [W-97-11 I-D.18] Supporting & Related Material Other 2005-06-24T04:00:00Z 2005 6     2025-07-24T19:46:28Z   0 0 09000064800c75ef
EPA-HQ-OW-2005-0011-0021 EPA None EPA-HQ-OW-2005-0011 Appendix: Occurrence Exposure and Toxicity Profiles for the 1991 Drinking Water Priority List (DWPL) [W-97-11 I-D.4] (Part 1 of 3) Supporting & Related Material Other 2005-06-23T04:00:00Z 2005 6     2006-09-02T19:24:01Z   0 0 09000064800c7095
EPA-HQ-OW-2005-0011-0023 EPA None EPA-HQ-OW-2005-0011 Appendix: Occurrence Exposure and Toxicity Profiles for the 1991 Drinking Water Priority List (DWPL) [W-97-11 I-D.4] (Part 3 of 3) Supporting & Related Material Other 2005-06-23T04:00:00Z 2005 6     2006-09-02T19:24:01Z   0 0 09000064800c72dd
EPA-HQ-OW-2005-0011-0022 EPA None EPA-HQ-OW-2005-0011 Appendix: Occurrence Exposure and Toxicity Profiles for the 1991 Drinking Water Priority List (DWPL) [W-97-11, I-D.4] (Part 2 of 3) Supporting & Related Material Other 2005-06-23T04:00:00Z 2005 6     2006-09-02T19:24:01Z   0 0 09000064800c71c1
EPA-HQ-OW-2005-0011-0034 EPA None EPA-HQ-OW-2005-0011 Memorandum to Arthur Perler, Chief, Science and Technology Branch, USEPA from Jon P. Longtin, Environmental Engineer, Water Supply Technology Branch, USEPA re: Distribution Tables for the NIRS Results [W-97-11 I-D.16] Supporting & Related Material Letter, Memorandum, Email 2005-06-23T04:00:00Z 2005 6     2025-07-24T19:46:18Z   0 0 09000064800c7584
EPA-HQ-OW-2005-0011-0020 EPA None EPA-HQ-OW-2005-0011 Aldrin, Drinking Water Health Advisory [W-97-11, I-D.21] (Part 8 of 8) Supporting & Related Material Study 2005-06-17T04:00:00Z 2005 6     2006-09-02T19:24:01Z   0 0 09000064800c6fce
EPA-HQ-OW-2005-0011-0019 EPA None EPA-HQ-OW-2005-0011 Aldrin, Drinking Water Health Advisory [W-97-11, I-D.21] (Part 7 of 8,) Supporting & Related Material Study 2005-06-17T04:00:00Z 2005 6     2006-09-02T19:24:01Z   0 0 09000064800c6ee0
EPA-HQ-OW-2005-0011-0013 EPA None EPA-HQ-OW-2005-0011 Aldrin, Drinking Water Health Advisory [W-97-11 I - D.21] (Part 6 of 8) Supporting & Related Material Study 2005-06-17T04:00:00Z 2005 6     2006-09-02T19:24:01Z   0 0 09000064800c6684
EPA-HQ-OW-2005-0011-0024 EPA None EPA-HQ-OW-2005-0011 Memorandum to CIERCO1,CIN-TSD(Westrick-James), DCWIC04-DCWCPO7(BO... from William Thurston re: Perchlorate Update [W-97-11 I-D.22] Supporting & Related Material Letter, Memorandum, Email 2005-01-24T05:00:00Z 2005 1     2025-07-24T19:45:24Z   0 0 09000064800c73bc

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