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-2006-0109" and posted_year = 2007 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 10
  • Notice 1

posted_year 1

  • 2007 · 11 ✖

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-2006-0109-0016 EPA None EPA-HQ-OPP-2006-0109 Paclobutrazol Final Work Plan for Registration Review Supporting & Related Material Work Plan 2007-08-29T04:00:00Z 2007 8     2015-08-20T17:10:22Z   0 0 0900006480279ece
EPA-HQ-OPP-2006-0109-0002 EPA None EPA-HQ-OPP-2006-0109 Reader’s Guide to Paclobutrazol Docket # OPP-2006-0109 Supporting & Related Material Index 2007-03-28T04:00:00Z 2007 3     2015-08-20T14:46:23Z   0 0 0900006480217869
EPA-HQ-OPP-2006-0109-0001 EPA None EPA-HQ-OPP-2006-0109 Pesticide Registration Review; New Dockets Opened for Review and Comment, Paclobutrazol Notice Federal Register Document 2007-03-28T04:00:00Z 2007 3 2007-03-28T04:00:00Z 2007-06-27T03:59:59Z 2008-01-08T21:17:00Z E7-05574 0 0 090000648021b3fd
EPA-HQ-OPP-2006-0109-0003 EPA None EPA-HQ-OPP-2006-0109 Paclobutrazol Summary Document Registration Review: Initial Docket March 2007 Case Number 7002 Supporting & Related Material Report 2007-03-28T04:00:00Z 2007 3     2015-08-20T14:50:45Z   0 0 090000648021786c
EPA-HQ-OPP-2006-0109-0010 EPA None EPA-HQ-OPP-2006-0109 SRRD Appendix A (Food/ Feed and Non-food/Non-feed uses eligible for registration Paclobutrazol Supporting & Related Material Report 2007-03-28T04:00:00Z 2007 3     2015-08-20T16:48:55Z   0 0 090000648021b42c
EPA-HQ-OPP-2006-0109-0004 EPA None EPA-HQ-OPP-2006-0109 Paclobutrazol: Registration Review Scoping Document for Human Health Assessments Supporting & Related Material Risk Assessment 2007-03-28T04:00:00Z 2007 3     2015-08-20T14:53:37Z   0 0 090000648021786f
EPA-HQ-OPP-2006-0109-0006 EPA None EPA-HQ-OPP-2006-0109 Toxicology Endpoint Selection Document Supporting & Related Material Report 2007-03-28T04:00:00Z 2007 3     2015-08-20T15:00:19Z   0 0 0900006480217879
EPA-HQ-OPP-2006-0109-0007 EPA None EPA-HQ-OPP-2006-0109 RfD/Peer Review Report of Paclobutrazol Supporting & Related Material Report 2007-03-28T04:00:00Z 2007 3     2015-08-20T16:36:22Z   0 0 090000648021787c
EPA-HQ-OPP-2006-0109-0009 EPA None EPA-HQ-OPP-2006-0109 California 2005 Annual Statewide Pesticide Use Report Supporting & Related Material Report 2007-03-28T04:00:00Z 2007 3     2015-08-20T16:44:26Z   0 0 090000648021788b
EPA-HQ-OPP-2006-0109-0005 EPA None EPA-HQ-OPP-2006-0109 Review of Paclobutrazol Incident Reports Supporting & Related Material Report 2007-03-28T04:00:00Z 2007 3     2015-08-20T14:54:39Z   0 0 0900006480217875
EPA-HQ-OPP-2006-0109-0008 EPA None EPA-HQ-OPP-2006-0109 EFED Problem Formulation for Paclobutrazol Registration Review Supporting & Related Material Risk Assessment 2007-03-28T04:00:00Z 2007 3     2015-08-20T16:41:08Z   0 0 0900006480217883

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