documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where docket_id = "EPA-HQ-OPP-2013-0305" and posted_year = 2024 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: last_modified (date)
| 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-2013-0305-0067 | EPA | None EPA-HQ-OPP-2013-0305 | Imazalil/Imazalil Sulfate: Summary of Hazard and Science Policy Council (HASPOC) Meeting on May 17, 2018: Recommendation on the Need for a Comparative Thyroid Assay | Supporting & Related Material | Meeting Materials | 2024-12-02T05:00:00Z | 2024 | 12 | 2024-12-03T01:40:23Z | 0 | 0 | 09000064868384e5 | |||
| EPA-HQ-OPP-2013-0305-0068 | EPA | None EPA-HQ-OPP-2013-0305 | Conazole Fungicides: Summary of Hazard and Science Policy Council (HASPOC) Meeting on July 25, 2013: Recommendations on Data Requirement for Immunotoxicity Studies for Conazole Pesticides | Supporting & Related Material | Meeting Materials | 2024-12-02T05:00:00Z | 2024 | 12 | 2024-12-03T01:40:36Z | 0 | 0 | 09000064868389b1 | |||
| EPA-HQ-OPP-2013-0305-0065 | EPA | None EPA-HQ-OPP-2013-0305 | Data Evaluation Record: Triazole Metabolites: Triazole Alanine (PC 600011) and Triazole Acetic Acid (PC 600082): Review of Toxicology Studies | Supporting & Related Material | Evaluation | 2024-12-02T05:00:00Z | 2024 | 12 | 2024-12-03T01:39:59Z | 0 | 0 | 090000648662a27f | |||
| EPA-HQ-OPP-2013-0305-0069 | EPA | None EPA-HQ-OPP-2013-0305 | Imazalil: Summary of the Hazard and Science Policy Council (HASPOC) Meeting of August 15, 2013: Recommendations on a Waiver Request for Subchronic Inhalation, Subchronic Neurotoxicity, and Developmental Neurotoxicity Studies | Supporting & Related Material | Meeting Materials | 2024-12-02T05:00:00Z | 2024 | 12 | 2024-12-03T01:40:48Z | 0 | 0 | 0900006486838a3f | |||
| EPA-HQ-OPP-2013-0305-0066 | EPA | None EPA-HQ-OPP-2013-0305 | Data Evaluation Record: 1,2,4-Triazole (a common metabolite of conazole fungicides): Review of Chronic Toxicity Study in Rats | Supporting & Related Material | Evaluation | 2024-12-02T05:00:00Z | 2024 | 12 | 2024-12-03T01:40:11Z | 0 | 0 | 090000648662a280 | |||
| EPA-HQ-OPP-2013-0305-0064 | EPA | None EPA-HQ-OPP-2013-0305 | 1,2,4-Triazole (a common metabolite of difenoconazole, prothioconazole, tebuconazole, triadimefon and other conazoles): Review of Toxicology Study Submitted by a Registrant Pursuant to §6(a)(2) of the Federal Insecticide, Fungicide, and Rodenticide Act (FIFRA) | Supporting & Related Material | Study | 2024-01-03T05:00:00Z | 2024 | 1 | 2024-01-04T01:32:46Z | 0 | 0 | 090000648634415c |
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;