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

10 rows where docket_id = "EPA-HQ-OPP-2003-0237" and posted_year = 2007 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 9
  • Notice 1

posted_year 1

  • 2007 · 10 ✖

agency_id 1

  • EPA 10
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-2003-0237-0036 EPA None EPA-HQ-OPP-2003-0237 Methyl Parathion; Notice of Receipt of Requests to Voluntarily Cancel and/or Amend to Terminate Uses of Certain Methyl Parathion Pesticide Registrations Notice Federal Register Document 2007-11-07T05:00:00Z 2007 11 2007-11-07T05:00:00Z 2007-12-08T04:59:59Z 2008-01-08T21:09:09Z E7-21787 0 0 0900006480360fb5
EPA-HQ-OPP-2003-0237-0035 EPA None EPA-HQ-OPP-2003-0237 Closeout of the Methyl Parathion IRED Supporting & Related Material   2007-09-13T04:00:00Z 2007 9     2007-09-13T19:26:52Z   0 0 0900006480284779
EPA-HQ-OPP-2003-0237-0034 EPA None EPA-HQ-OPP-2003-0237 The Health Effects Division's Response to Comments on Methyl Parathion received from the Farmworker Justice Fund and the Natural Resources Defence Council - 7/31/07 Supporting & Related Material   2007-09-10T04:00:00Z 2007 9     2007-09-10T12:54:15Z   0 0 090000648027e15b
EPA-HQ-OPP-2003-0237-0029 EPA None EPA-HQ-OPP-2003-0237 The Health Effects Division’s Review of California’s Methyl Parathion Risk Characterization Document on Dietary and Ambient Air Exposures (dated 10/26/2004). Supporting & Related Material   2007-09-06T04:00:00Z 2007 9     2007-09-06T15:29:19Z   0 0 09000064801f7469
EPA-HQ-OPP-2003-0237-0028 EPA None EPA-HQ-OPP-2003-0237 BEAD Responses to Public Comments Received Regarding Methyl Parathion’s Interim Risk Management Decision Document. Supporting & Related Material   2007-09-06T04:00:00Z 2007 9     2007-09-06T15:29:18Z   0 0 09000064801f7466
EPA-HQ-OPP-2003-0237-0031 EPA None EPA-HQ-OPP-2003-0237 METHYL PARATHION: DECISIONS ON RETENTION OF THE FQPA FACTOR AND ACCOUNTING FOR OXON TOXICITY. Outcome of a Meeting of the HED Hazard Science Policy Council. PC Code: 053501. DP Barcode D313040. Supporting & Related Material   2007-09-06T04:00:00Z 2007 9     2007-09-06T15:29:20Z   0 0 09000064801f7474
EPA-HQ-OPP-2003-0237-0032 EPA None EPA-HQ-OPP-2003-0237 RE: Retention of Penncap-M, encapsulated methyl parathion for machine harvested sweet corn. Supporting & Related Material   2007-09-06T04:00:00Z 2007 9     2007-09-06T15:29:20Z   0 0 09000064801f7476
EPA-HQ-OPP-2003-0237-0033 EPA None EPA-HQ-OPP-2003-0237 Retention of Penncap-M Supporting & Related Material   2007-09-06T04:00:00Z 2007 9     2007-09-06T15:29:21Z   0 0 09000064801f747a
EPA-HQ-OPP-2003-0237-0027 EPA None EPA-HQ-OPP-2003-0237 RESPONSE TO PUBLIC COMMENTS. The Health Effects Division’s Response to Comments on EPA’s Interim Reregistration Eligibility Decision Document for Methyl Parathion (OPP Docket# OPP-2003-0237). PC Code 053501, DP Barcode D308015. Supporting & Related Material   2007-09-06T04:00:00Z 2007 9     2007-09-06T15:29:17Z   0 0 09000064801f745f
EPA-HQ-OPP-2003-0237-0030 EPA None EPA-HQ-OPP-2003-0237 Response to Registrant’s Comments on Methyl Parathion Supporting & Related Material   2007-09-06T04:00:00Z 2007 9     2007-09-06T15:29:19Z   0 0 09000064801f7471

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