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

12 rows where docket_id = "EPA-HQ-OPP-2010-0079" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

  • Supporting & Related Material 8
  • Notice 3
  • Other 1

posted_year 2

  • 2012 9
  • 2010 3

agency_id 1

  • EPA 12
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-0079-0010 EPA None EPA-HQ-OPP-2010-0079 Characterization of Actinomycetes Isolated from common scab lesions on potato-tubers Supporting & Related Material Publication - Copyrighted Materials 2012-04-25T04:00:00Z 2012 4     2012-04-25T13:50:51Z   0 0 0900006480ff644a
EPA-HQ-OPP-2010-0079-0012 EPA None EPA-HQ-OPP-2010-0079 Selection and characterization of microorganisms utilizing thaxtomin A, a phytotoxin produced by Streptomyces Scabies Supporting & Related Material Publication - Copyrighted Materials 2012-04-25T04:00:00Z 2012 4     2012-04-25T13:50:52Z   0 0 0900006480ff6912
EPA-HQ-OPP-2010-0079-0009 EPA None EPA-HQ-OPP-2010-0079 Biopesticides Registration Action Document Killed, nonviable Streptomyces acidiscabies strain RL-110T Revised April 22, 2012 Supporting & Related Material Report 2012-04-25T04:00:00Z 2012 4     2012-04-25T13:50:50Z   0 0 0900006480ff5fad
EPA-HQ-OPP-2010-0079-0011 EPA None EPA-HQ-OPP-2010-0079 Evolution of Plant Pathology in Streptomyces Supporting & Related Material Publication - Copyrighted Materials 2012-04-25T04:00:00Z 2012 4     2012-04-25T13:50:51Z   0 0 0900006480ff644b
EPA-HQ-OPP-2010-0079-0005 EPA None EPA-HQ-OPP-2010-0079 Public Participation for Streptomyces acidiscabies strain RL-110T Other Public Participation 2012-03-12T04:00:00Z 2012 3 2012-03-12T04:00:00Z 2012-04-12T03:59:59Z 2012-03-12T20:03:35Z   0 0 0900006480fd5236
EPA-HQ-OPP-2010-0079-0008 EPA None EPA-HQ-OPP-2010-0079 MBI-005 EP Label Supporting & Related Material Report 2012-03-12T04:00:00Z 2012 3     2012-03-12T20:03:45Z   0 0 0900006480fd4944
EPA-HQ-OPP-2010-0079-0006 EPA None EPA-HQ-OPP-2010-0079 Biopesticide Registration Action Document Supporting & Related Material Report 2012-03-12T04:00:00Z 2012 3     2012-03-12T20:03:44Z   0 0 0900006480fd493b
EPA-HQ-OPP-2010-0079-0007 EPA None EPA-HQ-OPP-2010-0079 MBI-005 TGAI label Supporting & Related Material Report 2012-03-12T04:00:00Z 2012 3     2012-03-12T20:03:45Z   0 0 0900006480fd4940
EPA-HQ-OPP-2010-0079-0004 EPA None EPA-HQ-OPP-2010-0079 Pesticide Products; Registration Applications Notice   2012-03-09T05:00:00Z 2012 3 2012-03-09T05:00:00Z 2012-04-10T03:59:59Z 2012-03-09T15:24:45Z 2012-05644 0 0 0900006480fd2d92
EPA-HQ-OPP-2010-0079-0003 EPA None EPA-HQ-OPP-2010-0079 Pesticide Products; Registration Applications Notice Federal Register Document 2010-11-24T05:00:00Z 2010 11 2010-11-24T05:00:00Z 2010-12-28T04:59:59Z 2010-11-24T16:27:15Z 2010-29224 0 0 0900006480ba34dd
EPA-HQ-OPP-2010-0079-0002 EPA None EPA-HQ-OPP-2010-0079 Cover Letter Re: Application for Pesticide Registration Supporting & Related Material   2010-04-23T04:00:00Z 2010 4     2012-02-16T20:58:39Z   0 0 0900006480aac921
EPA-HQ-OPP-2010-0079-0001 EPA None EPA-HQ-OPP-2010-0079 Registration Applications: Pesticide Products Notice Federal Register Document 2010-03-10T05:00:00Z 2010 3 2010-03-10T05:00:00Z 2010-04-10T03:59:59Z 2010-11-24T16:26:19Z 2010-04835 0 0 0900006480aba00c

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