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-OPP-2006-0284" 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 2

  • 2006 5
  • 2007 4

document_type 2

  • Supporting & Related Material 7
  • Notice 2

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-OPP-2006-0284-0009 EPA None EPA-HQ-OPP-2006-0284 Aliphatic Solvents; Revised Reregistration Eligibility Decision for Low-Risk Pesticide; Notice of Availability Notice Federal Register Document 2007-12-19T05:00:00Z 2007 12 2007-12-19T05:00:00Z 2008-02-20T04:59:59Z 2008-01-08T12:41:03Z E7-24603 0 0 090000648037c4cf
EPA-HQ-OPP-2006-0284-0011 EPA None EPA-HQ-OPP-2006-0284 Revised Reregistration Eligibility Decision. Exposure and Risk Assessment on Lower Risk Pesticide Chemicals CASE: Aliphatic Solvents (3004) - 11/29/2007 Supporting & Related Material   2007-12-19T05:00:00Z 2007 12     2007-12-19T14:18:15Z   0 0 090000648037925f
EPA-HQ-OPP-2006-0284-0010 EPA None EPA-HQ-OPP-2006-0284 Reader’s Guide to the Aliphatic Solvents Docket # EPA-HQ-OPP-2006-0284 Supporting & Related Material Letter, Memorandum, Email 2007-12-19T05:00:00Z 2007 12     2007-12-19T14:18:14Z   0 0 090000648036fd66
EPA-HQ-OPP-2006-0284-0008 EPA None EPA-HQ-OPP-2006-0284 Aliphatic Solvents RED with Appendices Supporting & Related Material   2007-12-13T05:00:00Z 2007 12     2007-12-13T17:37:48Z   0 0 0900006480379978
EPA-HQ-OPP-2006-0284-0001 EPA None EPA-HQ-OPP-2006-0284 Aliphatic Solvents; Reregistration Eligibility Decision for Low Risk Pesticide; Notice of Availability Notice Federal Register Document 2006-08-23T13:29:51Z 2006 8 2006-08-23T13:29:51Z 2006-10-24T03:59:59Z 2008-01-08T21:15:25Z E6-13856 0 0 09000064801bcf5c
EPA-HQ-OPP-2006-0284-0003 EPA None EPA-HQ-OPP-2006-0284 Reregistration Eligibility Decision. Exposure and Risk Assessment on Lower Risk Pesticide Chemicals CASE: Aliphatic Solvents (3004) Supporting & Related Material   2006-08-23T04:00:00Z 2006 8     2006-09-02T14:48:12Z   0 0 09000064801b7abc
EPA-HQ-OPP-2006-0284-0005 EPA None EPA-HQ-OPP-2006-0284 Memorandum Describing the Environmental Fate and Effect Division’s Ecological Risk Assessment on Aliphatic Oils in Support of Reregistration Eligibility Decision Supporting & Related Material   2006-08-23T04:00:00Z 2006 8     2006-09-02T14:48:12Z   0 0 09000064801b7ae7
EPA-HQ-OPP-2006-0284-0004 EPA None EPA-HQ-OPP-2006-0284 SMART Meeting: April 19, 2006 Aliphatic Solvents Case, Mineral Oils/Aliphatic Petroleum Hydrocarbons Supporting & Related Material   2006-08-23T04:00:00Z 2006 8     2006-09-02T14:48:12Z   0 0 09000064801b7ad4
EPA-HQ-OPP-2006-0284-0002 EPA None EPA-HQ-OPP-2006-0284 Reader’s Guide to Aliphatic Solvents EPA-HQ-OPP-2006-0284 Supporting & Related Material   2006-08-23T04:00:00Z 2006 8     2006-09-02T14:48:12Z   0 0 09000064801b7a81

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