home / openregs

documents

Regulatory documents from Regulations.gov including rules, proposed rules, notices, and supporting materials.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

10 rows where docket_id = "EPA-HQ-OPP-2009-0813" sorted by posted_date descending

✎ View and edit SQL

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)

posted_year 3

  • 2012 7
  • 2010 2
  • 2009 1

document_type 3

  • Supporting & Related Material 7
  • Notice 2
  • Rule 1

agency_id 1

  • EPA 10
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 E-mail 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
EPA-HQ-OPP-2009-0813-0003 EPA None EPA-HQ-OPP-2009-0813 Glufosinate-ammonium: Pesticide Petition [9E7604] to Establish a Tolerance for Residue(s)....Corn, sweet, kernel........and Corn, sweet, stover. Supporting & Related Material   2010-01-06T05:00:00Z 2010 1     2010-08-16T14:51:13Z   0 0 0900006480a4762d
EPA-HQ-OPP-2009-0813-0002 EPA None EPA-HQ-OPP-2009-0813 Notice of Receipt of Several Pesticide Petitions Filed for Residues of Pesticide Chemicals in or on Various Commodities (PP# 9E7604) Notice Federal Register Document 2010-01-06T05:00:00Z 2010 1 2010-01-06T05:00:00Z 2010-02-06T04:59:59Z 2010-08-16T14:54:37Z E9-31192 0 0 0900006480a780a0
EPA-HQ-OPP-2009-0813-0001 EPA None EPA-HQ-OPP-2009-0813 Pesticide Products: Registration Applications Notice Federal Register Document 2009-11-17T05:00:00Z 2009 11 2009-11-17T05:00:00Z 2009-12-17T04:59:59Z 2010-08-16T14:53:52Z E9-27423 0 0 0900006480a5947a

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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;
Powered by Datasette · Queries took 96.276ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API