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-2008-0879" 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 5

  • 2008 4
  • 2013 2
  • 2015 2
  • 2009 1
  • 2012 1

document_type 2

  • Supporting & Related Material 8
  • Notice 2

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-2008-0879-0011 EPA None EPA-HQ-OPP-2008-0879 Registration Reviews; Pesticide Dockets Notice   2015-07-15T04:00:00Z 2015 7 2015-07-15T04:00:00Z   2015-07-15T19:42:23Z 2015-07200 0 0 0900006481b7724f
EPA-HQ-OPP-2008-0879-0010 EPA None EPA-HQ-OPP-2008-0879 2-((hydroxymethyl)-amino)ethanol (HMAE) Notice of Registration Review Case Closure Supporting & Related Material Work Plan 2015-03-31T04:00:00Z 2015 3     2015-03-31T14:49:14Z   0 0 09000064819c8078
EPA-HQ-OPP-2008-0879-0009 EPA None EPA-HQ-OPP-2008-0879 GDCI-099001-1076 dated May 9, 2012 Supporting & Related Material   2013-01-10T05:00:00Z 2013 1     2013-01-10T18:39:04Z   0 0 090000648117cd1b
EPA-HQ-OPP-2008-0879-0008 EPA None EPA-HQ-OPP-2008-0879 DCI Notice: GDCI-099001-1076 dated May 9, 2012 Supporting & Related Material   2013-01-10T05:00:00Z 2013 1     2013-01-10T18:38:07Z   0 0 0900006481008f90
EPA-HQ-OPP-2008-0879-0007 EPA None EPA-HQ-OPP-2008-0879 Generic Data Call-In Notice: 123702-1166 (dated May 3, 2012) Supporting & Related Material Report 2012-05-09T04:00:00Z 2012 5     2012-05-09T20:24:54Z   0 0 0900006481006cee
EPA-HQ-OPP-2008-0879-0006 EPA None EPA-HQ-OPP-2008-0879 HMAE Final Work Plan Supporting & Related Material Letter, Memorandum, Email 2009-06-30T04:00:00Z 2009 6     2012-01-11T19:32:10Z   0 0 09000064809e53ba
EPA-HQ-OPP-2008-0879-0003 EPA None EPA-HQ-OPP-2008-0879 HMAE Human Health Scoping Document Supporting & Related Material Letter, Memorandum, Email 2008-12-19T05:00:00Z 2008 12     2012-01-11T19:32:09Z   0 0 09000064807d2d86
EPA-HQ-OPP-2008-0879-0004 EPA None EPA-HQ-OPP-2008-0879 HMAE Summary Document Supporting & Related Material Letter, Memorandum, Email 2008-12-19T05:00:00Z 2008 12     2012-01-11T19:32:09Z   0 0 09000064807df253
EPA-HQ-OPP-2008-0879-0001 EPA None EPA-HQ-OPP-2008-0879 Registration Review; 2-((hydroxymethyl)-amino)ethanol Docket Opened for Review and Comment Notice Federal Register Document 2008-12-19T05:00:00Z 2008 12 2008-12-19T05:00:00Z 2009-03-20T03:59:59Z 2012-01-11T19:32:09Z E8-30015 0 0 09000064807e2cd1
EPA-HQ-OPP-2008-0879-0002 EPA None EPA-HQ-OPP-2008-0879 HMAE Env. Fate and Product Chem. Scoping Document Supporting & Related Material Letter, Memorandum, Email 2008-12-19T05:00:00Z 2008 12     2012-01-11T19:32:09Z   0 0 09000064807d2d22

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