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

8 rows where docket_id = "EPA-HQ-OPP-2012-0487" and posted_year = 2012 sorted by posted_date descending

✎ View and edit SQL

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)

document_type 2

  • Supporting & Related Material 7
  • Notice 1

posted_year 1

  • 2012 · 8 ✖

agency_id 1

  • EPA 8
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-0487-0005 EPA None EPA-HQ-OPP-2012-0487 January 26, 2012 -Biological and Economic Analysis Division (BEAD) Chemical Profile for Metribuzin Supporting & Related Material Report 2012-09-26T04:00:00Z 2012 9     2012-09-26T15:55:54Z   0 0 0900006481107677
EPA-HQ-OPP-2012-0487-0006 EPA None EPA-HQ-OPP-2012-0487 May 22, 2012 - PRD Label Data Report for Metribuzin Supporting & Related Material Report 2012-09-26T04:00:00Z 2012 9     2012-09-26T15:55:23Z   0 0 0900006481107678
EPA-HQ-OPP-2012-0487-0004 EPA None EPA-HQ-OPP-2012-0487 May 8, 2012 - Metribuzin: Review of Human Incidents Supporting & Related Material Report 2012-09-26T04:00:00Z 2012 9     2012-09-26T15:55:44Z   0 0 09000064811070f6
EPA-HQ-OPP-2012-0487-0007 EPA None EPA-HQ-OPP-2012-0487 March 29, 2011 - Metribuzin (101101) Screening Level Usage Analysis (SLUA). Supporting & Related Material Report 2012-09-26T04:00:00Z 2012 9     2012-09-26T15:56:04Z   0 0 090000648110767b
EPA-HQ-OPP-2012-0487-0008 EPA None EPA-HQ-OPP-2012-0487 9/14/12 - Metribuzin Preliminary Work Plan Supporting & Related Material Work Plan 2012-09-26T04:00:00Z 2012 9     2012-09-26T15:56:14Z   0 0 0900006481120579
EPA-HQ-OPP-2012-0487-0002 EPA None EPA-HQ-OPP-2012-0487 9/24/12 - Problem Formulation for the Environmental Fate and Ecological Risk, Endangered Species, and Drinking Water Assessments in Support of the Registration Review of Metribuzin Supporting & Related Material Report 2012-09-26T04:00:00Z 2012 9     2012-09-26T15:55:23Z   0 0 09000064811070f2
EPA-HQ-OPP-2012-0487-0001 EPA None EPA-HQ-OPP-2012-0487 Registration Reviews: Pesticide Dockets Opened for Review and Comment Notice   2012-09-26T04:00:00Z 2012 9 2012-09-26T04:00:00Z 2012-11-27T04:59:59Z 2013-01-12T03:01:36Z 2012-23520 0 0 090000648112937b
EPA-HQ-OPP-2012-0487-0003 EPA None EPA-HQ-OPP-2012-0487 July 19, 2012 - Metribuzin. Human Health Risk Scoping Document in Support of Registration Review Supporting & Related Material Risk Assessment 2012-09-26T04:00:00Z 2012 9     2012-09-26T15:55:34Z   0 0 09000064811070f3

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