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-2014-0138" 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 3

  • Supporting & Related Material 13
  • Notice 1
  • Other 1

posted_year 1

  • 2016 · 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-2014-0138-0038 EPA None EPA-HQ-OW-2014-0138 PFOS Health Advisory Supporting & Related Material Publication - USEPA 2016-06-23T04:00:00Z 2016 6     2016-06-24T00:38:08Z   0 0 0900006481fff930
EPA-HQ-OW-2014-0138-0039 EPA None EPA-HQ-OW-2014-0138 PFOA Health Effects Support Document Supporting & Related Material Publication - USEPA 2016-06-23T04:00:00Z 2016 6     2016-06-24T00:38:04Z   0 0 0900006481fff931
EPA-HQ-OW-2014-0138-0040 EPA None EPA-HQ-OW-2014-0138 PFOS Health Effects Support Document Supporting & Related Material Publication - USEPA 2016-06-23T04:00:00Z 2016 6     2016-06-24T00:37:59Z   0 0 0900006481fff932
EPA-HQ-OW-2014-0138-0042 EPA None EPA-HQ-OW-2014-0138 PFOA and PFOS Response to Peer Review Comments Supporting & Related Material Comment Response 2016-06-23T04:00:00Z 2016 6     2016-06-24T00:37:50Z   0 0 0900006481fff934
EPA-HQ-OW-2014-0138-0041 EPA None EPA-HQ-OW-2014-0138 PFOA Health Advisory Supporting & Related Material Publication - USEPA 2016-06-23T04:00:00Z 2016 6     2016-06-24T00:37:54Z   0 0 0900006481fff933
EPA-HQ-OW-2014-0138-0037 EPA None EPA-HQ-OW-2014-0138 Lifetime Health Advisories and Health Effects Support Documents for Perfluorooctanoic Acid and Perfluorooctane Sulfonate Notice   2016-05-25T04:00:00Z 2016 5     2016-05-25T13:31:32Z 2016-12361 0 0 0900006481fee4d6
EPA-HQ-OW-2014-0138-0032 EPA None EPA-HQ-OW-2014-0138 Health Effects Support Document for Perfluorooctane Sulfonate (PFOS) Supporting & Related Material Publication - USEPA 2016-05-19T04:00:00Z 2016 5     2016-05-20T00:50:02Z   0 0 0900006481fdadd2
EPA-HQ-OW-2014-0138-0033 EPA None EPA-HQ-OW-2014-0138 Pre-publication FR notice on 2016 Health Advisories for PFOA and PFOS Supporting & Related Material Publication - Previous/Related FR Notice 2016-05-19T04:00:00Z 2016 5     2016-05-20T00:49:31Z   0 0 0900006481fdb803
EPA-HQ-OW-2014-0138-0034 EPA None EPA-HQ-OW-2014-0138 Reading Assistance Contact Information Supporting & Related Material Data 2016-05-19T04:00:00Z 2016 5     2016-05-20T00:49:36Z   0 0 0900006481fdb804
EPA-HQ-OW-2014-0138-0035 EPA None EPA-HQ-OW-2014-0138 Memorandum to release docket without FRN for PFOA PFOS Supporting & Related Material Memorandum 2016-05-19T04:00:00Z 2016 5     2016-05-20T00:49:41Z   0 0 0900006481fdb805
EPA-HQ-OW-2014-0138-0036 EPA None EPA-HQ-OW-2014-0138 Response to Peer Review Comments Perfluorooctanoic Acid (PFOA) Perfluorooctane Sulfonate (PFOS) Supporting & Related Material Report 2016-05-19T04:00:00Z 2016 5     2016-05-20T00:49:52Z   0 0 0900006481fdc29b
EPA-HQ-OW-2014-0138-0030 EPA None EPA-HQ-OW-2014-0138 Health Effects Support Document for Perfluorooctanoic Acid (PFOA) Supporting & Related Material Publication - USEPA 2016-05-19T04:00:00Z 2016 5     2016-05-20T00:49:46Z   0 0 0900006481fdadd0
EPA-HQ-OW-2014-0138-0031 EPA None EPA-HQ-OW-2014-0138 Drinking Water Health Advisory for Perfluorooctane Sulfonate (PFOS) Supporting & Related Material Publication - USEPA 2016-05-19T04:00:00Z 2016 5     2016-05-20T00:49:25Z   0 0 0900006481fdadd1
EPA-HQ-OW-2014-0138-0029 EPA None EPA-HQ-OW-2014-0138 Drinking Water Health Advisory for Perfluorooctanoic Acid (PFOA) Supporting & Related Material Publication - USEPA 2016-05-19T04:00:00Z 2016 5     2016-05-20T00:49:20Z   0 0 0900006481fda78a
EPA-HQ-OW-2014-0138-0028 EPA None EPA-HQ-OW-2014-0138 Memorandum to Open Docket for Public Access Other Memorandum to Open a Docket 2016-05-19T04:00:00Z 2016 5     2016-05-25T13:45:18Z   0 0 0900006481fddfbb

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