documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "EPA-HQ-OPP-2021-0387" 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 7
| 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-2021-0387-0009 | EPA | None EPA-HQ-OPP-2021-0387 | Cyclaniliprole: Human Health Risk Assessment for the Proposed New Uses on Globe Artichoke and Sunflower Subgroup 20B and for new Greenhouse Uses (with Amended Tolerances) on Tomato Subgroup 8-10A and Pepper/Eggplant Subgroup 8-10B | Supporting & Related Material | Risk Assessment | 2022-11-18T05:00:00Z | 2022 | 11 | 2022-11-21T12:22:42Z | 0 | 0 | 0900006485481ef9 | |||
| EPA-HQ-OPP-2021-0387-0010 | EPA | None EPA-HQ-OPP-2021-0387 | Cyclaniliprole. Petition for the Establishment of Permanent Tolerances and Registratio4801n for Uses on Globe Artichoke and Sunflower Subgroup 20B, and Amended Uses on Tomato Subgroup 8-lOA and Pepper/Eggplant Subgroup 8-lOB. Summary of Analytical Chemistry and Residue Data | Supporting & Related Material | Petition | 2022-11-18T05:00:00Z | 2022 | 11 | 2022-11-21T12:22:50Z | 0 | 0 | 0900006485481efa | |||
| EPA-HQ-OPP-2021-0387-0008 | EPA | None EPA-HQ-OPP-2021-0387 | Pesticide Tolerances: Cyclaniliprole | Rule | 2022-11-18T05:00:00Z | 2022 | 11 | 2022-11-18T05:00:00Z | 2023-01-18T04:59:59Z | 2022-11-21T02:00:41Z | 2022-25185 | 0 | 0 | 09000064854d03d5 | |
| EPA-HQ-OPP-2021-0387-0004 | EPA | None EPA-HQ-OPP-2021-0387 | Pesticide Tolerance; Exemptions, Petitions, Revocations, etc.: Residues of Pesticide Chemicals in or on Various Commodities March 2022 | Notice | 2022-04-28T04:00:00Z | 2022 | 4 | 2022-04-28T04:00:00Z | 2022-06-01T03:59:59Z | 2022-07-01T01:00:29Z | 2022-09145 | 0 | 0 | 090000648503ea82 | |
| EPA-HQ-OPP-2021-0387-0002 | EPA | None EPA-HQ-OPP-2021-0387 | Receipt of Pesticide Petitions Filed for Residues of Pesticide Chemicals in or on Various Commodities (October 2021) | Proposed Rule | 2021-10-21T04:00:00Z | 2021 | 10 | 2021-10-21T04:00:00Z | 2021-11-23T04:59:59Z | 2021-10-22T00:40:39Z | 2021-22970 | 0 | 0 | 0900006484dd142c | |
| EPA-HQ-OPP-2021-0387-0003 | EPA | None EPA-HQ-OPP-2021-0387 | Interregional Research Project #4 Notice of Filing Pesticide Petition No. 1E8904 to establish tolerances for residues of Cyclaniliprole in or on the raw agricultural commodities | Supporting & Related Material | Petition | 2021-10-21T04:00:00Z | 2021 | 10 | 2021-10-22T00:40:49Z | 0 | 0 | 0900006484d81348 | |||
| EPA-HQ-OPP-2021-0387-0001 | EPA | None EPA-HQ-OPP-2021-0387 | 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:34:34Z | 2021-18719 | 0 | 0 | 0900006484cc2b63 |
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;