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-2020-0421" 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)
| 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-2020-0421-0005 | EPA | None EPA-HQ-OPP-2020-0421 | Pyflubumide (106111): First Food Use; Petition to Establish Tolerances on Tea without a U.S. Registration Summary of Analytical Chemistry and Residue Data | Supporting & Related Material | Petition | 2021-12-16T05:00:00Z | 2021 | 12 | 2021-12-17T01:39:56Z | 0 | 0 | 0900006484eab74d | |||
| EPA-HQ-OPP-2020-0421-0006 | EPA | None EPA-HQ-OPP-2020-0421 | Pyflubumide Acute and Chronic Dietary (Food only) Exposure and Risk Assessment for Pyflubumide Tolerances without a U.S. Registration for Tea (First Food Use) | Supporting & Related Material | Risk Assessment | 2021-12-16T05:00:00Z | 2021 | 12 | 2021-12-17T01:40:06Z | 0 | 0 | 0900006484eab7b7 | |||
| EPA-HQ-OPP-2020-0421-0004 | EPA | None EPA-HQ-OPP-2020-0421 | Pyflubumide. Human Health Risk Assessment for a Petition for the Establishment of Permanent Tolerances for Residues on Tea without a U.S. Registration. New Active Ingredient | Supporting & Related Material | Risk Assessment | 2021-12-16T05:00:00Z | 2021 | 12 | 2021-12-17T01:40:17Z | 0 | 0 | 0900006484e97119 | |||
| EPA-HQ-OPP-2020-0421-0003 | EPA | None EPA-HQ-OPP-2020-0421 | Pesticide Tolerances: Pyflubumide | Rule | 2021-12-15T05:00:00Z | 2021 | 12 | 2021-12-15T05:00:00Z | 2022-02-15T04:59:59Z | 2021-12-16T14:01:47Z | 2021-27147 | 0 | 0 | 0900006484ecb006 | |
| EPA-HQ-OPP-2020-0421-0001 | EPA | None EPA-HQ-OPP-2020-0421 | Receipt of Pesticide Petitions Filed for Residues of Pesticide Chemicals in or on Various Commodities April 2021 | Notice | 2021-04-22T04:00:00Z | 2021 | 4 | 2021-04-22T04:00:00Z | 2021-05-25T03:59:59Z | 2021-04-23T00:39:23Z | 2021-08335 | 0 | 0 | 0900006484ab2aea | |
| EPA-HQ-OPP-2020-0421-0002 | EPA | None EPA-HQ-OPP-2020-0421 | Notice of Filing for Nichino America, Inc. Pesticide Petition by establishing a tolerance for residues of [Pyflubumide, 3'-isobutyl-N-isobutyryl-1,3,5-trimethyl-4'-[2,2,2-trifluoro-1-methoxy-1-(trifluoromethyl)ethyl]pyrazole-4-carboxanilide and the sum of its metabolite, (3‘-isobutyl-1,3,5-trimethyl-4‘-[2,2,2-trifluoro-1-methoxy-1-(trifluoromethyl)ethyl] pyrazole-4-carboxanilide) | Supporting & Related Material | Petition | 2021-04-22T04:00:00Z | 2021 | 4 | 2021-04-23T00:38:55Z | 0 | 0 | 09000064847f9dbc |
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;