documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where docket_id = "EPA-HQ-OPP-2020-0691" 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 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-2020-0691-0005 | EPA | None EPA-HQ-OPP-2020-0691 | MCPA. Section 3 Registration for the New Use of MCPA on Clover. Summary of Analytical Chemistry and Residue Data | Supporting & Related Material | Risk Assessment | 2022-02-08T05:00:00Z | 2022 | 2 | 2022-02-09T02:02:11Z | 0 | 0 | 0900006484ea47ec | |||
| EPA-HQ-OPP-2020-0691-0006 | EPA | None EPA-HQ-OPP-2020-0691 | MCPA. Human Health Risk Assessment in Suppo1i of a Section 3 Registration for Use of MCPA on Clover | Supporting & Related Material | Risk Assessment | 2022-02-08T05:00:00Z | 2022 | 2 | 2022-02-09T02:02:00Z | 0 | 0 | 0900006484ea47ed | |||
| EPA-HQ-OPP-2020-0691-0004 | EPA | None EPA-HQ-OPP-2020-0691 | Pesticide Tolerances: MCPA | Rule | 2021-12-15T05:00:00Z | 2021 | 12 | 2021-12-15T05:00:00Z | 2022-02-15T04:59:59Z | 2021-12-16T14:07:38Z | 2021-27134 | 0 | 0 | 0900006484ecb055 | |
| EPA-HQ-OPP-2020-0691-0003 | EPA | None EPA-HQ-OPP-2020-0691 | Pesticide Product Registration: Receipt of Applications for New Uses-August 2021 | Notice | 2021-08-31T04:00:00Z | 2021 | 8 | 2021-08-31T04:00:00Z | 2021-10-01T03:59:59Z | 2021-09-01T00:33:56Z | 2021-18719 | 0 | 0 | 0900006484cc2aaf | |
| EPA-HQ-OPP-2020-0691-0002 | EPA | None EPA-HQ-OPP-2020-0691 | Interregional Research Project Number 4 Notice of Filing Pesticide Petition No. 0E8864 to establish a tolerance for residues of the herbicide MCPA | Supporting & Related Material | Petition | 2021-06-28T04:00:00Z | 2021 | 6 | 2021-06-29T00:33:51Z | 0 | 0 | 0900006484afa6e6 | |||
| EPA-HQ-OPP-2020-0691-0001 | EPA | None EPA-HQ-OPP-2020-0691 | Receipt of Pesticide Petitions Filed for Residues of Pesticide Chemicals in or on Various Commodities-June 2021 | Proposed Rule | 2021-06-28T04:00:00Z | 2021 | 6 | 2021-06-28T04:00:00Z | 2021-07-29T03:59:59Z | 2021-06-29T00:34:00Z | 2021-13702 | 0 | 0 | 0900006484bbafda |
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;