documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
10 rows where docket_id = "EPA-HQ-OPP-2019-0232" 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 10
| 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-2019-0232-0009 | EPA | None EPA-HQ-OPP-2019-0232 | Nitrapyrin: Drinking Water Exposure Assessment for Proposed Section 3 New Uses on Canola, Sugar Beets, and Crop Subgroup 1C | Supporting & Related Material | Risk Assessment | 2020-08-12T04:00:00Z | 2020 | 8 | 2020-10-04T02:54:50Z | 0 | 0 | 09000064846c67a3 | |||
| EPA-HQ-OPP-2019-0232-0006 | EPA | None EPA-HQ-OPP-2019-0232 | Nitrapyrin. Human Health Risk Assessment for New Uses in/on Canola, Tuberous and Corm Vegetables (Crop Subgroup 1C), Sugar Beets, and Sorghum | Supporting & Related Material | Risk Assessment | 2020-08-12T04:00:00Z | 2020 | 8 | 2020-10-04T02:54:59Z | 0 | 0 | 09000064845f9caf | |||
| EPA-HQ-OPP-2019-0232-0004 | EPA | None EPA-HQ-OPP-2019-0232 | Pesticide Tolerances: Nitrapyrin | Rule | 2020-08-12T04:00:00Z | 2020 | 8 | 2020-08-12T04:00:00Z | 2020-10-14T03:59:59Z | 2020-10-11T01:00:37Z | 2020-16456 | 0 | 0 | 09000064847f4423 | |
| EPA-HQ-OPP-2019-0232-0008 | EPA | None EPA-HQ-OPP-2019-0232 | Nitrapyrin: Sixth Report of the Cancer Assessment Review Committee (CARC) | Supporting & Related Material | Risk Assessment | 2020-08-12T04:00:00Z | 2020 | 8 | 2020-10-04T02:55:01Z | 0 | 0 | 09000064846c5867 | |||
| EPA-HQ-OPP-2019-0232-0010 | EPA | None EPA-HQ-OPP-2019-0232 | Nitrapyrin. Occupational Exposure and Risk Assessment for New Use on Canola, Crop Subgroup 1C Tuberous and Corm Vegetables Including Potatoes, Sugar Beets, Expanded Uses on Sorghum, and Post-emergent (Foliar) Broadcast Applications for Corn and Wheat | Supporting & Related Material | Risk Assessment | 2020-08-12T04:00:00Z | 2020 | 8 | 2020-10-04T02:54:52Z | 0 | 0 | 09000064846c67a4 | |||
| EPA-HQ-OPP-2019-0232-0005 | EPA | None EPA-HQ-OPP-2019-0232 | Nitrapyrin: Acute and Chronic Aggregate Dietary (Food and Drinking Water) Exposure and Risk Assessment for Section 3 New Uses in/on Canola, Tuberous and Corm Vegetables (Crop Subgroup 1C), and Sugar Beets | Supporting & Related Material | Risk Assessment | 2020-08-12T04:00:00Z | 2020 | 8 | 2020-10-04T02:55:03Z | 0 | 0 | 09000064845f9cad | |||
| EPA-HQ-OPP-2019-0232-0007 | EPA | None EPA-HQ-OPP-2019-0232 | NITRAPYRIN: Petition for New Uses and Tolerances in/on Canola, Crop Subgroup 1C Tuberous and Corm Vegetables Including Potatoes, and Sugar Beets. Summary of Analytical Chemistry and Residue Data | Supporting & Related Material | Data | 2020-08-12T04:00:00Z | 2020 | 8 | 2020-10-04T02:54:56Z | 0 | 0 | 09000064845f9cfc | |||
| EPA-HQ-OPP-2019-0232-0003 | EPA | None EPA-HQ-OPP-2019-0232 | Dow AgroSciences LLC Notice of Filing Pesticide Petition No. 8F8723 By establishing a tolerance for residues of nitrapyrin [2-chloro-6-(trichloromethyl) pyridine] and its metabolite, 6-chloropicolinic acid (6-CPA) in or on the raw agricultural commodity Canola, seed; Canola, meal; Vegetable, tuberous and corm, subgroup; Potato, processed potato waste; Beet, sugar, roots; Beet, sugar, tops | Supporting & Related Material | 2020-05-15T04:00:00Z | 2020 | 5 | 2020-10-04T02:54:54Z | 0 | 0 | 0900006483e79509 | ||||
| EPA-HQ-OPP-2019-0232-0002 | EPA | None EPA-HQ-OPP-2019-0232 | Pesticide Petition: Residues of Pesticide Chemicals in or on Various Commodities (September 2019) | Proposed Rule | 2019-10-28T04:00:00Z | 2019 | 10 | 2019-10-28T04:00:00Z | 2019-11-28T04:59:59Z | 2019-10-29T00:34:31Z | 2019-23355 | 0 | 0 | 0900006484102028 | |
| EPA-HQ-OPP-2019-0232-0001 | EPA | None EPA-HQ-OPP-2019-0232 | Pesticide Product Registration: Receipt of New Use Applications in April 2019 | Notice | 2019-06-07T04:00:00Z | 2019 | 6 | 2019-06-07T04:00:00Z | 2019-07-09T03:59:59Z | 2019-06-08T01:08:58Z | 2019-11929 | 0 | 0 | 0900006483cf809a |
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;