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-2022-0384" 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-2022-0384-0007 | EPA | None EPA-HQ-OPP-2022-0384 | Spinetoram/Spinosad. Proposed Use on Static and Stem Vegetable Subgroup 22A; New Greenhouse uses (with no change in tolerance) on Cucumber, Lettuce (Head and Leaf), Pepper and Tomato; and a Crop Group Conversion for Spice Group 26. Summary of Analytical Chemistry and Residue Data | Supporting & Related Material | Data | 2023-09-05T04:00:00Z | 2023 | 9 | 2023-09-06T00:41:40Z | 0 | 0 | 0900006485c6e149 | |||
| EPA-HQ-OPP-2022-0384-0004 | EPA | None EPA-HQ-OPP-2022-0384 | Pesticide Tolerance; Exemptions, Petitions, Revocations, etc.: Spinetoram | Rule | 2023-09-05T04:00:00Z | 2023 | 9 | 2023-09-05T04:00:00Z | 2023-11-07T04:59:59Z | 2023-09-05T16:57:04Z | 2023-19012 | 0 | 0 | 0900006485f41ad6 | |
| EPA-HQ-OPP-2022-0384-0006 | EPA | None EPA-HQ-OPP-2022-0384 | Spinosad and Spinetoram: Human Health Risk Assessment in Support of Proposed Uses on Stalk and Stem Vegetables (22A) and Greenhouse-Grown Cucumbers, Lettuce, Pepper, and Tomato; and Crop Group Conversion for Spice Group 26 | Supporting & Related Material | Risk Assessment | 2023-09-05T04:00:00Z | 2023 | 9 | 2023-09-06T00:41:14Z | 0 | 0 | 0900006485c6e00d | |||
| EPA-HQ-OPP-2022-0384-0005 | EPA | None EPA-HQ-OPP-2022-0384 | Spinosad Spinetoram. Dietary Risk Assessment in Support of Tolerance for Residues of Spinetoram in/on Stalk and Stem Vegetable Subgroup 22A; New Greenhouse Uses (with no change in tolerance) on Cucumber, Lettuce (Head and Leaf), Pepper and Tomato; and a Crop Group Conversion for Spice Group 26 | Supporting & Related Material | Risk Assessment | 2023-09-05T04:00:00Z | 2023 | 9 | 2023-09-06T00:41:27Z | 0 | 0 | 0900006485c6e00c | |||
| EPA-HQ-OPP-2022-0384-0003 | EPA | None EPA-HQ-OPP-2022-0384 | Interregional Research Project #4 Notice of Filing Pesticide Petition No. 2E8994 to establish tolerances for residues of the insecticide Spinetoram, including its metabolites and degradates | Supporting & Related Material | Petition | 2023-01-03T05:00:00Z | 2023 | 1 | 2023-01-11T19:31:21Z | 0 | 0 | 09000064854c47ba | |||
| EPA-HQ-OPP-2022-0384-0002 | EPA | None EPA-HQ-OPP-2022-0384 | Pesticide Petition: Residues of Pesticide Chemicals in or on Various Commodities November 2022 | Proposed Rule | 2023-01-03T05:00:00Z | 2023 | 1 | 2023-01-03T05:00:00Z | 2023-02-03T04:59:59Z | 2023-01-11T19:31:10Z | 2022-28524 | 0 | 0 | 090000648557f995 | |
| EPA-HQ-OPP-2022-0384-0001 | EPA | None EPA-HQ-OPP-2022-0384 | Pesticide Product Registration: Applications for New Uses October 2022 | Notice | 2022-11-18T05:00:00Z | 2022 | 11 | 2022-11-18T05:00:00Z | 2022-12-20T04:59:59Z | 2022-11-21T12:25:50Z | 2022-25190 | 0 | 0 | 09000064854d11ba |
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;