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

13 rows where docket_id = "EPA-HQ-OPP-2010-0043" 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

  • 2011 11
  • 2010 1
  • 2012 1

document_type 3

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

agency_id 1

  • EPA 13
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-2010-0043-0013 EPA None EPA-HQ-OPP-2010-0043 Flazasulfuron First Food Use Final Registration Decision Supporting & Related Material Report 2012-02-09T05:00:00Z 2012 2     2012-02-09T17:00:35Z   0 0 0900006480fb12dd
EPA-HQ-OPP-2010-0043-0010 EPA None EPA-HQ-OPP-2010-0043 Flazasulfuron First Food Use Proposed Label for ISK Flazasulfuron Herbicide (EPA File Symbol Number 71512-RI) Supporting & Related Material Adjudication 2011-12-22T05:00:00Z 2011 12     2012-02-09T16:59:20Z   0 0 0900006480ee44d9
EPA-HQ-OPP-2010-0043-0012 EPA None EPA-HQ-OPP-2010-0043 Flazasulfuron First Food Use Proposed Registration Decision Supporting & Related Material Report 2011-12-22T05:00:00Z 2011 12     2012-02-09T16:59:21Z   0 0 0900006480f87356
EPA-HQ-OPP-2010-0043-0006 EPA None EPA-HQ-OPP-2010-0043 Flazasulfuron First Food Use Occupational and Residential Exposure Assessment Supporting & Related Material Memorandum 2011-12-22T05:00:00Z 2011 12     2012-02-09T16:59:20Z   0 0 0900006480ee44b7
EPA-HQ-OPP-2010-0043-0011 EPA None EPA-HQ-OPP-2010-0043 Flazasulfuron First Food Use Amendment to Summary of Analytical Chemistry and Residue Data Supporting & Related Material Report 2011-12-22T05:00:00Z 2011 12     2012-02-09T16:59:21Z   0 0 0900006480f7dc5a
EPA-HQ-OPP-2010-0043-0005 EPA None EPA-HQ-OPP-2010-0043 Flazasulfuron First Food Use Dietary Assessment Supporting & Related Material Memorandum 2011-12-22T05:00:00Z 2011 12     2012-02-09T16:59:20Z   0 0 0900006480ee44b6
EPA-HQ-OPP-2010-0043-0008 EPA None EPA-HQ-OPP-2010-0043 Flazasulfuron First Food Use Drinking Water Assessment Supporting & Related Material Memorandum 2011-12-22T05:00:00Z 2011 12     2012-02-09T16:59:20Z   0 0 0900006480ee44b9
EPA-HQ-OPP-2010-0043-0002 EPA None EPA-HQ-OPP-2010-0043 Public Participation for Pesticide Active Ingredient Flazasulfron for Food Use , Uses on Christmas Trees, and Industrial Management Areas. Other Public Participation 2011-12-22T05:00:00Z 2011 12 2011-12-22T05:00:00Z 2012-01-21T04:59:59Z 2012-02-09T16:59:21Z   0 0 0900006480f88103
EPA-HQ-OPP-2010-0043-0003 EPA None EPA-HQ-OPP-2010-0043 Flazasulfuron First Food Use Human Health Risk Assessment Supporting & Related Material Memorandum 2011-12-22T05:00:00Z 2011 12     2012-02-09T16:59:20Z   0 0 0900006480ee44b4
EPA-HQ-OPP-2010-0043-0009 EPA None EPA-HQ-OPP-2010-0043 Flazasulfuron First Food Use Refined Drinking Water Assessment Supporting & Related Material Memorandum 2011-12-22T05:00:00Z 2011 12     2012-02-09T16:59:20Z   0 0 0900006480ee44ba
EPA-HQ-OPP-2010-0043-0004 EPA None EPA-HQ-OPP-2010-0043 Flazasulfuron First Food Use EFED Risk Assessment Supporting & Related Material Memorandum 2011-12-22T05:00:00Z 2011 12     2012-02-09T16:59:20Z   0 0 0900006480ee44b5
EPA-HQ-OPP-2010-0043-0007 EPA None EPA-HQ-OPP-2010-0043 Flazasulfuron First Food Use Summary of Analytical Chemistry and Residue Data Supporting & Related Material Memorandum 2011-12-22T05:00:00Z 2011 12     2012-02-09T16:59:20Z   0 0 0900006480ee44b8
EPA-HQ-OPP-2010-0043-0001 EPA None EPA-HQ-OPP-2010-0043 Registration Applications: Pesticide Products Notice Federal Register Document 2010-03-19T04:00:00Z 2010 3 2010-03-19T04:00:00Z 2010-04-20T03:59:59Z 2012-02-09T16:59:20Z 2010-05958 0 0 0900006480ac1e74

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