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-2023-0257" 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-2023-0257-0006 | EPA | None EPA-HQ-OPP-2023-0257 | Cyazofamid. Petition for the Establishment of Permanent Tolerances for Residues in/on Parsnip, Root; Pulses, Dries Shelled Bean, Except Soybean, Subgroup 6-22E; and Crop Group Expansions. Summary of Analytical Chemistry and Residue Data | Supporting & Related Material | Data | 2024-12-05T05:00:00Z | 2024 | 12 | 2024-12-06T01:34:14Z | 0 | 0 | 0900006486833c55 | |||
| EPA-HQ-OPP-2023-0257-0005 | EPA | None EPA-HQ-OPP-2023-0257 | Cyazofamid. Chronic Aggregate Dietary (Food and Drinking Water) Exposure and Risk Assessments for the Section 3 Registration Action on Parsnip, Root; Pulses, Dried Shelled Bean, Except Soybean, Subgroup 6-22E; and Crop Group Expansions | Supporting & Related Material | Risk Assessment | 2024-12-05T05:00:00Z | 2024 | 12 | 2024-12-06T01:34:39Z | 0 | 0 | 090000648683377e | |||
| EPA-HQ-OPP-2023-0257-0004 | EPA | None EPA-HQ-OPP-2023-0257 | Pesticide Tolerance; Exemptions, Petitions, Revocations, etc.: Cyazofamid | Rule | Final Rule | 2024-12-05T05:00:00Z | 2024 | 12 | 2024-12-05T05:00:00Z | 2025-02-04T04:59:59Z | 2024-12-05T14:35:05Z | 2024-28467 | 0 | 0 | 0900006486849be4 |
| EPA-HQ-OPP-2023-0257-0007 | EPA | None EPA-HQ-OPP-2023-0257 | Cyazofamid: Human Health Risk Assessment for New Uses of Cyazofamid on Parsnip, Root and Pulses, Dried Shelled Bean (Except Soybean), Subgroup 6-22E and Crop Group Expansions to Edible Podded Bean Subgroup 6-22A and Succulent Shelled Bean Subgroup 6-22C | Supporting & Related Material | Risk Assessment | 2024-12-05T05:00:00Z | 2024 | 12 | 2024-12-06T01:34:26Z | 0 | 0 | 0900006486833c56 | |||
| EPA-HQ-OPP-2023-0257-0003 | EPA | None EPA-HQ-OPP-2023-0257 | lnterregional Research Project Number 4 (IR-4) Notice of Filing Pesticide Petition No. 3E9064 to establish tolerances for the residues of the fungicide cyazofamid, including its metabolites and degradates, in or on the following raw agricultural commodities: Chick pea, edible podded, at 0.5 parts per million (ppm); Chick pea, succulent shelled, at 0.08 ppm; Edible podded bean subgroup 6-22A | Supporting & Related Material | Petition | 2023-10-26T04:00:00Z | 2023 | 10 | 2023-10-27T00:36:59Z | 0 | 0 | 0900006485fd749f | |||
| EPA-HQ-OPP-2023-0257-0002 | EPA | None EPA-HQ-OPP-2023-0257 | Pesticide Petition Filed for Residues of Pesticide Chemicals in or on Various Commodities; September 2023 | Proposed Rule | 2023-10-26T04:00:00Z | 2023 | 10 | 2023-10-26T04:00:00Z | 2023-11-28T04:59:59Z | 2023-10-27T00:36:45Z | 2023-23472 | 0 | 0 | 090000648613b54d | |
| EPA-HQ-OPP-2023-0257-0001 | EPA | None EPA-HQ-OPP-2023-0257 | Pesticide Product Registration: Applications for New Uses, July 2023 | Notice | 2023-09-11T04:00:00Z | 2023 | 9 | 2023-09-11T04:00:00Z | 2023-10-12T03:59:59Z | 2023-09-12T00:37:01Z | 2023-19464 | 0 | 0 | 0900006485f76f1c |
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;