documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
4 rows where docket_id = "EPA-HQ-OPP-2025-0176" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, posted_month, open_for_comment, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 3
agency_id 1
- EPA 4
| 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-2025-0176-0007 | EPA | Exemption from the Requirement of a Tolerance for Citrus tristeza virus expressing spinach defensin proteins 2 (CTV-SoD2), 2-1 (CTV-SoD2-1), and 2* (CTV-SoD2*) in or on commodities listed in fruit, citrus group 10-10. EPA-HQ-OPP-2025-0176 | Science Review of the Human Health and Product Characterization Data Presented for the Three Active Ingredients Citrus Tristeza Virus (CTV) Strain T36 Expressing Spinach Defensin Proteins (SoD) 2, 2-1 and 2 | Supporting & Related Material | Data | 2026-04-07T04:00:00Z | 2026 | 4 | 2026-04-07T20:51:52Z | 0 | 0 | 09000064b9248248 | |||
| EPA-HQ-OPP-2025-0176-0006 | EPA | Exemption from the Requirement of a Tolerance for Citrus tristeza virus expressing spinach defensin proteins 2 (CTV-SoD2), 2-1 (CTV-SoD2-1), and 2* (CTV-SoD2*) in or on commodities listed in fruit, citrus group 10-10. EPA-HQ-OPP-2025-0176 | Pesticide Tolerance; Exemptions, Petitions, Revocations, etc.: Citrus tristeza Virus Strain T36 Expressing Spinach Defensin Proteins SoD2, SoD2-1, and SoD2* | Rule | 2026-04-07T04:00:00Z | 2026 | 4 | 2026-04-07T04:00:00Z | 2026-06-09T03:59:59Z | 2026-04-14T19:40:34Z | 2026-06686 | 1 | 0 | 09000064b92554c9 | |
| EPA-HQ-OPP-2025-0176-0002 | EPA | Exemption from the Requirement of a Tolerance for Citrus tristeza virus expressing spinach defensin proteins 2 (CTV-SoD2), 2-1 (CTV-SoD2-1), and 2* (CTV-SoD2*) in or on commodities listed in fruit, citrus group 10-10. EPA-HQ-OPP-2025-0176 | Silvec Biologics Inc. Notice of Filing Pesticide Petition proposing, pursuant to section 408(d) of the Federal Food, Drug, and Cosmetic Act (FFDCA), 21 U.S.C. 346a(d), to amend 40 CFR part 180 | Supporting & Related Material | Petition | 2025-07-03T04:00:00Z | 2025 | 7 | 2025-07-04T01:13:02Z | 0 | 0 | 0900006486aadc10 | |||
| EPA-HQ-OPP-2025-0176-0001 | EPA | Exemption from the Requirement of a Tolerance for Citrus tristeza virus expressing spinach defensin proteins 2 (CTV-SoD2), 2-1 (CTV-SoD2-1), and 2* (CTV-SoD2*) in or on commodities listed in fruit, citrus group 10-10. EPA-HQ-OPP-2025-0176 | Pesticide Tolerance; Exemptions, Petitions, Revocations, etc.: Residues of Pesticide Chemicals in or on Various Commodities (February-May 2025) | Proposed Rule | 2025-07-03T04:00:00Z | 2025 | 7 | 2025-07-03T04:00:00Z | 2025-08-05T03:59:59Z | 2025-08-02T09:00:20Z | 2025-12404 | 0 | 0 | 09000064b8e51daa |
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;