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-2007-1019" 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 3

  • 2008 9
  • 2007 1
  • 2009 1

document_type 2

  • Supporting & Related Material 7
  • Notice 4

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-2007-1019-0011 EPA None EPA-HQ-OPP-2007-1019 Nicotine; Product Cancellation Order Notice Federal Register Document 2009-06-03T04:00:00Z 2009 6 2009-06-03T04:00:00Z   2009-06-03T14:34:45Z E9-12561 0 0 09000064809c3c58
EPA-HQ-OPP-2007-1019-0010 EPA None EPA-HQ-OPP-2007-1019 Nicotine; Notice of Receipt of Request to Voluntarily Cancel a PesticideRegistration Notice Federal Register Document 2008-10-29T04:00:00Z 2008 10 2008-10-29T04:00:00Z 2009-04-28T03:59:59Z 2008-12-31T12:13:23Z E8-25831 0 0 0900006480782b3b
EPA-HQ-OPP-2007-1019-0002 EPA None EPA-HQ-OPP-2007-1019 Nicotine Reregistration Eligibility Decision; Notice of Availability Notice Federal Register Document 2008-05-21T04:00:00Z 2008 5 2008-05-21T04:00:00Z   2008-05-21T12:00:28Z E8-11395 0 0 09000064805f67a4
EPA-HQ-OPP-2007-1019-0003 EPA None EPA-HQ-OPP-2007-1019 Nicotine Reregistration Eligibility Decision - 3/28/08 Supporting & Related Material Audit, Assessment, Evaluation 2008-05-21T04:00:00Z 2008 5     2008-05-21T13:23:21Z   0 0 09000064804028e7
EPA-HQ-OPP-2007-1019-0009 EPA None EPA-HQ-OPP-2007-1019 Attachment 3--Draft Revised Postapplication Exposure and Risk for Episodic Ingestion of the Bonide Dog & Rabbit Chaser End-Use Product - 8/29/07 Supporting & Related Material   2008-05-21T04:00:00Z 2008 5     2008-05-21T13:23:25Z   0 0 090000648040bebe
EPA-HQ-OPP-2007-1019-0006 EPA None EPA-HQ-OPP-2007-1019 Nicotine and derivatives (cover memo with attachments) - 3/5/08 Supporting & Related Material   2008-05-21T04:00:00Z 2008 5     2008-05-21T13:23:23Z   0 0 090000648040beae
EPA-HQ-OPP-2007-1019-0008 EPA None EPA-HQ-OPP-2007-1019 Attachment 2--HED Risk Assessment Review Committee (RARC2) Report - 8/22/07 Supporting & Related Material   2008-05-21T04:00:00Z 2008 5     2008-05-21T13:23:24Z   0 0 090000648040beba
EPA-HQ-OPP-2007-1019-0005 EPA None EPA-HQ-OPP-2007-1019 Draft Ecological Risk Assessment, Registration Case 2460, Nicotine - 7/30/07 Supporting & Related Material   2008-05-21T04:00:00Z 2008 5     2008-05-21T13:23:22Z   0 0 090000648040be82
EPA-HQ-OPP-2007-1019-0004 EPA None EPA-HQ-OPP-2007-1019 Nicotine Ecological Risk Assessment (transmittal memo) - 7/30/07 Supporting & Related Material   2008-05-21T04:00:00Z 2008 5     2008-05-21T13:23:22Z   0 0 090000648040be6c
EPA-HQ-OPP-2007-1019-0007 EPA None EPA-HQ-OPP-2007-1019 Attachment 1--Draft HED Chapter of the Nicotine and derivatives Reregistration Eligibility Decision Document - 8/07 Supporting & Related Material   2008-05-21T04:00:00Z 2008 5     2008-05-21T13:23:24Z   0 0 090000648040beb5
EPA-HQ-OPP-2007-1019-0001 EPA None EPA-HQ-OPP-2007-1019 Nicotine, 4-Aminopyridine, and Fenoxycarb; Notice of Receipt of Requests to Voluntarily Cancel Certain Pesticide Registrations Notice Federal Register Document 2007-12-21T05:00:00Z 2007 12 2007-12-21T05:00:00Z 2008-01-23T04:59:59Z 2008-01-08T12:41:05Z E7-24903 0 0 090000648037d56c

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