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

14 rows where docket_id = "EPA-HQ-OPP-2011-0172" 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)

posted_year 3

  • 2011 7
  • 2014 6
  • 2013 1

document_type 2

  • Supporting & Related Material 11
  • Notice 3

agency_id 1

  • EPA 14
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-2011-0172-0017 EPA None EPA-HQ-OPP-2011-0172 Registration Review Final and Interim Decisions Notice   2014-12-24T05:00:00Z 2014 12 2014-12-24T05:00:00Z   2014-12-24T17:30:29Z 2014-30214 0 0 090000648199173d
EPA-HQ-OPP-2011-0172-0016 EPA None EPA-HQ-OPP-2011-0172 December 01, 2014. Macleaya Extract Signed Interim Registration Review Decision, Case Number 7024 Supporting & Related Material Decision 2014-12-23T05:00:00Z 2014 12     2014-12-23T21:06:30Z   0 0 0900006481958e2e
EPA-HQ-OPP-2011-0172-0012 EPA None EPA-HQ-OPP-2011-0172 Macleaya Proposed Interim Decision Case Number 7024 Supporting & Related Material   2014-07-23T04:00:00Z 2014 7     2014-07-23T17:31:47Z   0 0 0900006481779061
EPA-HQ-OPP-2011-0172-0011 EPA None EPA-HQ-OPP-2011-0172 Registration Review Proposed Interim Decisions Notice   2014-07-23T04:00:00Z 2014 7 2014-07-23T04:00:00Z 2014-09-23T03:59:59Z 2014-09-23T01:08:01Z 2014-17244 0 0 09000064817d8f07
EPA-HQ-OPP-2011-0172-0013 EPA None EPA-HQ-OPP-2011-0172 Registration Review: Preliminary Ecological Risk Assessment and Endangered Species Effects Determination for Macleaya Extract Supporting & Related Material Risk Assessment 2014-07-23T04:00:00Z 2014 7     2014-07-23T17:31:53Z   0 0 0900006481779062
EPA-HQ-OPP-2011-0172-0014 EPA None EPA-HQ-OPP-2011-0172 Macleaya Extract: Preliminary Risk Assessment for Registration Review Supporting & Related Material Risk Assessment 2014-07-23T04:00:00Z 2014 7     2014-07-23T17:31:57Z   0 0 0900006481779063
EPA-HQ-OPP-2011-0172-0010 EPA None EPA-HQ-OPP-2011-0172 Macleaya extract chloride Generic Data Call In (GDCI-069095.1018) Supporting & Related Material   2013-08-02T04:00:00Z 2013 8     2013-08-02T15:14:01Z   0 0 09000064813798c5
EPA-HQ-OPP-2011-0172-0009 EPA None EPA-HQ-OPP-2011-0172 8/17/11 - Macleaya Extract Final Work Plan for Registration Review Supporting & Related Material Report 2011-08-19T04:00:00Z 2011 8     2011-08-19T18:52:21Z   0 0 0900006480ee499f
EPA-HQ-OPP-2011-0172-0003 EPA None EPA-HQ-OPP-2011-0172 January 5, 2011 - Macleaya Extract: Human Health Risk Scoping Document in Support of Registration Review Supporting & Related Material Other 2011-03-30T04:00:00Z 2011 3     2011-03-30T17:04:15Z   0 0 0900006480c08230
EPA-HQ-OPP-2011-0172-0004 EPA None EPA-HQ-OPP-2011-0172 January 6, 2011 - Problem Formulation for Environmental Fate, Ecological Risk and Endangered Species Assessment in Support of Registration Review of Macleaya Extract Supporting & Related Material Other 2011-03-30T04:00:00Z 2011 3     2011-03-30T17:04:17Z   0 0 0900006480c08231
EPA-HQ-OPP-2011-0172-0005 EPA None EPA-HQ-OPP-2011-0172 December 7, 2010 - BEAD Chemical Profile for Registration Review for, Macleaya Extract Supporting & Related Material Other 2011-03-30T04:00:00Z 2011 3     2011-03-30T17:04:19Z   0 0 0900006480c08232
EPA-HQ-OPP-2011-0172-0002 EPA None EPA-HQ-OPP-2011-0172 March 9, 2011 - Macleaya Extract Summary Document Supporting & Related Material Other 2011-03-30T04:00:00Z 2011 3     2011-03-30T17:04:13Z   0 0 0900006480c0822d
EPA-HQ-OPP-2011-0172-0001 EPA None EPA-HQ-OPP-2011-0172 Registration Reviews: Pesticide Dockets Opened for Review and Comment And Other Docket Actions, etc. Notice Federal Register Document 2011-03-30T04:00:00Z 2011 3 2011-03-30T04:00:00Z 2011-06-01T03:59:59Z 2011-03-30T17:04:11Z 2011-07321 0 0 0900006480c13bf0
EPA-HQ-OPP-2011-0172-0006 EPA None EPA-HQ-OPP-2011-0172 November 30, 2010 - Macleaya Extract Review of Human Incidents Supporting & Related Material Other 2011-03-30T04:00:00Z 2011 3     2011-03-30T17:04:21Z   0 0 0900006480c08233

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