documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where docket_id = "EPA-HQ-OPP-2009-0798" and posted_year = 2011 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_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-2009-0798-0011 | EPA | None EPA-HQ-OPP-2009-0798 | Ecological Risk Assessment of Flurprimidol Proposed for New Uses in Greenhouses, Shadehouses, and Nurseries | Supporting & Related Material | Adjudication, Brief, Decision, Decree, Motion, Order | 2011-04-19T04:00:00Z | 2011 | 4 | 2011-04-19T17:58:25Z | 0 | 0 | 0900006480a70a9d | |||
| EPA-HQ-OPP-2009-0798-0016 | EPA | None EPA-HQ-OPP-2009-0798 | 67690-44 Turf Fertilizer - Contains Cutless 0.17% Label Approved 12/29/10 | Supporting & Related Material | Adjudication, Brief, Decision, Decree, Motion, Order | 2011-04-19T04:00:00Z | 2011 | 4 | 2011-04-19T17:58:36Z | 0 | 0 | 0900006480bcd272 | |||
| EPA-HQ-OPP-2009-0798-0012 | EPA | None EPA-HQ-OPP-2009-0798 | 67690-13 Cutless 0.33G Label approved 12/29-10 | Supporting & Related Material | Adjudication, Brief, Decision, Decree, Motion, Order | 2011-04-19T04:00:00Z | 2011 | 4 | 2011-04-19T17:58:27Z | 0 | 0 | 0900006480bcd26d | |||
| EPA-HQ-OPP-2009-0798-0013 | EPA | None EPA-HQ-OPP-2009-0798 | 67690-15 Cutless 50W Approved Label dated 12-29-10 | Supporting & Related Material | Adjudication, Brief, Decision, Decree, Motion, Order | 2011-04-19T04:00:00Z | 2011 | 4 | 2011-04-19T17:58:29Z | 0 | 0 | 0900006480bcd26f | |||
| EPA-HQ-OPP-2009-0798-0014 | EPA | None EPA-HQ-OPP-2009-0798 | 67690-16 Cutless Technical Label Approved 12/29/10 | Supporting & Related Material | Adjudication, Brief, Decision, Decree, Motion, Order | 2011-04-19T04:00:00Z | 2011 | 4 | 2011-04-19T17:58:31Z | 0 | 0 | 0900006480bcd270 | |||
| EPA-HQ-OPP-2009-0798-0019 | EPA | None EPA-HQ-OPP-2009-0798 | 67690-46 - SP5075 Turf Growth Regulator | Supporting & Related Material | Adjudication, Brief, Decision, Decree, Motion, Order | 2011-04-19T04:00:00Z | 2011 | 4 | 2011-04-19T17:58:42Z | 0 | 0 | 0900006480c05eff | |||
| EPA-HQ-OPP-2009-0798-0018 | EPA | None EPA-HQ-OPP-2009-0798 | Registration of Flurprimidol on Turf Grass and Ornamentals in Residential and Non-Occupational Settings | Supporting & Related Material | Adjudication, Brief, Decision, Decree, Motion, Order | 2011-04-19T04:00:00Z | 2011 | 4 | 2011-04-19T17:58:40Z | 0 | 0 | 0900006480bcd305 | |||
| EPA-HQ-OPP-2009-0798-0015 | EPA | None EPA-HQ-OPP-2009-0798 | 67690-19 Turf Fertilizer - Contains Cutless 0.5% Label Approved 12/29/10 | Supporting & Related Material | Adjudication, Brief, Decision, Decree, Motion, Order | 2011-04-19T04:00:00Z | 2011 | 4 | 2011-04-19T17:58:34Z | 0 | 0 | 0900006480bcd271 | |||
| EPA-HQ-OPP-2009-0798-0017 | EPA | None EPA-HQ-OPP-2009-0798 | Flurprimidol: Decision Memorandum | Supporting & Related Material | Adjudication, Brief, Decision, Decree, Motion, Order | 2011-04-19T04:00:00Z | 2011 | 4 | 2011-04-19T17:58:38Z | 0 | 0 | 0900006480bcd068 |
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;