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-2014-0375" 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-2014-0375-0008 | EPA | None EPA-HQ-OPP-2014-0375 | Registration Decision for New Active Ingredient of Potassium Salts of Hops Beta Acids | Supporting & Related Material | Decision | 2025-03-26T04:00:00Z | 2025 | 3 | 2025-03-26T20:13:12Z | 0 | 0 | 0900006486975e98 | |||
| EPA-HQ-OPP-2014-0375-0003 | EPA | None EPA-HQ-OPP-2014-0375 | Science Review in Support of the Registration of HopGuard TGAI, HopGuardLiquid, and HopGuard, Respectively Containing 48.02%, 16%, and 16% Hops Beta Acids Resin, a New Active Ingredient. Review of Residue Studies, Tier I Toxicity and Tier I Non-Target Organism Studies and Rationales. | Supporting & Related Material | Risk Assessment | 2015-09-09T04:00:00Z | 2015 | 9 | 2015-09-10T00:33:37Z | 0 | 0 | 0900006481c54437 | |||
| EPA-HQ-OPP-2014-0375-0007 | EPA | None EPA-HQ-OPP-2014-0375 | Draft Decision Document - Potassium Salts of Hops Beta acids | Supporting & Related Material | Decision | 2015-09-09T04:00:00Z | 2015 | 9 | 2015-09-10T00:33:56Z | 0 | 0 | 0900006481c5ef40 | |||
| EPA-HQ-OPP-2014-0375-0005 | EPA | None EPA-HQ-OPP-2014-0375 | HOPGUARD Liquid Label (HopGuard Liquid is a Manufacturing Use Product for use in producing the HopGuard. HopGuard is for use in beehives to control Varroa mites (Varroa destructor) on honey bees) | Supporting & Related Material | 2015-09-09T04:00:00Z | 2015 | 9 | 2015-09-10T00:34:14Z | 0 | 0 | 0900006481c55598 | ||||
| EPA-HQ-OPP-2014-0375-0004 | EPA | None EPA-HQ-OPP-2014-0375 | HOPGUARD II Label (For use in beehives to control Varroa mites (Varroa destructor) on honey bees) | Supporting & Related Material | 2015-09-09T04:00:00Z | 2015 | 9 | 2015-09-10T00:34:06Z | 0 | 0 | 0900006481c55205 | ||||
| EPA-HQ-OPP-2014-0375-0006 | EPA | None EPA-HQ-OPP-2014-0375 | HopGuard® Technical Grade of Active Ingredient (Potassium Beta Resin) | Supporting & Related Material | 2015-09-09T04:00:00Z | 2015 | 9 | 2015-09-10T00:34:25Z | 0 | 0 | 0900006481c55599 | ||||
| EPA-HQ-OPP-2014-0375-0002 | EPA | None EPA-HQ-OPP-2014-0375 | Posting Memo for Public Participation Potassium Salts of Hops Beta Acids | Other | Public Participation | 2015-09-09T04:00:00Z | 2015 | 9 | 2015-09-09T04:00:00Z | 2015-09-24T03:59:59Z | 2015-09-10T00:33:47Z | 0 | 0 | 0900006481c5e508 | |
| EPA-HQ-OPP-2014-0375-0001 | EPA | None EPA-HQ-OPP-2014-0375 | Pesticide Product Registrations: Receipt of Applications for New Active Ingredients | Notice | Notice of Receipt of Petition | 2014-08-13T04:00:00Z | 2014 | 8 | 2014-08-13T04:00:00Z | 2014-09-13T03:59:59Z | 2014-08-13T16:35:18Z | 2014-19060 | 0 | 0 | 090000648181faab |
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;