documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "EPA-HQ-OPP-2009-0797" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 3
agency_id 1
- EPA 7
| 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-2009-0797-0004 | EPA | None EPA-HQ-OPP-2009-0797 | Pesticide Tolerances: Halosulfuron-methyl | Rule | 2010-08-04T04:00:00Z | 2010 | 8 | 2010-08-04T04:00:00Z | 2010-08-04T14:27:04Z | 2010-19053 | 0 | 0 | 0900006480b28dee | ||
| EPA-HQ-OPP-2009-0797-0005 | EPA | None EPA-HQ-OPP-2009-0797 | Halosulfuron-methyl [9E7577]: Human Health Risk Assessment for IR-4 Proposed Uses in or on Crop Group 6B Succulent Shelled Pea and Bean......... Okra, Apples, and Rhubarb, dated April 5, 2010. | Supporting & Related Material | Adjudication, Brief, Decision, Decree, Motion, Order | 2010-08-04T04:00:00Z | 2010 | 8 | 2010-08-04T14:27:40Z | 0 | 0 | 0900006480ae4775 | |||
| EPA-HQ-OPP-2009-0797-0007 | EPA | None EPA-HQ-OPP-2009-0797 | Halosulfuron-Methyl Acute and Chronic Aggregate Dietary (Food and drinking Water) Exposure and Risk Assessments for ....Pea and Bean...Apple; and Okra | Supporting & Related Material | Audit, Assessment, Evaluation | 2010-08-04T04:00:00Z | 2010 | 8 | 2010-08-04T14:27:44Z | 0 | 0 | 0900006480b1e565 | |||
| EPA-HQ-OPP-2009-0797-0006 | EPA | None EPA-HQ-OPP-2009-0797 | Halosulfuron-methyl. Application for Section 3 Registration of Sandea Herbicide....Add new Uses on Pea and Bean......... Okra. Summary of Analytical Chemistry and Residue Data, dated March 3, 2010. | Supporting & Related Material | Application | 2010-08-04T04:00:00Z | 2010 | 8 | 2010-08-04T14:27:42Z | 0 | 0 | 0900006480ae4776 | |||
| EPA-HQ-OPP-2009-0797-0002 | EPA | None EPA-HQ-OPP-2009-0797 | Notice of Receipt of Several Pesticide Petitions Filed for Residues of Pesticide Chemicals in or on Various Commodities (PP # 9E7577) | Notice | Federal Register Document | 2010-01-06T05:00:00Z | 2010 | 1 | 2010-01-06T05:00:00Z | 2010-02-06T04:59:59Z | 2010-08-04T14:27:04Z | E9-31192 | 0 | 0 | 0900006480a77f35 |
| EPA-HQ-OPP-2009-0797-0003 | EPA | None EPA-HQ-OPP-2009-0797 | Halosulfuron-methyl [9E7577]: Pesticide Petition to Establish a Tolerance for Residue(s) of Halosulfuron-methyl in or on Pea and Bean..........and Okra. | Supporting & Related Material | 2010-01-06T05:00:00Z | 2010 | 1 | 2010-08-04T14:27:03Z | 0 | 0 | 0900006480a4857a | ||||
| EPA-HQ-OPP-2009-0797-0001 | EPA | None EPA-HQ-OPP-2009-0797 | Pesticide Products: Registration Applications | Notice | Federal Register Document | 2009-12-23T05:00:00Z | 2009 | 12 | 2009-12-23T05:00:00Z | 2009-12-17T04:59:59Z | 2010-08-04T14:27:03Z | 0 | 0 | 0900006480a5947e |
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;