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

13 rows where docket_id = "EPA-HQ-OPP-2012-0127" 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

  • 2012 9
  • 2018 2
  • 2020 2

document_type 2

  • Supporting & Related Material 9
  • Notice 4

agency_id 1

  • EPA 13
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-2012-0127-0016 EPA None EPA-HQ-OPP-2012-0127 Pesticide Registration Review: Interim Decisions and Case Closures for Several Pesticides Notice   2020-05-19T04:00:00Z 2020 5 2020-05-19T04:00:00Z   2020-10-03T07:58:14Z 2020-10753 0 0 0900006484642b97
EPA-HQ-OPP-2012-0127-0015 EPA None EPA-HQ-OPP-2012-0127 Straight Chain Lepidopteran Pheromones (SCLP) Interim Registration Review Decision Case Number 8200 Supporting & Related Material Decision 2020-01-24T05:00:00Z 2020 1     2020-10-03T07:58:31Z   0 0 09000064842960e1
EPA-HQ-OPP-2012-0127-0011 EPA None EPA-HQ-OPP-2012-0127 Registration Review Proposed Interim Decisions for Several Pesticides Notice   2018-12-04T05:00:00Z 2018 12 2018-12-04T05:00:00Z 2019-02-05T04:59:59Z 2019-02-05T02:07:34Z 2018-26344 0 0 090000648393bd3c
EPA-HQ-OPP-2012-0127-0012 EPA None EPA-HQ-OPP-2012-0127 Straight Chain Lepidopteran Pheromones (SCLP) Proposed Interim Registration Review Decision Case Number 8200 Supporting & Related Material Decision 2018-12-04T05:00:00Z 2018 12     2018-12-05T01:38:39Z   0 0 09000064837784c8
EPA-HQ-OPP-2012-0127-0008 EPA None EPA-HQ-OPP-2012-0127 Science Review Memorandum dated 06-13-2008 Supporting & Related Material Report 2012-12-27T05:00:00Z 2012 12     2012-12-27T19:59:14Z   0 0 09000064811909a5
EPA-HQ-OPP-2012-0127-0009 EPA None EPA-HQ-OPP-2012-0127 Science Review Memorandum dated 11-19-2012 Supporting & Related Material Report 2012-12-27T05:00:00Z 2012 12     2012-12-27T19:59:26Z   0 0 09000064811909a6
EPA-HQ-OPP-2012-0127-0010 EPA None EPA-HQ-OPP-2012-0127 SCLPs Final Work Plan Supporting & Related Material Report 2012-12-27T05:00:00Z 2012 12     2012-12-27T19:59:36Z   0 0 09000064811909a7
EPA-HQ-OPP-2012-0127-0006 EPA None EPA-HQ-OPP-2012-0127 Extension of Comment Period for Registration Review Supporting & Related Material Memorandum 2012-07-13T04:00:00Z 2012 7     2012-07-13T16:43:42Z   0 0 0900006481095904
EPA-HQ-OPP-2012-0127-0002 EPA None EPA-HQ-OPP-2012-0127 Registration Reviews; Pesticide Dockets Notice   2012-07-06T04:00:00Z 2012 7 2012-07-06T04:00:00Z 2012-08-20T03:59:59Z 2012-08-20T02:01:21Z 2012-16328 0 0 090000648107d5e7
EPA-HQ-OPP-2012-0127-0005 EPA None EPA-HQ-OPP-2012-0127 Straight Chain Lepidopteran Pheromones Preliminary Work Plan Supporting & Related Material Work Plan 2012-07-06T04:00:00Z 2012 7     2012-07-06T15:30:33Z   0 0 09000064810723c6
EPA-HQ-OPP-2012-0127-0003 EPA None EPA-HQ-OPP-2012-0127 Scoping Document for the Registration Review of the Straight Chain Lepidopteran Pheromones. Supporting & Related Material Report 2012-07-06T04:00:00Z 2012 7     2012-07-06T15:30:17Z   0 0 090000648105e14b
EPA-HQ-OPP-2012-0127-0004 EPA None EPA-HQ-OPP-2012-0127 Spread Sheet-APPENDIX III: Physical and Chemical Properties of the SCLPs Supporting & Related Material Report 2012-07-06T04:00:00Z 2012 7     2012-07-06T15:30:25Z   0 0 090000648105e14c
EPA-HQ-OPP-2012-0127-0001 EPA None EPA-HQ-OPP-2012-0127 Registration Reviews: Pesticide Dockets Opened for Review and Comment and Other Docket Act Notice   2012-03-28T04:00:00Z 2012 3 2012-03-28T04:00:00Z 2012-05-30T03:59:59Z 2012-06-29T14:51:38Z 2012-07449 0 0 0900006480fe3036

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