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-0726" and posted_year = 2013 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 9
  • Notice 1

posted_year 1

  • 2013 · 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-0726-0010 EPA None EPA-HQ-OPP-2013-0726 2,4-DP-p Preliminary Work Plan Registration Review: Initial Docket Case Number 0294 , December 2013 Supporting & Related Material Work Plan 2013-12-20T05:00:00Z 2013 12     2015-01-12T16:29:34Z   0 0 09000064814c1dc9
EPA-HQ-OPP-2013-0726-0001 EPA None EPA-HQ-OPP-2013-0726 Registration Reviews: Pesticide Dockets Opened for Review and Comment Notice   2013-12-20T05:00:00Z 2013 12 2013-12-20T05:00:00Z 2014-02-19T04:59:59Z 2015-01-12T16:29:27Z 2013-30253 0 0 09000064814ce805
EPA-HQ-OPP-2013-0726-0002 EPA None EPA-HQ-OPP-2013-0726 Registration Review: Preliminary Problem Formulation for Environmental Fate, Ecological Risk, Endangered Species, and Drinking Water Exposure Assessments for 2,4-DP-p Containing R Isomer Compounds (2,4-DP-p acid, 2,4-DP-p Amine salt, and 2,4-DP-p 2-ethylhexyl ester) Supporting & Related Material Risk Assessment 2013-12-20T05:00:00Z 2013 12     2015-01-12T16:29:37Z   0 0 09000064814b4241
EPA-HQ-OPP-2013-0726-0003 EPA None EPA-HQ-OPP-2013-0726 12/5/13 - 2,4-DP-p (dichloroprop-p). Human Health Assessment Scoping Document in Support of Registration Review Supporting & Related Material Risk Assessment 2013-12-20T05:00:00Z 2013 12     2015-01-12T16:29:40Z   0 0 09000064814b4242
EPA-HQ-OPP-2013-0726-0006 EPA None EPA-HQ-OPP-2013-0726 2,4-DP-p Screening Level Usage Analysis Supporting & Related Material Analysis 2013-12-20T05:00:00Z 2013 12     2015-01-12T16:29:24Z   0 0 09000064814b425c
EPA-HQ-OPP-2013-0726-0004 EPA None EPA-HQ-OPP-2013-0726 Dichlorprop, 2,4-DP-p, 2,4-DP-p, amine salt, Dimethylamine-2-(2,4-dichlorophenoxy) propionate, Isooctyl 2-(2,4-dichlorphenoxy)propionate,Propionic acid, 2-(2,4 dichlorophenoxy)-, 2-ethylhexyl ester, and 2,4-DP-p, 2-ethylhexyl ester: Tier I Review of Human Incidents. Supporting & Related Material Risk Assessment 2013-12-20T05:00:00Z 2013 12     2015-01-12T16:29:42Z   0 0 09000064814b4258
EPA-HQ-OPP-2013-0726-0005 EPA None EPA-HQ-OPP-2013-0726 BEAD Chemical Profile for Registration Review: 2,4-DP-p (Dichlorprop-p) Case (2,4-DP-p acid, 2,4-DP-p diethylamine salt (2,4-DP-p DMAS), and 2,4-DP-p EHE) (031402, 031403, 031416, 031464, and 031465). Supporting & Related Material Risk Assessment 2013-12-20T05:00:00Z 2013 12     2015-01-12T16:29:46Z   0 0 09000064814b425b
EPA-HQ-OPP-2013-0726-0008 EPA None EPA-HQ-OPP-2013-0726 Health Effects Division Master Label Spreadsheet: PC Codes: 031402, 031403, and 031465. Supporting & Related Material Report 2013-12-20T05:00:00Z 2013 12     2015-01-12T16:29:30Z   0 0 09000064814b425e
EPA-HQ-OPP-2013-0726-0009 EPA None EPA-HQ-OPP-2013-0726 2,4-DP-p Registration Review Focus Meeting Minutes October 24, 2013 Supporting & Related Material Meeting Materials 2013-12-20T05:00:00Z 2013 12     2015-01-12T16:29:52Z   0 0 09000064814b425f
EPA-HQ-OPP-2013-0726-0007 EPA None EPA-HQ-OPP-2013-0726 Environmental Fate and Effects Division (EFED) Label Data Report: PC Codes: 031402, 031403, and 031465 Supporting & Related Material Report 2013-12-20T05:00:00Z 2013 12     2015-01-12T16:29:49Z   0 0 09000064814b425d

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