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-2002-0262" and posted_year = 2008 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 10
  • Notice 1

posted_year 1

  • 2008 · 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-2002-0262-0109 EPA Endosulfan: Updated Risk Assessments, Notice of Availability, and Solicitation of Usage Information EPA-HQ-OPP-2002-0262 10/8/08 - Meeting with National Pesticide Reform Coalition Supporting & Related Material   2008-10-20T04:00:00Z 2008 10     2010-07-29T14:25:45Z   0 0 09000064807619ad
EPA-HQ-OPP-2002-0262-0103 EPA Endosulfan: Updated Risk Assessments, Notice of Availability, and Solicitation of Usage Information EPA-HQ-OPP-2002-0262 Meeting with National Pesticide Reform Coalition - May 22, 2008 Supporting & Related Material   2008-05-28T04:00:00Z 2008 5     2010-07-29T14:25:44Z   0 0 0900006480603860
EPA-HQ-OPP-2002-0262-0100 EPA Endosulfan: Updated Risk Assessments, Notice of Availability, and Solicitation of Usage Information EPA-HQ-OPP-2002-0262 Comment Response letter to Bruce Lee Deuley, Esq Supporting & Related Material   2008-03-28T04:00:00Z 2008 3     2010-07-29T14:25:44Z   0 0 090000648040d5b4
EPA-HQ-OPP-2002-0262-0101 EPA Endosulfan: Updated Risk Assessments, Notice of Availability, and Solicitation of Usage Information EPA-HQ-OPP-2002-0262 Comment Response letter to Melanie Cordell Supporting & Related Material   2008-03-28T04:00:00Z 2008 3     2010-07-29T14:25:44Z   0 0 090000648040d5d1
EPA-HQ-OPP-2002-0262-0099 EPA Endosulfan: Updated Risk Assessments, Notice of Availability, and Solicitation of Usage Information EPA-HQ-OPP-2002-0262 Congressional letter from Jim McDermott and Comment Response letter to Sheri Dugan Supporting & Related Material Comment Response 2008-03-28T04:00:00Z 2008 3     2010-07-29T14:25:44Z   0 0 090000648040d573
EPA-HQ-OPP-2002-0262-0073 EPA Endosulfan: Updated Risk Assessments, Notice of Availability, and Solicitation of Usage Information EPA-HQ-OPP-2002-0262 12/31/07. NRDC Final Supporting & Related Material Letter, Memorandum, Email 2008-02-11T05:00:00Z 2008 2     2010-07-29T14:25:38Z   0 0 0900006480381670
EPA-HQ-OPP-2002-0262-0075 EPA Endosulfan: Updated Risk Assessments, Notice of Availability, and Solicitation of Usage Information EPA-HQ-OPP-2002-0262 11/30/07. ETF Letter Supporting & Related Material Letter, Memorandum, Email 2008-02-11T05:00:00Z 2008 2     2010-07-29T14:25:39Z   0 0 09000064803816ba
EPA-HQ-OPP-2002-0262-0074 EPA Endosulfan: Updated Risk Assessments, Notice of Availability, and Solicitation of Usage Information EPA-HQ-OPP-2002-0262 12/14/07. Endosulfan Coalition Letter Supporting & Related Material Letter, Memorandum, Email 2008-02-11T05:00:00Z 2008 2     2010-07-29T14:25:39Z   0 0 09000064803816b4
EPA-HQ-OPP-2002-0262-0071 EPA Endosulfan: Updated Risk Assessments, Notice of Availability, and Solicitation of Usage Information EPA-HQ-OPP-2002-0262 Endosulfan, Chemical No. 07940 1, Updated Risk Assessments, Notice of Availability and Solicitation of Usage Information, FR/Vo1.72,No.221, November 16,2001 Supporting & Related Material   2008-01-02T05:00:00Z 2008 1     2010-07-29T14:25:38Z   0 0 090000648037d1fa
EPA-HQ-OPP-2002-0262-0070 EPA Endosulfan: Updated Risk Assessments, Notice of Availability, and Solicitation of Usage Information EPA-HQ-OPP-2002-0262 12/14/2007- Request for 60-day Extension of Comment Period for Endosulfan Risk Assessment (EPA-HQ- OPP-2002-0262) Supporting & Related Material   2008-01-02T05:00:00Z 2008 1     2010-07-29T14:25:38Z   0 0 090000648037d1e1
EPA-HQ-OPP-2002-0262-0068 EPA Endosulfan: Updated Risk Assessments, Notice of Availability, and Solicitation of Usage Information EPA-HQ-OPP-2002-0262 Endosulfan Updated Risk Assessments; Notice of Availability, and Solicitation of Usage Information; Extension of Comment Period Notice Federal Register Document 2008-01-02T05:00:00Z 2008 1 2008-01-02T05:00:00Z 2008-02-20T04:59:59Z 2010-07-29T14:25:38Z E7-25277 0 0 09000064803815b2

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