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

9 rows where docket_id = "EPA-HQ-OPPT-2010-0883" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 8
  • Other 1

posted_year 1

  • 2010 9

agency_id 1

  • EPA 9
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-2010-0883-0007 EPA None EPA-HQ-OPPT-2010-0883 Letter to Stephen A. Owens, Assistant Administrator, OCSPP, USEPA from James C. Romine, Vice President, Regulatory Affairs, DuPont Supporting & Related Material Letter, Memorandum, Email 2010-11-17T05:00:00Z 2010 11     2010-11-17T21:02:28Z   0 0 0900006480b738a3
EPA-HQ-OPPT-2010-0883-0006 EPA None EPA-HQ-OPPT-2010-0883 Letter to Barbara A. Cunningham, Deputy Director for Management and Pollution Prevention, USEPA from Michael L. Foster, Consultant, Global HSE, Eli Lilly and Company Supporting & Related Material Letter, Memorandum, Email 2010-11-17T05:00:00Z 2010 11     2010-11-17T21:02:26Z   0 0 0900006480b738a2
EPA-HQ-OPPT-2010-0883-0005 EPA None EPA-HQ-OPPT-2010-0883 Letter to USEPA, OCSPP, Industry Chemistry Branch from Michael C. Strong, Regulatory Compliance and Industry Hygiene; Regulatory Affairs and Product Safety Department, Wacker Chemical Corporation Supporting & Related Material Letter, Memorandum, Email 2010-11-17T05:00:00Z 2010 11     2010-11-17T21:02:24Z   0 0 0900006480b738a1
EPA-HQ-OPPT-2010-0883-0002 EPA None EPA-HQ-OPPT-2010-0883 Letter to Barbara A. Cunningham, Deputy Director for Management & Pollution Prevention, USEPA, from Connie L. Deford, Director, U.S. Chemicals Management Policy, the Dow Chemical Company Supporting & Related Material Letter, Memorandum, Email 2010-11-17T05:00:00Z 2010 11     2010-11-17T21:02:18Z   0 0 0900006480b72f96
EPA-HQ-OPPT-2010-0883-0003 EPA None EPA-HQ-OPPT-2010-0883 Letter to Ms. Cunningham from Julie Froelicher, US Regulatory Affairs Manager, The Procter & Gamble Company Supporting & Related Material Letter, Memorandum, Email 2010-11-17T05:00:00Z 2010 11     2010-11-17T21:02:20Z   0 0 0900006480b73881
EPA-HQ-OPPT-2010-0883-0004 EPA None EPA-HQ-OPPT-2010-0883 Letter to Jennifer Abril, Executive Director, Fragrance Materials Association/The Roberts Group from Stephen A. Owens, Assistant Administrator, USEPA, Office of Chemical Safety and Pollution Prevention Supporting & Related Material Letter, Memorandum, Email 2010-11-17T05:00:00Z 2010 11     2010-11-17T21:02:22Z   0 0 0900006480b738a0
EPA-HQ-OPPT-2010-0883-0008 EPA None EPA-HQ-OPPT-2010-0883 Letter to Stephen A. Owens, Assistant Administrator, USEPA from H. Fisk Johnson, Chairman and CEO, SC Johnson Supporting & Related Material Letter, Memorandum, Email 2010-11-17T05:00:00Z 2010 11     2010-11-17T21:02:30Z   0 0 0900006480b738a4
EPA-HQ-OPPT-2010-0883-0009 EPA None EPA-HQ-OPPT-2010-0883 Letter to Stephen Owens, Assistant Administrator, USEPA from Charles J. Ruffing, Director, Health, Safety, Environment and Sustainability, Eastman Kodak Company Supporting & Related Material Letter, Memorandum, Email 2010-11-17T05:00:00Z 2010 11     2010-11-17T21:02:31Z   0 0 0900006480b738a5
EPA-HQ-OPPT-2010-0883-0001 EPA None EPA-HQ-OPPT-2010-0883 Note Opening Docket EPA-HQ-OPPT-2010-0883 for Public Access Other   2010-11-17T05:00:00Z 2010 11 2010-11-17T05:00:00Z   2010-11-17T21:02:16Z   0 0 0900006480b96fea

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