documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where docket_id = "EPA-HQ-OPP-2018-0286" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, posted_date, posted_month, comment_start_date, comment_end_date, fr_doc_num, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 4
agency_id 1
- EPA 9
| 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-0286-0009 | EPA | None EPA-HQ-OPP-2018-0286 | Cyromazine PP# 8E8673 HED Dietary Risk Assessment D450444 09-09-19 | Supporting & Related Material | Risk Assessment | 2019-10-08T04:00:00Z | 2019 | 10 | 2019-10-09T00:40:23Z | 0 | 0 | 0900006483f47579 | |||
| EPA-HQ-OPP-2018-0286-0011 | EPA | None EPA-HQ-OPP-2018-0286 | Cyromazine PP# 8E8673 HED Summary of Analytical Chem and Residue D446971 09-09-19 | Supporting & Related Material | Risk Assessment | 2019-10-08T04:00:00Z | 2019 | 10 | 2019-10-09T00:40:49Z | 0 | 0 | 0900006483f4757b | |||
| EPA-HQ-OPP-2018-0286-0010 | EPA | None EPA-HQ-OPP-2018-0286 | Cyromazine PP# 8E8673 HED Human Health Risk Assessment D450777 09-11-19 | Supporting & Related Material | Risk Assessment | 2019-10-08T04:00:00Z | 2019 | 10 | 2019-10-09T00:41:02Z | 0 | 0 | 0900006483f4757a | |||
| EPA-HQ-OPP-2018-0286-0012 | EPA | None EPA-HQ-OPP-2018-0286 | Cyromazine Reggistration Review Document D414914.mem | Supporting & Related Material | Risk Assessment | 2019-10-08T04:00:00Z | 2019 | 10 | 2019-10-09T00:40:37Z | 0 | 0 | 0900006483f4757c | |||
| EPA-HQ-OPP-2018-0286-0008 | EPA | None EPA-HQ-OPP-2018-0286 | Pesticide Tolerances: Cyromazine | Rule | Final Rule | 2019-10-07T04:00:00Z | 2019 | 10 | 2019-10-07T04:00:00Z | 2019-12-07T04:59:59Z | 2019-12-07T02:01:46Z | 2019-21542 | 0 | 0 | 0900006484048b9e |
| EPA-HQ-OPP-2018-0286-0007 | EPA | None EPA-HQ-OPP-2018-0286 | 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:35:28Z | 2018-27910 | 0 | 0 | 09000064839c576e |
| EPA-HQ-OPP-2018-0286-0003 | EPA | None EPA-HQ-OPP-2018-0286 | Interregional Research Project No. 4 (IR-4) Notice of Filing Pesticide No. 8E8673 establishing a tolerance for residues of: cyromazine in or on various agricultural commodities | Supporting & Related Material | Petition | 2018-07-24T04:00:00Z | 2018 | 7 | 2018-12-05T00:20:43Z | 0 | 0 | 090000648326a770 | |||
| EPA-HQ-OPP-2018-0286-0002 | EPA | None EPA-HQ-OPP-2018-0286 | 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-05T00:19:00Z | 2018-15722 | 0 | 0 | 090000648354c164 | |
| EPA-HQ-OPP-2018-0286-0001 | EPA | None EPA-HQ-OPP-2018-0286 | 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-05T00:20:13Z | 2018-15722 | 0 | 0 | 090000648354b4d3 |
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;