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

9 rows where docket_id = "EPA-HQ-OPP-2013-0433" 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 5

  • 2015 4
  • 2020 2
  • 2013 1
  • 2017 1
  • 2021 1

document_type 3

  • Supporting & Related Material 6
  • Notice 2
  • Other 1

agency_id 1

  • EPA 9
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-0433-0012 EPA None EPA-HQ-OPP-2013-0433 Final No-Effects Determination for Cuprous Iodide Supporting & Related Material   2021-08-12T04:00:00Z 2021 8     2021-08-13T00:39:51Z   0 0 0900006484c178dd
EPA-HQ-OPP-2013-0433-0009 EPA None EPA-HQ-OPP-2013-0433 Ecological Risk Assessment for Federally Listed Species: Cuprous Iodide; Draft Notice   2020-08-13T04:00:00Z 2020 8 2020-08-13T04:00:00Z 2020-09-15T03:59:59Z 2020-09-15T01:02:29Z 2020-17702 0 0 09000064847fa578
EPA-HQ-OPP-2013-0433-0010 EPA None EPA-HQ-OPP-2013-0433 Ecological Risk Assessment Cuprous Iodide No Effects Memo (ESA) Supporting & Related Material Risk Assessment 2020-08-13T04:00:00Z 2020 8     2020-10-03T11:57:35Z   0 0 0900006484795915
EPA-HQ-OPP-2013-0433-0008 EPA None EPA-HQ-OPP-2013-0433 Registration Decision for the New Active Ingredient Cuprous Iodide Supporting & Related Material Decision 2017-12-08T05:00:00Z 2017 12     2017-12-09T03:33:37Z   0 0 0900006482cf3ecd
EPA-HQ-OPP-2013-0433-0005 EPA None EPA-HQ-OPP-2013-0433 Human Health and Ecological Risk Assessment for Cuprous Iodide Supporting & Related Material Risk Assessment 2015-08-27T04:00:00Z 2015 8     2015-08-28T00:43:44Z   0 0 0900006481c3d7f0
EPA-HQ-OPP-2013-0433-0003 EPA None EPA-HQ-OPP-2013-0433 Public Participation for New Active Ingredient Cuprous Iodide Other Public Participation 2015-08-27T04:00:00Z 2015 8 2015-08-27T04:00:00Z 2015-09-28T03:59:59Z 2015-09-26T01:30:58Z   0 0 0900006481c3e4c8
EPA-HQ-OPP-2013-0433-0004 EPA None EPA-HQ-OPP-2013-0433 Proposed Registration Decision for the New Active Ingredient Cuprous Iodide Supporting & Related Material Decision 2015-08-27T04:00:00Z 2015 8     2015-08-28T00:43:40Z   0 0 0900006481c3d7ef
EPA-HQ-OPP-2013-0433-0006 EPA None EPA-HQ-OPP-2013-0433 Fact Sheet on the Proposed Registration of a Product containing the New Active Ingredient Cuprous Iodide Supporting & Related Material Fact/Data Sheet 2015-08-27T04:00:00Z 2015 8     2015-08-28T00:43:32Z   0 0 0900006481c3e550
EPA-HQ-OPP-2013-0433-0001 EPA None EPA-HQ-OPP-2013-0433 Pesticide Products: Registration Applications for New Active Ingredients Notice   2013-10-30T04:00:00Z 2013 10 2013-10-30T04:00:00Z 2013-11-30T04:59:59Z 2013-11-30T02:01:17Z 2013-25596 0 0 09000064814675e7

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