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-2014-0762" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 2

  • 2014 9
  • 2015 2

document_type 2

  • Supporting & Related Material 8
  • Notice 3

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-2014-0762-0012 EPA None EPA-HQ-OPP-2014-0762 Yellow Mustard Seed Case Number 7619 Sulfonic Acid Salts (Sodium Alpha-Olefin Sulfonate) Case Number 7618 Interim Registration Review Decision Supporting & Related Material Decision 2015-07-08T04:00:00Z 2015 7     2015-07-25T14:30:02Z   0 0 0900006481b41bad
EPA-HQ-OPP-2014-0762-0011 EPA None EPA-HQ-OPP-2014-0762 Registration Reviews: Interim Decisions Notice   2015-07-08T04:00:00Z 2015 7 2015-07-08T04:00:00Z   2015-07-25T14:30:08Z 2015-16406 0 0 0900006481b7209b
EPA-HQ-OPP-2014-0762-0009 EPA None EPA-HQ-OPP-2014-0762 Registration Review Proposed Interim Decisions Notice   2014-12-24T05:00:00Z 2014 12 2014-12-24T05:00:00Z 2015-02-24T04:59:59Z 2015-02-11T03:03:15Z 2014-30088 0 0 0900006481991973
EPA-HQ-OPP-2014-0762-0005 EPA None EPA-HQ-OPP-2014-0762 BEAD Chemical Profile (BCP) for Registration Review: Yellow Mustard Seed (014901) and Sodium Alpha-Olefin Sulfonate (000905), Colwell Cook, Sepehr Haddad, and Stephen Smearman. May 20, 2014. Supporting & Related Material   2014-12-19T05:00:00Z 2014 12     2014-12-19T21:34:39Z   0 0 09000064819505c2
EPA-HQ-OPP-2014-0762-0008 EPA None EPA-HQ-OPP-2014-0762 12/4/14. Yellow Mustard Seed (014901) and Sulfonic Acid Salts (000905) Combination document signed. Supporting & Related Material   2014-12-19T05:00:00Z 2014 12     2014-12-19T21:34:39Z   0 0 0900006481979bb7
EPA-HQ-OPP-2014-0762-0002 EPA None EPA-HQ-OPP-2014-0762 Registration Review Preliminary Ecological Risk Assessment for the Registration Review of Yellow Mustard Seed (PC Code 014901) and Sodium Alpha Olefin Sulfonate (PC Code 000905). Nicholas Mastrota and James Wolf. August 6, 2014. Supporting & Related Material Risk Assessment 2014-12-19T05:00:00Z 2014 12     2014-12-19T21:34:36Z   0 0 09000064819505bf
EPA-HQ-OPP-2014-0762-0007 EPA None EPA-HQ-OPP-2014-0762 Alpha Olefin Sulfonate Sodium. (PC Code 000905). Section 3 Registration for Application of EH-2001 for the Control of Richardson's Ground Squirrels and Wyoming Ground Squirrel. Human Health Risk Assessment. PV Shah, Guruva Reddy, and Mark Dow. November 21, 2002. Supporting & Related Material   2014-12-19T05:00:00Z 2014 12     2014-12-19T21:34:39Z   0 0 09000064819505c4
EPA-HQ-OPP-2014-0762-0004 EPA None EPA-HQ-OPP-2014-0762 Yellow mustard seed & sulfonic acids: Tier I Review of Human Incidents. E. Evans and S. Recore. July 1, 2014. Supporting & Related Material   2014-12-19T05:00:00Z 2014 12     2014-12-19T21:34:39Z   0 0 09000064819505c1
EPA-HQ-OPP-2014-0762-0003 EPA None EPA-HQ-OPP-2014-0762 Yellow Mustard Seed and Sodium Alpha-Olefin Sulfonate. Human Health Assessment Scoping Document in Support of Registration Review. Julie Van Alstine, James Miller, and Anwar Dunbar. October 28, 2014. Supporting & Related Material   2014-12-19T05:00:00Z 2014 12     2014-12-19T21:34:37Z   0 0 09000064819505c0
EPA-HQ-OPP-2014-0762-0006 EPA None EPA-HQ-OPP-2014-0762 EH-2001 Section 3 Control of Richardson Ground Squirrel--PC Code No. 000905 Sulfonic acids, PC Code No.014901 Yellow mustard seed, DP Barcode D286494. Jim Wolf, and Harry Craven. December 12, 2002. Supporting & Related Material   2014-12-19T05:00:00Z 2014 12     2014-12-19T21:34:38Z   0 0 09000064819505c3
EPA-HQ-OPP-2014-0762-0001 EPA None EPA-HQ-OPP-2014-0762 Registration Reviews; Pesticides Notice   2014-12-19T05:00:00Z 2014 12 2014-12-19T05:00:00Z 2015-02-18T04:59:59Z 2014-12-19T21:33:58Z 2014-29578 0 0 090000648198671b

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