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-OPPT-2009-0767" and posted_year = 2014 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subtype, last_modified, posted_date (date), last_modified (date)

document_type 2

  • Supporting & Related Material 12
  • Rule 1

posted_year 1

  • 2014 · 13 ✖

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-OPPT-2009-0767-0031 EPA None EPA-HQ-OPPT-2009-0767 Significant New Use Rules: Ethylene Glycol Ethers Rule Final Rule 2014-12-16T05:00:00Z 2014 12     2014-12-16T15:57:07Z 2014-29429 0 0 090000648197bc02
EPA-HQ-OPPT-2009-0767-0032 EPA None EPA-HQ-OPPT-2009-0767 "Glycol Ethers Category; Toxic Chemical Release Reporting; Community Right-to-Know" Final Rule Supporting & Related Material Publication - Previous/Related FR Notice 2014-12-16T05:00:00Z 2014 12     2014-12-16T15:58:37Z   0 0 09000064813f5e98
EPA-HQ-OPPT-2009-0767-0037 EPA None EPA-HQ-OPPT-2009-0767 Memorandum to Greg Macek and Maj'd El-Zoobi, USEPA from Jason Sese and Kurt Rindfusz, ERG. Letter regarding Glymes SNUR – Method Used to Identify Existing Consumer Uses Supporting & Related Material Memorandum 2014-12-16T05:00:00Z 2014 12     2014-12-16T15:58:39Z   0 0 090000648193a8f7
EPA-HQ-OPPT-2009-0767-0034 EPA None EPA-HQ-OPPT-2009-0767 "Glycol Ethers Category; Toxic Chemical Release Reporting; Community Right-To-Know" Proposed Rule Supporting & Related Material Publication - Previous/Related FR Notice 2014-12-16T05:00:00Z 2014 12     2014-12-16T15:58:38Z   0 0 090000648193a03a
EPA-HQ-OPPT-2009-0767-0038 EPA None EPA-HQ-OPPT-2009-0767 Memorandum to Greg Macek, USEPA from Jason Sese and Kurt Rindfusz, ERG. Letter regarding Potential Updates to Table 1 of the July 12, 2011 Proposed SNUR for the 'Glymes' Category Chemicals Supporting & Related Material Memorandum 2014-12-16T05:00:00Z 2014 12     2014-12-16T15:58:39Z   0 0 090000648193a8f8
EPA-HQ-OPPT-2009-0767-0039 EPA None EPA-HQ-OPPT-2009-0767 Economic Analysis of the Significant New Use Rule for Seven Ethylene Glycol Ethers (Glymes) Supporting & Related Material Economic Analysis 2014-12-16T05:00:00Z 2014 12     2014-12-16T15:58:39Z   0 0 090000648193adf4
EPA-HQ-OPPT-2009-0767-0040 EPA None EPA-HQ-OPPT-2009-0767 Documentation of Changes Made During Review under Executive Order 12866. Cover Letter Supporting & Related Material Report 2014-12-16T05:00:00Z 2014 12     2014-12-16T15:58:40Z   0 0 0900006481958763
EPA-HQ-OPPT-2009-0767-0033 EPA None EPA-HQ-OPPT-2009-0767 TSCA New Chemicals Program Chemical Categories Document Supporting & Related Material Report 2014-12-16T05:00:00Z 2014 12     2014-12-16T15:58:37Z   0 0 09000064813f5e99
EPA-HQ-OPPT-2009-0767-0036 EPA None EPA-HQ-OPPT-2009-0767 Memorandum to Greg Macek, USEPA from Jason A. Sese and Kurt Rindfusz, ERG. Letter regarding Analysis of Potential Uses in the 'Glymes' Chemical Category" Supporting & Related Material Memorandum 2014-12-16T05:00:00Z 2014 12     2014-12-16T15:58:38Z   0 0 090000648193a8f0
EPA-HQ-OPPT-2009-0767-0041 EPA None EPA-HQ-OPPT-2009-0767 Documentation of Changes Made During Review under Executive Order 12866. Final Rule Supporting & Related Material Report 2014-12-16T05:00:00Z 2014 12     2014-12-16T15:58:40Z   0 0 0900006481958765
EPA-HQ-OPPT-2009-0767-0035 EPA None EPA-HQ-OPPT-2009-0767 Response to Comments on the Proposed Ethylene Glycol Ethers (Glymes) Significant New Use Rule (SNUR) Supporting & Related Material Comment Response 2014-12-16T05:00:00Z 2014 12     2014-12-16T15:58:38Z   0 0 090000648193a63c
EPA-HQ-OPPT-2009-0767-0042 EPA None EPA-HQ-OPPT-2009-0767 Documentation of Changes Made During Review under Executive Order 12866. Redline Final Rule Supporting & Related Material Report 2014-12-16T05:00:00Z 2014 12     2014-12-16T15:58:40Z   0 0 0900006481958766
EPA-HQ-OPPT-2009-0767-0043 EPA None EPA-HQ-OPPT-2009-0767 EO12866 Documentation Supporting & Related Material Form 2014-12-16T05:00:00Z 2014 12     2014-12-16T15:58:41Z   0 0 090000648196b8c0

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