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

6 rows where docket_id = "EPA-HQ-OPP-2013-0099" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 3

  • 2014 4
  • 2013 1
  • 2015 1

document_type 3

  • Supporting & Related Material 4
  • Notice 1
  • Other 1

agency_id 1

  • EPA 6
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-0099-0006 EPA None EPA-HQ-OPP-2013-0099 Hz ABA NPV-U BRAD ( Biopesticides Registration Action Documents ) Helicoverpa Zea Nucleopolyhedrovirus Supporting & Related Material   2015-09-03T04:00:00Z 2015 9     2015-09-04T00:56:19Z   0 0 0900006481605119
EPA-HQ-OPP-2013-0099-0003 EPA None EPA-HQ-OPP-2013-0099 Draft Biopesticides Registration Action Document Helicoverpa zea ABA Nucleopolyhedrovirus - U; February 4, 2014 Supporting & Related Material Decision 2014-02-12T05:00:00Z 2014 2     2014-02-12T18:15:03Z   0 0 090000648154a90b
EPA-HQ-OPP-2013-0099-0004 EPA None EPA-HQ-OPP-2013-0099 Helicoverpa zea ABA-NPV-U Draft Label - January 10, 2014 For manufacturing or formulating use only Supporting & Related Material   2014-02-12T05:00:00Z 2014 2     2014-02-12T18:15:20Z   0 0 090000648154a91b
EPA-HQ-OPP-2013-0099-0005 EPA None EPA-HQ-OPP-2013-0099 HELIGEN - Biological insecticide for the integrated control of Helicoverpa zea (corn earworm, cotton bollworm, tomato fruitworm) and Heliothis virescens (tobacco budworm) on specified food and non-food crops - Draft Label; January 10, 2014 ( For Organic Production) Supporting & Related Material   2014-02-12T05:00:00Z 2014 2     2014-02-12T18:15:37Z   0 0 090000648154a91d
EPA-HQ-OPP-2013-0099-0002 EPA None EPA-HQ-OPP-2013-0099 Public Particpation for New Pesticide Helicoverpa Zea ABA Nucleopolyhedrovirus Other Public Participation 2014-02-12T05:00:00Z 2014 2 2014-02-12T05:00:00Z 2014-02-27T04:59:59Z 2014-02-12T18:15:37Z   0 0 090000648155e5d4
EPA-HQ-OPP-2013-0099-0001 EPA None EPA-HQ-OPP-2013-0099 Pesticide Products: Registration Applications for New Active Ingredients Notice   2013-07-22T04:00:00Z 2013 7 2013-07-22T04:00:00Z 2013-05-21T03:59:59Z 2013-07-22T22:02:28Z 2013-09275 0 0 090000648129cbb8

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