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

11 rows where docket_id = "EPA-HQ-OPP-2012-0161" and posted_year = 2012 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 2

  • Supporting & Related Material 10
  • Notice 1

posted_year 1

  • 2012 · 11 ✖

agency_id 1

  • EPA 11
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-0161-0015 EPA None EPA-HQ-OPP-2012-0161 11/14/12. EFED Response to Comments Regarding the Registration Review Problem Formulation for Aldicarb Supporting & Related Material Comment Response 2012-12-27T05:00:00Z 2012 12     2012-12-27T18:55:54Z   0 0 090000648119b70a
EPA-HQ-OPP-2012-0161-0016 EPA None EPA-HQ-OPP-2012-0161 11/29/12. Aldicarb. Response to Comments on Registration Review Docket (EPA-HQ-OPP-2012-0161) for Aldicarb (Case 0140) Supporting & Related Material Comment Response 2012-12-27T05:00:00Z 2012 12     2012-12-27T18:56:06Z   0 0 090000648119b7bb
EPA-HQ-OPP-2012-0161-0017 EPA None EPA-HQ-OPP-2012-0161 12/21/12. Aldicarb Final Work Plan Supporting & Related Material Work Plan 2012-12-27T05:00:00Z 2012 12     2012-12-27T18:55:42Z   0 0 090000648119b7bc
EPA-HQ-OPP-2012-0161-0008 EPA None EPA-HQ-OPP-2012-0161 Extension of Comment Period for Registration Review Supporting & Related Material Memorandum 2012-07-13T04:00:00Z 2012 7     2012-07-13T16:27:07Z   0 0 0900006481094856
EPA-HQ-OPP-2012-0161-0007 EPA None EPA-HQ-OPP-2012-0161 12/8/11 - BEAD Chemical Profile for Registration Review: Aldicarb (098301). Supporting & Related Material Report 2012-07-09T04:00:00Z 2012 7     2012-07-09T15:38:06Z   0 0 09000064810356f5
EPA-HQ-OPP-2012-0161-0006 EPA None EPA-HQ-OPP-2012-0161 5/24/12 - EFED Registration Review Problem Formulation for Aldicarb Supporting & Related Material Report 2012-07-09T04:00:00Z 2012 7     2012-07-09T15:37:58Z   0 0 09000064810356f4
EPA-HQ-OPP-2012-0161-0003 EPA None EPA-HQ-OPP-2012-0161 6/4/12 - Aldicarb Preliminary Work Plan Registration Review: Initial Docket Case Number 0140 June 2012. Supporting & Related Material Report 2012-07-09T04:00:00Z 2012 7     2012-07-09T15:37:41Z   0 0 09000064810356f1
EPA-HQ-OPP-2012-0161-0005 EPA None EPA-HQ-OPP-2012-0161 3/14/12 - Aldicarb: Review of Human Incidents. Supporting & Related Material Report 2012-07-09T04:00:00Z 2012 7     2012-07-09T15:37:49Z   0 0 09000064810356f3
EPA-HQ-OPP-2012-0161-0002 EPA None EPA-HQ-OPP-2012-0161 Reader’s Guide to the Aldicarb Docket # EPA-HQ-OPP-2012-0161. Supporting & Related Material Report 2012-07-09T04:00:00Z 2012 7     2012-07-09T15:38:14Z   0 0 090000648103552b
EPA-HQ-OPP-2012-0161-0004 EPA None EPA-HQ-OPP-2012-0161 5/16/12 - Aldicarb. Human Health Assessment Scoping Document in Support of Registration Review Supporting & Related Material Report 2012-07-09T04:00:00Z 2012 7     2012-07-09T15:38:22Z   0 0 09000064810356f2
EPA-HQ-OPP-2012-0161-0001 EPA None EPA-HQ-OPP-2012-0161 Registration Reviews; Pesticide Dockets Notice   2012-07-06T04:00:00Z 2012 7 2012-07-06T04:00:00Z 2012-09-11T03:59:59Z 2013-10-25T01:02:06Z 2012-16328 0 0 090000648107de25

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