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-0474" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, posted_date, posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 2
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-0474-0066 | EPA | None EPA-HQ-OPP-2023-0474 | Updated List of Conventional Pesticide Active Ingredients with Adequate Estrogen and Androgen Data for Humans to Inform FFDCA Section 408(p)(6) Determinations | Supporting & Related Material | Data | 2024-09-11T04:00:00Z | 2024 | 9 | 2024-09-12T00:41:42Z | 0 | 0 | 09000064866c0e8e | |||
| EPA-HQ-OPP-2023-0474-0016 | EPA | None EPA-HQ-OPP-2023-0474 | Endocrine Disruptor Screening Program: Near-Term Strategies for Implementation; Correction | Notice | 2023-12-26T05:00:00Z | 2023 | 12 | 2023-12-26T05:00:00Z | 2023-12-27T16:56:55Z | 2023-28510 | 0 | 0 | 0900006486359e9b | ||
| EPA-HQ-OPP-2023-0474-0014 | EPA | None EPA-HQ-OPP-2023-0474 | Endocrine Disruptor Screening Program: Near-Term Strategies for Implementation | Notice | 2023-12-14T05:00:00Z | 2023 | 12 | 2023-12-14T21:32:14Z | 2023-27405 | 0 | 0 | 09000064863394ff | |||
| EPA-HQ-OPP-2023-0474-0005 | EPA | None EPA-HQ-OPP-2023-0474 | Endocrine Disruptor Screening Program: Near-Term Strategies for Implementation | Notice | 2023-10-27T04:00:00Z | 2023 | 10 | 2023-10-27T04:00:00Z | 2024-02-27T04:59:59Z | 2024-03-02T02:00:09Z | 2023-23721 | 0 | 0 | 090000648614a30e | |
| EPA-HQ-OPP-2023-0474-0001 | EPA | None EPA-HQ-OPP-2023-0474 | Status of Endocrine Disruptor Screening Program (EDSP) List 1 Screening Conclusions | Supporting & Related Material | 2023-10-26T04:00:00Z | 2023 | 10 | 2023-10-27T00:49:09Z | 0 | 0 | 09000064860acf9e | ||||
| EPA-HQ-OPP-2023-0474-0004 | EPA | None EPA-HQ-OPP-2023-0474 | Alianza Nacional de Campesinas v. EPA No. 422-cv-09030 | Supporting & Related Material | Public Hearing Transcript, Deposition, Testimony | 2023-10-26T04:00:00Z | 2023 | 10 | 2023-10-27T00:48:54Z | 0 | 0 | 09000064860acde2 | |||
| EPA-HQ-OPP-2023-0474-0002 | EPA | None EPA-HQ-OPP-2023-0474 | List of Conventional Registration Review Chemicals for Which an FFDCA Section 408(p)(6) Determination is Needed | Supporting & Related Material | 2023-10-26T04:00:00Z | 2023 | 10 | 2023-10-27T00:48:40Z | 0 | 0 | 09000064860acf9f | ||||
| EPA-HQ-OPP-2023-0474-0003 | EPA | None EPA-HQ-OPP-2023-0474 | Use of Existing Mammalian Data to Address Data Needs and Decisions for Endocrine Disruptor Screening Program (EDSP) for Humans under FFDCA Section 408(p) | Supporting & Related Material | Data | 2023-10-26T04:00:00Z | 2023 | 10 | 2023-10-27T00:48:25Z | 0 | 0 | 09000064860acfa0 |
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;