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-2012-0310" 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)

document_type 3

  • Supporting & Related Material 10
  • Notice 1
  • Other 1

posted_year 2

  • 2012 9
  • 2013 3

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-2012-0310-0013 EPA None EPA-HQ-OPP-2012-0310 Final Decision Memorandum Supporting & Related Material Memorandum 2013-04-05T04:00:00Z 2013 4     2013-04-05T19:44:04Z   0 0 09000064812416a4
EPA-HQ-OPP-2012-0310-0012 EPA None EPA-HQ-OPP-2012-0310 Final Topramezone Decision Document Supporting & Related Material Decision 2013-04-05T04:00:00Z 2013 4     2013-04-05T19:43:53Z   0 0 09000064812416a3
EPA-HQ-OPP-2012-0310-0011 EPA None EPA-HQ-OPP-2012-0310 Final Approved Product Label 7969-327 Topramezone 2.8 SC Supporting & Related Material   2013-04-05T04:00:00Z 2013 4     2013-04-05T19:44:18Z   0 0 09000064812416a2
EPA-HQ-OPP-2012-0310-0003 EPA None EPA-HQ-OPP-2012-0310 Public Participation for Registration of New Herbicide Topramezone for Residential Use Other Public Participation 2012-10-24T04:00:00Z 2012 10 2012-10-24T04:00:00Z 2012-11-24T04:59:59Z 2012-10-24T16:56:16Z   0 0 090000648114ea0f
EPA-HQ-OPP-2012-0310-0006 EPA None EPA-HQ-OPP-2012-0310 Environmental Fate and Ecological Risk Assessment for First Residential Uses of Topramezone Supporting & Related Material Risk Assessment 2012-10-24T04:00:00Z 2012 10     2012-10-24T16:55:54Z   0 0 090000648100d429
EPA-HQ-OPP-2012-0310-0004 EPA None EPA-HQ-OPP-2012-0310 Human Heath Effects Risk Assessment for First Residential Uses of Topramezone Supporting & Related Material Risk Assessment 2012-10-24T04:00:00Z 2012 10     2012-10-24T16:55:43Z   0 0 090000648100d427
EPA-HQ-OPP-2012-0310-0008 EPA None EPA-HQ-OPP-2012-0310 Proposed Label for Topramezone First Residential Uses Supporting & Related Material   2012-10-24T04:00:00Z 2012 10     2012-10-24T16:56:06Z   0 0 090000648100d4f4
EPA-HQ-OPP-2012-0310-0009 EPA None EPA-HQ-OPP-2012-0310 Acute and Chronic Dietary Exposure and Risk Assessment for First Residential Uses on Topramezone Supporting & Related Material Risk Assessment 2012-10-24T04:00:00Z 2012 10     2012-10-24T16:56:16Z   0 0 0900006481068dcb
EPA-HQ-OPP-2012-0310-0005 EPA None EPA-HQ-OPP-2012-0310 Occupational and Residential Exposure Assessment for the First Residential Uses of Topramezone Supporting & Related Material Risk Assessment 2012-10-24T04:00:00Z 2012 10     2012-10-24T16:55:44Z   0 0 090000648100d428
EPA-HQ-OPP-2012-0310-0010 EPA None EPA-HQ-OPP-2012-0310 Topramezone Proposed Registration Decision Supporting & Related Material Report 2012-10-24T04:00:00Z 2012 10     2012-10-24T16:56:26Z   0 0 090000648114d1f8
EPA-HQ-OPP-2012-0310-0007 EPA None EPA-HQ-OPP-2012-0310 Drinking Water Estimates for Topramezone First Residential Uses Supporting & Related Material Risk Assessment 2012-10-24T04:00:00Z 2012 10     2012-10-24T16:55:56Z   0 0 090000648100d4f3
EPA-HQ-OPP-2012-0310-0001 EPA None EPA-HQ-OPP-2012-0310 Pesticide Products: Applications to Register New Uses Notice Notice of Receipt of Petition 2012-05-23T04:00:00Z 2012 5 2012-05-23T04:00:00Z 2012-06-23T03:59:59Z 2012-06-19T02:01:19Z 2012-12492 0 0 090000648101a294

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