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

12 rows where docket_id = "EPA-HQ-OPP-2009-0722" 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

  • 2010 10
  • 2009 1
  • 2012 1

document_type 3

  • Supporting & Related Material 9
  • Notice 2
  • Other 1

agency_id 1

  • EPA 12
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-0722-0020 EPA None EPA-HQ-OPP-2009-0722 Pesticide Products: Registration Applications to Register New Uses Notice   2012-12-19T05:00:00Z 2012 12 2012-12-19T05:00:00Z 2013-01-19T04:59:59Z 2012-12-19T20:48:09Z 2012-30614 0 0 0900006481192d4c
EPA-HQ-OPP-2009-0722-0016 EPA None EPA-HQ-OPP-2009-0722 Furfural. Response to Comment Dated June 8, 2010 in Docket No. EPA-HQ-OPP-2009-0722 Supporting & Related Material Adjudication, Brief, Decision, Decree, Motion, Order 2010-08-04T04:00:00Z 2010 8     2010-08-04T18:03:12Z   0 0 0900006480b23b51
EPA-HQ-OPP-2009-0722-0017 EPA None EPA-HQ-OPP-2009-0722 AgriGuard Letter to EPA; Furfural Actions, July 23, 2010 Supporting & Related Material Adjudication, Brief, Decision, Decree, Motion, Order 2010-08-04T04:00:00Z 2010 8     2010-08-04T18:03:14Z   0 0 0900006480b23c42
EPA-HQ-OPP-2009-0722-0015 EPA None EPA-HQ-OPP-2009-0722 Verification of Furfural Air Estimated Exposure Concentrations Supporting & Related Material Adjudication, Brief, Decision, Decree, Motion, Order 2010-08-04T04:00:00Z 2010 8     2010-08-04T18:03:10Z   0 0 0900006480b23b50
EPA-HQ-OPP-2009-0722-0018 EPA None EPA-HQ-OPP-2009-0722 Registration Decision for Furfural on Golf Courses (Greens and Tees) and Sod Farms Supporting & Related Material Adjudication, Brief, Decision, Decree, Motion, Order 2010-08-04T04:00:00Z 2010 8     2010-08-04T18:03:17Z   0 0 0900006480b23c43
EPA-HQ-OPP-2009-0722-0005 EPA None EPA-HQ-OPP-2009-0722 Furfural Registration Actions; US EPA Human Health Risk Assessment Supporting & Related Material   2010-05-21T04:00:00Z 2010 5     2010-06-29T20:49:39Z   0 0 0900006480ae8585
EPA-HQ-OPP-2009-0722-0006 EPA None EPA-HQ-OPP-2009-0722 Furfural Registration Actions; US EPA Public Interest Review and Analysis Supporting & Related Material   2010-05-21T04:00:00Z 2010 5     2010-06-29T20:49:39Z   0 0 0900006480ae8586
EPA-HQ-OPP-2009-0722-0003 EPA None EPA-HQ-OPP-2009-0722 Furfural Registration Actions; Proposed Decision Document Supporting & Related Material   2010-05-21T04:00:00Z 2010 5     2010-06-29T20:49:38Z   0 0 0900006480ae8583
EPA-HQ-OPP-2009-0722-0002 EPA None EPA-HQ-OPP-2009-0722 Open for Public Access Furfural Registration Actions Other NA 2010-05-21T04:00:00Z 2010 5 2010-05-21T04:00:00Z 2010-06-22T03:59:59Z 2010-06-29T20:49:39Z   0 0 0900006480af2146
EPA-HQ-OPP-2009-0722-0007 EPA None EPA-HQ-OPP-2009-0722 Furfural Registration Action; Draft Label Supporting & Related Material   2010-05-21T04:00:00Z 2010 5     2010-06-29T20:49:39Z   0 0 0900006480aec486
EPA-HQ-OPP-2009-0722-0004 EPA None EPA-HQ-OPP-2009-0722 Furfural Registration Actions; US EPA Ecological Risk Assessment Supporting & Related Material   2010-05-21T04:00:00Z 2010 5     2010-06-29T20:49:39Z   0 0 0900006480ae8584
EPA-HQ-OPP-2009-0722-0001 EPA None EPA-HQ-OPP-2009-0722 Pesticide Products: Registration Applications Notice Federal Register Document 2009-10-26T04:00:00Z 2009 10 2009-10-26T04:00:00Z 2009-11-26T04:59:59Z 2010-06-29T20:49:38Z E9-25736 0 0 0900006480a4c370

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 141.054ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API