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-2022-0014" 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 6
| 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-2022-0014-0005 | EPA | None EPA-HQ-OPP-2022-0014 | Glufosinate. Human Health Risk Assessment for Proposed New Use on tropical and subtropical, medium to large fruit, edible peel, subgroup 23B; tropical and subtropical, medium to large fruit, smooth, inedible peel, subgroup 24B; tropical and subtropical, small fi11it, inedible peel, subgroup 24A; and a new regional use on grass ( seed crop) | Supporting & Related Material | Risk Assessment | 2023-06-20T04:00:00Z | 2023 | 6 | 2023-06-24T07:24:48Z | 0 | 0 | 0900006485abc436 | |||
| EPA-HQ-OPP-2022-0014-0006 | EPA | None EPA-HQ-OPP-2022-0014 | Glufosinate. Petition for the Section 3 Registration of Glufosinate for Use on Tropical and Subtropical, Medium to Large Fruit, Edible Peel, Subgroup 23B; Tropical and Subtropical, Small Fruit, Inedible Peel, Subgroup 24A; Tropical and Subtropical, Medium to Large Fruit, Smooth, Inedible Peel, Subgroup 24B; and a New Regional Use on Grass (Seed Crop). Summary of Analytical Chemistry and Residue... | Supporting & Related Material | Petition | 2023-06-20T04:00:00Z | 2023 | 6 | 2023-06-24T07:24:50Z | 0 | 0 | 0900006485abc435 | |||
| EPA-HQ-OPP-2022-0014-0003 | EPA | None EPA-HQ-OPP-2022-0014 | Pesticide Tolerance; Exemptions, Petitions, Revocations, etc.: Glufosinate | Rule | 2023-06-20T04:00:00Z | 2023 | 6 | 2023-06-20T04:00:00Z | 2023-08-22T03:59:59Z | 2023-06-20T14:31:01Z | 2023-12926 | 0 | 0 | 0900006485b777f9 | |
| EPA-HQ-OPP-2022-0014-0004 | EPA | None EPA-HQ-OPP-2022-0014 | Glufosinate. Acute and Chronic Aggregate Dietary (Food and Drinking Water) Exposure and Risk Assessment for the Section 3 Registration of Glufosinate for Use on Tropical and Subtropical, Medium to Large Fruit, Edible Peel, Subgroup 23B; Tropical and Subtropical, Small Fruit, Inedible Peel, Subgroup 24A; Tropical and Subtropical, Medium to Large Fruit, Smooth, Inedible Peel, Subgroup 24B | Supporting & Related Material | Risk Assessment | 2023-06-20T04:00:00Z | 2023 | 6 | 2023-06-24T07:24:47Z | 0 | 0 | 0900006485abc41c | |||
| EPA-HQ-OPP-2022-0014-0001 | EPA | None EPA-HQ-OPP-2022-0014 | Receipt of a Pesticide Petition Filed for Residues of Pesticide Chemicals in or on Various Commodities: September 2022 | Proposed Rule | 2022-10-24T04:00:00Z | 2022 | 10 | 2022-10-24T04:00:00Z | 2022-11-24T04:59:59Z | 2022-10-25T02:18:00Z | 2022-22979 | 0 | 0 | 090000648544da2c | |
| EPA-HQ-OPP-2022-0014-0002 | EPA | None EPA-HQ-OPP-2022-0014 | Interregional Research Project Number 4 (IR-4) Notice of Filing Pesticide Petition No. 1E8960 to establish tolerances for (a) General tolerances for residues of the herbicide glufosinate ammonium, including its metabolites and degradates. Compliance with the tolerance levels is to be determined by measuring the sum of glufosinate ammonium, butanoic acid, 2-amino-4-(hydroxymethylphosphinyl) | Supporting & Related Material | Petition | 2022-10-24T04:00:00Z | 2022 | 10 | 2022-10-25T02:18:12Z | 0 | 0 | 0900006485375026 |
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;