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 = 2007 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subtype, last_modified, 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-2002-0262-0061 EPA Endosulfan: Updated Risk Assessments, Notice of Availability, and Solicitation of Usage Information EPA-HQ-OPP-2002-0262 3/14/07. Endosulfan: Acute and Chronic (Food and Drinking Water) Dietary Exposure Assessment to update the 2002 RED Supporting & Related Material Letter, Memorandum, Email 2007-11-16T05:00:00Z 2007 11     2010-07-29T14:25:37Z   0 0 0900006480363808
EPA-HQ-OPP-2002-0262-0062 EPA Endosulfan: Updated Risk Assessments, Notice of Availability, and Solicitation of Usage Information EPA-HQ-OPP-2002-0262 10/30/07. Benefits of Endosulfan in Agricultural Production: Analysis of Usage Information Supporting & Related Material Letter, Memorandum, Email 2007-11-16T05:00:00Z 2007 11     2010-07-29T14:25:37Z   0 0 090000648036382d
EPA-HQ-OPP-2002-0262-0064 EPA Endosulfan: Updated Risk Assessments, Notice of Availability, and Solicitation of Usage Information EPA-HQ-OPP-2002-0262 11/13/07. Endosulfan: The Health Effects Division’s Supporting & Related Material Letter, Memorandum, Email 2007-11-16T05:00:00Z 2007 11     2010-07-29T14:25:37Z   0 0 09000064803638a8
EPA-HQ-OPP-2002-0262-0057 EPA Endosulfan: Updated Risk Assessments, Notice of Availability, and Solicitation of Usage Information EPA-HQ-OPP-2002-0262 Endosulfan Reader's Guide Supporting & Related Material Letter, Memorandum, Email 2007-11-16T05:00:00Z 2007 11     2010-07-29T14:25:35Z   0 0 09000064803636d8
EPA-HQ-OPP-2002-0262-0066 EPA Endosulfan: Updated Risk Assessments, Notice of Availability, and Solicitation of Usage Information EPA-HQ-OPP-2002-0262 2002 RED EFED Assessment Supporting & Related Material Letter, Memorandum, Email 2007-11-16T05:00:00Z 2007 11     2010-07-29T14:25:37Z   0 0 0900006480365096
EPA-HQ-OPP-2002-0262-0065 EPA Endosulfan: Updated Risk Assessments, Notice of Availability, and Solicitation of Usage Information EPA-HQ-OPP-2002-0262 4/02/07. Endosulfan. Hazard Characterization and Endpoint Selection Reflecting Receipt of a Developmental Neurotoxicity Study and Subchronic Neurotoxicity Study. Supporting & Related Material Letter, Memorandum, Email 2007-11-16T05:00:00Z 2007 11     2010-07-29T14:25:37Z   0 0 09000064803638b4
EPA-HQ-OPP-2002-0262-0058 EPA Endosulfan: Updated Risk Assessments, Notice of Availability, and Solicitation of Usage Information EPA-HQ-OPP-2002-0262 3/15/07. Developmental Neurotoxicity Study – Rat Data Evaluation Record and cover memo Supporting & Related Material Letter, Memorandum, Email 2007-11-16T05:00:00Z 2007 11     2010-07-29T14:25:36Z   0 0 09000064803636dd
EPA-HQ-OPP-2002-0262-0060 EPA Endosulfan: Updated Risk Assessments, Notice of Availability, and Solicitation of Usage Information EPA-HQ-OPP-2002-0262 10/18/07. A Review of “Maternal Residence near Agricultural Pesticide Applications and Autism Spectrum Disorders among Children in the California Central Valley” Roberts et al., 2007 Supporting & Related Material Letter, Memorandum, Email 2007-11-16T05:00:00Z 2007 11     2010-07-29T14:25:36Z   0 0 090000648036374f
EPA-HQ-OPP-2002-0262-0067 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 Notice Federal Register Document 2007-11-16T05:00:00Z 2007 11 2007-11-16T05:00:00Z 2008-01-16T04:59:59Z 2010-07-29T14:25:37Z E7-22385 0 0 0900006480365576
EPA-HQ-OPP-2002-0262-0059 EPA Endosulfan: Updated Risk Assessments, Notice of Availability, and Solicitation of Usage Information EPA-HQ-OPP-2002-0262 5/03/07. REVISION OF OCCUPATIONAL AND RESIDENTIAL EXPOSURE/ RISKASSESSMENT FOR THE ENDOSULFAN REREGISTRATION ELIGIBILITY DECISION DOCUMENT (RED) (Revised) Supporting & Related Material Letter, Memorandum, Email 2007-11-16T05:00:00Z 2007 11     2010-07-29T14:25:36Z   0 0 09000064803636e4
EPA-HQ-OPP-2002-0262-0063 EPA Endosulfan: Updated Risk Assessments, Notice of Availability, and Solicitation of Usage Information EPA-HQ-OPP-2002-0262 10/31/07. Addendum to the Ecological Risk Assessment of Endosulfan and Appendix Supporting & Related Material Letter, Memorandum, Email 2007-11-16T05:00:00Z 2007 11     2010-07-29T14:25:37Z   0 0 0900006480363894

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