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

14 rows where docket_id = "EPA-HQ-OPP-2011-0843" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subtype, posted_date, posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

document_type 3

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

posted_year 2

  • 2012 10
  • 2011 4

agency_id 1

  • EPA 14
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-2011-0843-0014 EPA None EPA-HQ-OPP-2011-0843 Final Supporting Statement for the Notice of Arrival of Pesticides and Devices under section 17(c) of FIFRA Supporting & Related Material ICR Supporting Statement 2012-07-05T04:00:00Z 2012 7     2012-07-05T13:25:26Z   0 0 0900006480fe982a
EPA-HQ-OPP-2011-0843-0013 EPA None EPA-HQ-OPP-2011-0843 Attachment E: EPA Form 3540-1 Supporting & Related Material ICR Supporting Statement 2012-07-05T04:00:00Z 2012 7     2012-07-05T13:25:59Z   0 0 0900006480fe97b8
EPA-HQ-OPP-2011-0843-0011 EPA None EPA-HQ-OPP-2011-0843 Attachment C: Work Sheets used to Calculate Labor Costs Supporting & Related Material Report 2012-07-05T04:00:00Z 2012 7     2012-07-05T13:25:42Z   0 0 0900006480fe97b6
EPA-HQ-OPP-2011-0843-0015 EPA None EPA-HQ-OPP-2011-0843 Attachment A: FIFRA Section 17 Supporting & Related Material Publication - USEPA 2012-07-05T04:00:00Z 2012 7     2012-07-05T13:25:34Z   0 0 0900006480fe982b
EPA-HQ-OPP-2011-0843-0016 EPA None EPA-HQ-OPP-2011-0843 Attachment B: 19 CFR 12.110 - 117 Supporting & Related Material ICR Supporting Statement 2012-07-05T04:00:00Z 2012 7     2012-07-05T13:25:18Z   0 0 0900006480fe9849
EPA-HQ-OPP-2011-0843-0010 EPA None EPA-HQ-OPP-2011-0843 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Arrival of Pesticides and Devices under FIFRA Notice   2012-07-05T04:00:00Z 2012 7 2012-07-05T04:00:00Z 2012-08-07T03:59:59Z 2012-08-07T02:02:06Z 2012-16379 0 0 090000648107a344
EPA-HQ-OPP-2011-0843-0017 EPA None EPA-HQ-OPP-2011-0843 EPA Response to Bayer Supporting & Related Material Comment Response 2012-07-05T04:00:00Z 2012 7     2012-07-05T13:26:07Z   0 0 090000648105f3d9
EPA-HQ-OPP-2011-0843-0012 EPA None EPA-HQ-OPP-2011-0843 Attachment D: Summary of Consultations Supporting & Related Material Report 2012-07-05T04:00:00Z 2012 7     2012-07-05T13:25:51Z   0 0 0900006480fe97b7
EPA-HQ-OPP-2011-0843-0008 EPA None EPA-HQ-OPP-2011-0843 EPA Response to Request for Extended Comment Period Other   2012-02-14T05:00:00Z 2012 2 2012-02-14T05:00:00Z   2012-02-14T13:45:17Z   0 0 0900006480fb49f9
EPA-HQ-OPP-2011-0843-0006 EPA None EPA-HQ-OPP-2011-0843 EPA Letter to Crop Life America Regarding Request for Extended Comment Period Supporting & Related Material Comment Response 2012-02-10T05:00:00Z 2012 2     2012-02-10T20:40:30Z   0 0 0900006480fb2dcd
EPA-HQ-OPP-2011-0843-0004 EPA None EPA-HQ-OPP-2011-0843 Attachment F: Proposed EPA Form 3540-1 Supporting & Related Material Form 2011-12-14T05:00:00Z 2011 12     2012-01-15T12:46:45Z   0 0 0900006480f657a3
EPA-HQ-OPP-2011-0843-0001 EPA None EPA-HQ-OPP-2011-0843 Agency Information Collection Activities; Proposals, Submissions, and Approvals Notice   2011-12-14T05:00:00Z 2011 12 2011-12-14T05:00:00Z 2012-02-14T04:59:59Z 2012-01-15T12:46:35Z 2011-32075 0 0 0900006480f823b5
EPA-HQ-OPP-2011-0843-0002 EPA None EPA-HQ-OPP-2011-0843 Supporting Statement for Notice of Arrival of Pesticides and Devices under section 17(c) of FIFRA Supporting & Related Material ICR Supporting Statement 2011-12-14T05:00:00Z 2011 12     2012-01-15T12:46:50Z   0 0 0900006480f65758
EPA-HQ-OPP-2011-0843-0003 EPA None EPA-HQ-OPP-2011-0843 Attachment E: Currently approved EPA Form 3540-1 Supporting & Related Material Form 2011-12-14T05:00:00Z 2011 12     2012-01-15T12:46:40Z   0 0 0900006480f65759

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