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-2010-0088" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 3

  • 2011 11
  • 2010 1
  • 2012 1

document_type 3

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

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-2010-0088-0013 EPA None EPA-HQ-OPP-2010-0088 Pesticide Product Registration Approvals Notice   2012-03-21T04:00:00Z 2012 3 2012-03-21T04:00:00Z   2012-03-21T14:39:42Z 2012-06583 0 0 0900006480fdc9b3
EPA-HQ-OPP-2010-0088-0011 EPA None EPA-HQ-OPP-2010-0088 Amendment approval - first food use - name change Supporting & Related Material Report 2011-10-25T04:00:00Z 2011 10     2011-10-25T15:51:36Z   0 0 0900006480f567ae
EPA-HQ-OPP-2010-0088-0012 EPA None EPA-HQ-OPP-2010-0088 Amendment Approval letter - first food use- name change Supporting & Related Material Report 2011-10-25T04:00:00Z 2011 10     2011-10-25T15:54:02Z   0 0 0900006480f567af
EPA-HQ-OPP-2010-0088-0010 EPA None EPA-HQ-OPP-2010-0088 EP approved label - EPA Reg. No. 70051-19 Supporting & Related Material Report 2011-10-12T04:00:00Z 2011 10     2011-10-12T16:31:06Z   0 0 0900006480f3e635
EPA-HQ-OPP-2010-0088-0009 EPA None EPA-HQ-OPP-2010-0088 MP approved label - EPA Reg. No. 70051-17 Supporting & Related Material Report 2011-10-12T04:00:00Z 2011 10     2011-10-12T16:31:06Z   0 0 0900006480f3e634
EPA-HQ-OPP-2010-0088-0008 EPA None EPA-HQ-OPP-2010-0088 Isaria fumosorosea (formerly Paecilomyces fumosoroseus) Apopka strain 97 BRAD Supporting & Related Material   2011-09-21T04:00:00Z 2011 9     2011-09-21T16:30:44Z   0 0 0900006480f1de2f
EPA-HQ-OPP-2010-0088-0002 EPA None EPA-HQ-OPP-2010-0088 Public Participation:Paecilomyces fumosoroseus Apopka strain 97 Other Public Participation 2011-08-12T04:00:00Z 2011 8 2011-08-12T04:00:00Z 2011-09-12T03:59:59Z 2011-08-12T13:09:19Z   0 0 0900006480edf5d6
EPA-HQ-OPP-2010-0088-0003 EPA None EPA-HQ-OPP-2010-0088 PFR-97 - Acute toxicity and FQPA considerations Supporting & Related Material Adjudication 2011-08-12T04:00:00Z 2011 8     2011-08-12T13:09:19Z   0 0 0900006480ed4e6f
EPA-HQ-OPP-2010-0088-0004 EPA None EPA-HQ-OPP-2010-0088 PFR-97 - Environmental Risk Assessment Supporting & Related Material Risk Assessment 2011-08-12T04:00:00Z 2011 8     2011-08-12T13:09:19Z   0 0 0900006480ed4e72
EPA-HQ-OPP-2010-0088-0007 EPA None EPA-HQ-OPP-2010-0088 PFR-97 Proposed Label - EP 70051-19 Supporting & Related Material Technical Support Document 2011-08-12T04:00:00Z 2011 8     2011-08-12T13:09:20Z   0 0 0900006480ed9c45
EPA-HQ-OPP-2010-0088-0005 EPA None EPA-HQ-OPP-2010-0088 PFR-97 - MUP - Proposed label Supporting & Related Material Permit, Registration 2011-08-12T04:00:00Z 2011 8     2011-08-12T13:09:19Z   0 0 0900006480ed4e7f
EPA-HQ-OPP-2010-0088-0006 EPA None EPA-HQ-OPP-2010-0088 DRAFT BRAD - Isaria fumosorosea (formerly Paecilomyces fumosoroseus) Apopka strain 97 Supporting & Related Material Technical Support Document 2011-08-12T04:00:00Z 2011 8     2011-08-12T13:09:19Z   0 0 0900006480ed4eff
EPA-HQ-OPP-2010-0088-0001 EPA None EPA-HQ-OPP-2010-0088 Registration Applications: Pesticide Products (Paecilomyces fumosoroseus Apopka strain 97 ) Notice Federal Register Document 2010-03-05T05:00:00Z 2010 3 2010-03-05T05:00:00Z 2010-04-06T03:59:59Z 2011-08-12T13:07:30Z 2010-04718 0 0 0900006480ab6410

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