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

11 rows where docket_id = "EPA-HQ-OPP-2007-1005" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 9

  • 2007 2
  • 2013 2
  • 2008 1
  • 2010 1
  • 2012 1
  • 2014 1
  • 2015 1
  • 2017 1
  • 2019 1

document_type 4

  • Supporting & Related Material 7
  • Notice 2
  • Other 1
  • Rule 1

agency_id 1

  • EPA 11
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-2007-1005-0527 EPA None EPA-HQ-OPP-2007-1005 Chlorpyrifos; Final Order Denying Objections to March 2017 Petition Denial Order Rule   2019-07-24T04:00:00Z 2019 7 2019-07-24T04:00:00Z   2019-07-24T17:44:23Z 2019-15649 0 0 0900006483db039b
EPA-HQ-OPP-2007-1005-0100 EPA None EPA-HQ-OPP-2007-1005 Pesticide Tolerances: Chlorpyrifos Notice   2017-04-05T04:00:00Z 2017 4 2017-04-05T04:00:00Z 2017-06-06T03:59:59Z 2019-04-20T01:01:27Z 2017-06777 0 0 090000648253bcf0
EPA-HQ-OPP-2007-1005-0099 EPA None EPA-HQ-OPP-2007-1005 Chlorpyrifos Petition Response Dated September 12, 2007; March 2015 Provisional Response Supporting & Related Material Letter 2015-04-08T04:00:00Z 2015 4     2015-04-08T20:58:20Z   0 0 0900006481a6a7f1
EPA-HQ-OPP-2007-1005-0098 EPA None EPA-HQ-OPP-2007-1005 Chlorpyrifos July 2014 Partial Petition Response Supporting & Related Material   2014-07-18T04:00:00Z 2014 7     2014-07-18T21:06:20Z   0 0 09000064817aee97
EPA-HQ-OPP-2007-1005-0097 EPA None EPA-HQ-OPP-2007-1005 Chlorpyrifos Petition - January 2013 Response Supporting & Related Material Letter 2013-01-29T05:00:00Z 2013 1     2013-01-29T21:10:18Z   0 0 09000064811dbcff
EPA-HQ-OPP-2007-1005-0096 EPA None EPA-HQ-OPP-2007-1005 12/18/12 - Chlorpyrifos Petition - December 2012 Response Supporting & Related Material Letter 2013-01-03T05:00:00Z 2013 1     2013-01-03T15:34:41Z   0 0 0900006481190e27
EPA-HQ-OPP-2007-1005-0095 EPA None EPA-HQ-OPP-2007-1005 7/16/2012-EPA’s Partial Response to Chlorpyrifos Petition by NRDC & PANNA Supporting & Related Material Report 2012-07-18T04:00:00Z 2012 7     2012-07-18T20:03:23Z   0 0 0900006480fee5f5
EPA-HQ-OPP-2007-1005-0087 EPA None EPA-HQ-OPP-2007-1005 Court Ordered stipulation and order to suspend legal actions for now while EPA develops a new risk assessment for chlorpyrifos. Other NA 2010-11-30T05:00:00Z 2010 11 2010-11-30T05:00:00Z 2010-12-21T04:59:59Z 2010-12-16T15:01:40Z   0 0 0900006480ba8ffc
EPA-HQ-OPP-2007-1005-0085 EPA None EPA-HQ-OPP-2007-1005 Response Letter to Dr. Lyle Peterson, CDC, DHHS - 1/30/2008 Supporting & Related Material   2008-02-06T05:00:00Z 2008 2     2008-02-06T18:51:12Z   0 0 09000064803a8ac4
EPA-HQ-OPP-2007-1005-0005 EPA None EPA-HQ-OPP-2007-1005 Petition to revoke all tolerances and cancel all registrations for the pesticide chlorpyriofs; notice of availability Supporting & Related Material Letter, Memorandum, Email 2007-10-23T04:00:00Z 2007 10     2007-10-23T13:44:07Z   0 0 0900006480354a12
EPA-HQ-OPP-2007-1005-0001 EPA None EPA-HQ-OPP-2007-1005 Petition to Revoke All Tolerances and Cancel All Registrations for the Pesticide Chlorpyrifos; Notice of Availability Notice Federal Register Document 2007-10-17T04:00:00Z 2007 10 2007-10-17T04:00:00Z 2007-12-18T04:59:59Z 2010-12-16T15:00:58Z E7-20442 0 0 0900006480312c82

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