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-2014-0923" 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)

document_type 3

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

posted_year 2

  • 2015 10
  • 2016 2

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-2014-0923-0014 EPA None EPA-HQ-OPP-2014-0923 Spirotetramat Technical Label EPA Registration No. 264-1049 Supporting & Related Material Form 2016-01-22T05:00:00Z 2016 1     2016-01-30T02:54:09Z   0 0 0900006481e19052
EPA-HQ-OPP-2014-0923-0013 EPA None EPA-HQ-OPP-2014-0923 Registration Decision for the Residential Use of Spirotetramat on Citrus Supporting & Related Material Decision 2016-01-22T05:00:00Z 2016 1     2016-01-30T02:54:13Z   0 0 0900006481e1fd88
EPA-HQ-OPP-2014-0923-0007 EPA None EPA-HQ-OPP-2014-0923 Spirotetramat Technical Label EPA Reg. No. 264-1049 Supporting & Related Material Form 2015-12-09T05:00:00Z 2015 12     2015-12-10T01:47:14Z   0 0 0900006481d6e51b
EPA-HQ-OPP-2014-0923-0003 EPA None EPA-HQ-OPP-2014-0923 Spirotetramat. Occupational and Residential Exposure Assessment for a Proposed Use on Citrus Trees Grown in Residential Areas. DP Barcode: D429878 Supporting & Related Material Risk Assessment 2015-12-09T05:00:00Z 2015 12     2015-12-10T01:47:35Z   0 0 0900006481d169db
EPA-HQ-OPP-2014-0923-0004 EPA None EPA-HQ-OPP-2014-0923 Ecological Risk Assessment for the New Use of Spirotetramat on Citrus in Residential Facilities to Control the Asian Citrus Psyllid, in the New End-Use Product I 4ACP703 Insecticide/Miticide (PC Code 392201; DP 424089) Supporting & Related Material Risk Assessment 2015-12-09T05:00:00Z 2015 12     2015-12-10T01:47:30Z   0 0 0900006481d169dc
EPA-HQ-OPP-2014-0923-0006 EPA None EPA-HQ-OPP-2014-0923 IR4 New Use for Spirotetramat on Taro Leaves, Watercress, Pomegranate, Banana, Bulb Vegetable, Low Growing Berry, Bushberry, Globe Artichoke, Fruiting Vegetable, Pome Fruit, Citrus Fruit, Pineapple, and Coffee. DP 398764 Supporting & Related Material Risk Assessment 2015-12-09T05:00:00Z 2015 12     2015-12-10T01:47:45Z   0 0 0900006481d5b929
EPA-HQ-OPP-2014-0923-0002 EPA None EPA-HQ-OPP-2014-0923 Spirotetramat. Human Health Risk Assessment for the Proposed Use on Citrus Trees Grown in Residential Areas. DP Barcode D424088 Supporting & Related Material Risk Assessment 2015-12-09T05:00:00Z 2015 12     2015-12-10T01:47:40Z   0 0 0900006481d169da
EPA-HQ-OPP-2014-0923-0005 EPA None EPA-HQ-OPP-2014-0923 Revised: Section 3 New Use of Spirotetramat on Taro Leaves, Watercress, Pomegranate, Banana, Bulb Vegetable, Low Growing Berry, Bushberry, Globe Artichoke, Fruiting Vegetable, Pome Fruit, Citrus Fruit, Pineapple, and Coffee. DP 0398764) Supporting & Related Material Risk Assessment 2015-12-09T05:00:00Z 2015 12     2015-12-10T01:47:24Z   0 0 0900006481d5b509
EPA-HQ-OPP-2014-0923-0009 EPA None EPA-HQ-OPP-2014-0923 Spirotetramat proposed decision first residential use - citrus Supporting & Related Material   2015-12-09T05:00:00Z 2015 12     2015-12-10T01:47:03Z   0 0 0900006481d8f982
EPA-HQ-OPP-2014-0923-0010 EPA None EPA-HQ-OPP-2014-0923 Public Participation for First Residential Use Spirotetramat Other   2015-12-09T05:00:00Z 2015 12 2015-12-09T05:00:00Z 2016-01-09T04:59:59Z 2016-01-08T22:01:13Z   0 0 0900006481d8fd01
EPA-HQ-OPP-2014-0923-0008 EPA None EPA-HQ-OPP-2014-0923 14ACP703 SC Insecticide/Miticide Product Label 432-RLUE Supporting & Related Material Form 2015-12-09T05:00:00Z 2015 12     2015-12-10T01:47:19Z   0 0 0900006481d6e51c
EPA-HQ-OPP-2014-0923-0001 EPA None EPA-HQ-OPP-2014-0923 Pesticide Product Registrations: New Use Applications Notice Notice of Receipt of Petition 2015-02-04T05:00:00Z 2015 2 2015-02-04T05:00:00Z 2015-03-07T04:59:59Z 2015-02-04T16:03:18Z 2015-02194 0 0 09000064819f3036

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