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-0813" and posted_year = 2012 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, last_modified, 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-2009-0813-0009 | EPA | None EPA-HQ-OPP-2009-0813 | Glufosinate Ammonium. Report of the Residues of Concern Knowledgebase Subcommittee (ROCKS) | Supporting & Related Material | Memorandum | 2012-09-26T04:00:00Z | 2012 | 9 | 2012-09-26T15:10:27Z | 0 | 0 | 09000064810b4e00 | |||
| EPA-HQ-OPP-2009-0813-0007 | EPA | None EPA-HQ-OPP-2009-0813 | Glufosinate Ammonium. Petitions for the Establishment of Permanent Tolerances in/on Citrus Fruits (Crop Group 10), Pome Fruits (Crop Group 11), Stone Fruits (Crop Group 12), Olives and Sweet Corn. Summary of Analytical Chemistry and Residue Data, dated August 31, 2010 | Supporting & Related Material | Memorandum | 2012-09-26T04:00:00Z | 2012 | 9 | 2012-09-26T15:10:26Z | 0 | 0 | 09000064810b3ac2 | |||
| EPA-HQ-OPP-2009-0813-0010 | EPA | None EPA-HQ-OPP-2009-0813 | E-Mail 8-6-2012: "Re: Glufosinate Ammonium Tolerance Petition - Sweet Corn, others" | Supporting & Related Material | 2012-09-26T04:00:00Z | 2012 | 9 | 2012-09-26T15:10:27Z | 0 | 0 | 09000064810c93cd | ||||
| EPA-HQ-OPP-2009-0813-0006 | EPA | None EPA-HQ-OPP-2009-0813 | Glufosinate Ammonium. Update of the Revised Acute and Chronic Aggregate Dietary (Food and Drinking Water) Exposure Assessment in Support of the Petition Proposing Tolerances for Residues of Glufosinate Ammonium in/on Citrus Fruits (Crop Group 10), Pome Fruits (Crop Group 11), Stone Fruits (Crop Group 12), Olives, and Sweet Corn, dated June 19, 2012 | Supporting & Related Material | Memorandum | 2012-09-26T04:00:00Z | 2012 | 9 | 2012-09-26T15:10:26Z | 0 | 0 | 09000064810b3ac0 | |||
| EPA-HQ-OPP-2009-0813-0008 | EPA | None EPA-HQ-OPP-2009-0813 | Refined Drinking Water Assessment for Glufosinate-ammonium Use on Rice, dated May 30, 2012 | Supporting & Related Material | Memorandum | 2012-09-26T04:00:00Z | 2012 | 9 | 2012-09-26T15:10:27Z | 0 | 0 | 09000064810b3ac4 | |||
| EPA-HQ-OPP-2009-0813-0005 | EPA | None EPA-HQ-OPP-2009-0813 | Glufosinate Ammonium. Updated Human Health Risk Assessment for the Proposed New Use of Glufosinate Ammonium in/on Citrus Fruit (Crop Group 10), Pome Fruit (Crop Group 11), Stone Fruit (Crop Group 12), Olives and Sweet Corn, dated July 25, 2012 | Supporting & Related Material | Memorandum | 2012-09-26T04:00:00Z | 2012 | 9 | 2012-09-26T15:10:26Z | 0 | 0 | 09000064810b3abd | |||
| EPA-HQ-OPP-2009-0813-0004 | EPA | None EPA-HQ-OPP-2009-0813 | Pesticide Tolerances: Glufosinate ammonium | Rule | 2012-09-26T04:00:00Z | 2012 | 9 | 2012-09-26T04:00:00Z | 2012-11-27T04:59:59Z | 2012-09-26T15:09:49Z | 2012-23738 | 0 | 0 | 0900006481128bb0 |
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;