documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "EPA-HQ-OPP-2018-0127" sorted by posted_date descending
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 4
agency_id 1
- EPA 8
| 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-2018-0127-0006 | EPA | None EPA-HQ-OPP-2018-0127 | Summary of Analytical Chemistry and Residue Data for the Proposed New Uses of Propiconazole in/on Avocado and Tolerance Conversions/Expansions | Supporting & Related Material | Risk Assessment | 2019-08-12T04:00:00Z | 2019 | 8 | 2019-08-13T00:33:27Z | 0 | 0 | 0900006483dd1597 | |||
| EPA-HQ-OPP-2018-0127-0004 | EPA | None EPA-HQ-OPP-2018-0127 | Pesticide Tolerances: Propiconazole | Rule | 2019-08-12T04:00:00Z | 2019 | 8 | 2019-08-12T04:00:00Z | 2019-10-12T03:59:59Z | 2019-10-11T01:01:58Z | 2019-17143 | 0 | 0 | 0900006483e2d0b8 | |
| EPA-HQ-OPP-2018-0127-0005 | EPA | None EPA-HQ-OPP-2018-0127 | Acute and Chronic Aggregate Dietary (Food and Drinking Water) Exposure and Risk Assessments for the Proposed New Uses of Propiconazole in/on Avocado and Tolerance Conversions/Expansions | Supporting & Related Material | Risk Assessment | 2019-08-12T04:00:00Z | 2019 | 8 | 2019-08-13T00:33:15Z | 0 | 0 | 0900006483dd1596 | |||
| EPA-HQ-OPP-2018-0127-0007 | EPA | None EPA-HQ-OPP-2018-0127 | Human Health Risk Assessment for the New Use of Propiconazole on Avocado, along with Conversion to Brassica, leafy greens, subgroup 4-16B, except watercress, Leaf petiole vegetable subgroup 22B, Celtuce, Florence fennel, Swiss chard, and the expansion to Vegetable, root, except sugar beet, subgroup 1B | Supporting & Related Material | Risk Assessment | 2019-08-12T04:00:00Z | 2019 | 8 | 2019-08-13T00:33:03Z | 0 | 0 | 0900006483dd1598 | |||
| EPA-HQ-OPP-2018-0127-0008 | EPA | None EPA-HQ-OPP-2018-0127 | Occupational and Residential Exposure Assessment for Proposed New Use on Avocado and Crop Group expansions and conversions for Root Vegetables Except Sugar Beet Subgroup 1B, Brassica, Leafy Greens, Subgroup 4-16B, Except Watercress, Leaf Petiole Vegetable Subgroup 22B, Celtuce, Florence Fennel and Swiss Chard | Supporting & Related Material | Risk Assessment | 2019-08-12T04:00:00Z | 2019 | 8 | 2019-08-13T00:33:40Z | 0 | 0 | 0900006483dd1599 | |||
| EPA-HQ-OPP-2018-0127-0003 | EPA | None EPA-HQ-OPP-2018-0127 | Pesticide Product Registrations: Applications for New Uses | Notice | Request for Comments | 2018-12-26T05:00:00Z | 2018 | 12 | 2018-12-26T05:00:00Z | 2019-01-26T04:59:59Z | 2018-12-27T01:34:49Z | 2018-27910 | 0 | 0 | 09000064839c576d |
| EPA-HQ-OPP-2018-0127-0002 | EPA | None EPA-HQ-OPP-2018-0127 | Propiconazole [8E8658] - Company Notice of Filing IR-4, Interregional Research Project | Supporting & Related Material | Petition | 2018-07-24T04:00:00Z | 2018 | 7 | 2018-12-04T22:43:02Z | 0 | 0 | 09000064832e052a | |||
| EPA-HQ-OPP-2018-0127-0001 | EPA | None EPA-HQ-OPP-2018-0127 | Pesticide Petitions: Residues of Pesticide Chemicals in or on Various Commodities | Proposed Rule | 2018-07-24T04:00:00Z | 2018 | 7 | 2018-07-24T04:00:00Z | 2018-08-24T03:59:59Z | 2018-12-04T22:42:38Z | 2018-15722 | 0 | 0 | 090000648354b4d8 |
Advanced export
JSON shape: default, array, newline-delimited, object
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;