documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "EPA-HQ-OPP-2023-0018" 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 3
agency_id 1
- EPA 8
| 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-0018-0007 | EPA | None EPA-HQ-OPP-2023-0018 | Registration Decision for the New Active Ingredient: Bacillus thuringiensis Cry1Da2 protein and the genetic material (PHP88492) necessary for its production in DAS1131 Maize (OECD Unique Identifier: DAS-Ø1131-3) | Supporting & Related Material | Decision | 2025-01-17T05:00:00Z | 2025 | 1 | 2025-01-17T16:22:14Z | 0 | 0 | 09000064868c525b | |||
| EPA-HQ-OPP-2023-0018-0008 | EPA | None EPA-HQ-OPP-2023-0018 | Registration Notice and Stamped Label for DAS1131 Maize Label Insect‐Protected, Herbicide‐Tolerant Corn | Supporting & Related Material | 2025-01-17T05:00:00Z | 2025 | 1 | 2025-01-17T16:27:13Z | 0 | 0 | 09000064868c525d | ||||
| EPA-HQ-OPP-2023-0018-0002 | EPA | None EPA-HQ-OPP-2023-0018 | Public Participation for new plant-incorporated protectant active ingredient Bacillus thuringiensis Cry1Da2 protein and the genetic material (PHP88492) necessary for its production in DAS1131 Maize | Other | 2024-12-09T05:00:00Z | 2024 | 12 | 2024-12-09T05:00:00Z | 2024-12-25T04:59:59Z | 2024-12-10T01:41:20Z | 0 | 0 | 09000064868595bb | ||
| EPA-HQ-OPP-2023-0018-0004 | EPA | None EPA-HQ-OPP-2023-0018 | Proposed Registration Decision for the New Active Ingredient: Bacillus thuringiensis Cry1Da2 protein and the genetic material (PHP88492) necessary for its production in DAS1131 Maize (OECD Unique Identifier: DAS-Ø1131-3) | Supporting & Related Material | Decision | 2024-12-09T05:00:00Z | 2024 | 12 | 2024-12-10T01:40:53Z | 0 | 0 | 09000064868498c4 | |||
| EPA-HQ-OPP-2023-0018-0005 | EPA | None EPA-HQ-OPP-2023-0018 | DAS1131 Containing Cry1Da2 and DGT28 Human Health and Product Characterization Risk Assessment | Supporting & Related Material | Risk Assessment | 2024-12-09T05:00:00Z | 2024 | 12 | 2024-12-10T01:41:46Z | 0 | 0 | 09000064868498c5 | |||
| EPA-HQ-OPP-2023-0018-0006 | EPA | None EPA-HQ-OPP-2023-0018 | Environmental Risk Assessment for the Plant-Incorporated Protectant Bacillus Thuringiensis Cry1Da2 Protein and the Genetic Material Necessary for their Production in Event DAS-Ø1131-3. Data and Information Were Provided in Support of an Application for a FIFRA Section 3 Seed Increase Registration | Supporting & Related Material | Risk Assessment | 2024-12-09T05:00:00Z | 2024 | 12 | 2024-12-10T01:41:06Z | 0 | 0 | 09000064868498c6 | |||
| EPA-HQ-OPP-2023-0018-0003 | EPA | None EPA-HQ-OPP-2023-0018 | DAS1131 Maize Proposed Label Insect‐Protected, Herbicide‐Tolerant Corn | Supporting & Related Material | 2024-12-09T05:00:00Z | 2024 | 12 | 2024-12-10T01:41:33Z | 0 | 0 | 0900006486849824 | ||||
| EPA-HQ-OPP-2023-0018-0001 | EPA | None EPA-HQ-OPP-2023-0018 | Pesticide Product Registration: Applications for New Active Ingredients, January 2023 | Notice | 2023-02-23T05:00:00Z | 2023 | 2 | 2023-02-23T05:00:00Z | 2023-03-28T03:59:59Z | 2023-03-05T21:03:31Z | 2023-03748 | 0 | 0 | 09000064856f52be |
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;