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

10 rows where docket_id = "EPA-HQ-OPP-2012-0507" 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 8
  • Notice 1
  • Other 1

posted_year 2

  • 2014 9
  • 2012 1

agency_id 1

  • EPA 10
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-0507-0008 EPA None EPA-HQ-OPP-2012-0507 Clonostachys rosea strain 321U Approved Technical Label Supporting & Related Material   2014-07-21T04:00:00Z 2014 7     2014-07-21T19:44:40Z   0 0 090000648179f6a7
EPA-HQ-OPP-2012-0507-0007 EPA None EPA-HQ-OPP-2012-0507 Final Biospecticides Registration Action Document Clonostachys rosea strain 321U Supporting & Related Material   2014-07-21T04:00:00Z 2014 7     2014-07-21T19:44:30Z   0 0 090000648179f6a6
EPA-HQ-OPP-2012-0507-0011 EPA None EPA-HQ-OPP-2012-0507 Clonostachys Rosea Strain 321U Registration Notice EP Supporting & Related Material Permit, Registration 2014-07-21T04:00:00Z 2014 7     2014-07-21T19:45:04Z   0 0 090000648179f6aa
EPA-HQ-OPP-2012-0507-0009 EPA None EPA-HQ-OPP-2012-0507 Clonostachys rosea strain 321U EP Approved Label Supporting & Related Material   2014-07-21T04:00:00Z 2014 7     2014-07-21T19:44:52Z   0 0 090000648179f6a8
EPA-HQ-OPP-2012-0507-0010 EPA None EPA-HQ-OPP-2012-0507 Clonostachys rosea strain 321U Registration Notice Supporting & Related Material Permit, Registration 2014-07-21T04:00:00Z 2014 7     2014-07-21T19:44:52Z   0 0 090000648179f6a9
EPA-HQ-OPP-2012-0507-0003 EPA None EPA-HQ-OPP-2012-0507 Proposed Draft End-Use Product Label for FPSolano EP (EPA File Symbol 89046-R) Supporting & Related Material   2014-05-28T04:00:00Z 2014 5     2014-05-28T20:04:37Z   0 0 090000648170f841
EPA-HQ-OPP-2012-0507-0002 EPA None EPA-HQ-OPP-2012-0507 Public Participation for New Active Microbial Ingredient Clonostachys Rosea Strain 321U Other Public Participation 2014-05-28T04:00:00Z 2014 5 2014-05-28T04:00:00Z 2014-06-12T03:59:59Z 2014-06-01T00:41:28Z   0 0 090000648171a206
EPA-HQ-OPP-2012-0507-0004 EPA None EPA-HQ-OPP-2012-0507 DRAFT Clonostachys Rosea Strain 321U Biopesticides Registration Action Document (BRAD) Supporting & Related Material   2014-05-28T04:00:00Z 2014 5     2014-05-28T20:04:49Z   0 0 090000648170f842
EPA-HQ-OPP-2012-0507-0005 EPA None EPA-HQ-OPP-2012-0507 DRAFT Manufacturing-Use Label for FPSolano Technical (EPA File Symbol 89046-E) Supporting & Related Material   2014-05-28T04:00:00Z 2014 5     2014-05-28T20:05:02Z   0 0 090000648170f843
EPA-HQ-OPP-2012-0507-0001 EPA None EPA-HQ-OPP-2012-0507 Registration Applications: Pesticide Products Containing New Active Ingredients Notice   2012-08-15T04:00:00Z 2012 8 2012-08-14T04:00:00Z 2012-09-14T03:59:59Z 2012-08-17T20:18:32Z 2012-19989 0 0 09000064810d9af8

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