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-OPP-2013-0266" 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, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

document_type 3

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

posted_year 1

  • 2018 · 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-OPP-2013-0266-1166 EPA None EPA-HQ-OPP-2013-0266 Authorization to Extend the Public Comment Period for Triazine Dockets Other   2018-08-30T04:00:00Z 2018 8 2018-08-30T04:00:00Z   2020-03-23T11:33:31Z   0 0 0900006483673215
EPA-HQ-OPP-2013-0266-1158 EPA None EPA-HQ-OPP-2013-0266 Cumulative Triazine (Atrazine, Simazine, Propazine) Drinking Water Assessment Supporting & Related Material Risk Assessment 2018-07-26T04:00:00Z 2018 7     2018-12-04T18:32:57Z   0 0 0900006483507f11
EPA-HQ-OPP-2013-0266-1161 EPA None EPA-HQ-OPP-2013-0266 Registration Reviews: Draft Human Health Risk Assessments for Atrazine, Propazine, and Simazine and Draft Cumulative Human Health Risk Assessment for the Triazines (Atrazine, Propazine, Simazine) Notice   2018-07-26T04:00:00Z 2018 7 2018-07-26T04:00:00Z 2018-11-24T04:59:59Z 2018-12-11T02:01:55Z 2018-15998 0 0 090000648355eb9c
EPA-HQ-OPP-2013-0266-1153 EPA None EPA-HQ-OPP-2013-0266 Atrazine. Abbreviated Residue Chemistry Review of Field Rotational Crop Study Submitted in Response to Data Call In (DCI) Request Supporting & Related Material Risk Assessment 2018-07-26T04:00:00Z 2018 7     2018-12-04T18:30:54Z   0 0 0900006483507f0c
EPA-HQ-OPP-2013-0266-1155 EPA None EPA-HQ-OPP-2013-0266 Atrazine. Occupational and Residential Exposure Assessment for the Registration Review Risk Assessment Supporting & Related Material Risk Assessment 2018-07-26T04:00:00Z 2018 7     2018-12-04T18:31:43Z   0 0 0900006483507f0e
EPA-HQ-OPP-2013-0266-1154 EPA None EPA-HQ-OPP-2013-0266 Atrazine. Acute, 4-day, Background, and Chronic Dietary (Food Only) Exposure Assessments for Registration Review Supporting & Related Material Risk Assessment 2018-07-26T04:00:00Z 2018 7     2018-12-04T18:31:18Z   0 0 0900006483507f0d
EPA-HQ-OPP-2013-0266-1159 EPA None EPA-HQ-OPP-2013-0266 Atrazine. Draft Human Health Risk Assessment for Registration Review Supporting & Related Material Risk Assessment 2018-07-26T04:00:00Z 2018 7     2018-12-04T18:33:39Z   0 0 0900006483519d02
EPA-HQ-OPP-2013-0266-1160 EPA None EPA-HQ-OPP-2013-0266 Chlorotriazines: Cumulative Risk Assessment - Atrazine, Propazine, and Simazine Supporting & Related Material Risk Assessment 2018-07-26T04:00:00Z 2018 7     2018-12-04T18:30:26Z   0 0 0900006483519d03
EPA-HQ-OPP-2013-0266-1156 EPA None EPA-HQ-OPP-2013-0266 Atrazine: Tier II Epidemiology Report Supporting & Related Material Report 2018-07-26T04:00:00Z 2018 7     2018-12-04T18:32:13Z   0 0 0900006483507f0f
EPA-HQ-OPP-2013-0266-1157 EPA None EPA-HQ-OPP-2013-0266 Chlorotriazines. Toxicology Systematic Literature Review - Atrazine, Simazine, and Propazine Supporting & Related Material Report 2018-07-26T04:00:00Z 2018 7     2018-12-04T18:32:34Z   0 0 0900006483507f10

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