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

12 rows where docket_id = "EPA-HQ-OPP-2006-0987" 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 2

  • 2007 11
  • 2006 1

document_type 2

  • Supporting & Related Material 11
  • Notice 1

agency_id 1

  • EPA 12
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-0987-0007 EPA None EPA-HQ-OPP-2006-0987 Endocrine Disruptor Screening and Testing Advisory Committee (EDSTAC), Final Report, Volume I, and Endocrine Disruptor Screening and Testing Advisory Committee (EDSTAC), Final Report, Technical Appendices and Public Comments (Appendices F – U), Volume II. Supporting & Related Material Meeting/Teleconference Materials 2007-02-16T05:00:00Z 2007 2     2007-02-16T13:48:39Z   0 0 09000064802032a1
EPA-HQ-OPP-2006-0987-0011 EPA None EPA-HQ-OPP-2006-0987 Review of the Endocrine Disruptor Screening Program by a Joint Subcommittee of the Science Advisory Board and Scientific Advisory Panel (SAB/SAP). EPA-SAB-EC-99-013 Supporting & Related Material Meeting/Teleconference Materials 2007-02-16T05:00:00Z 2007 2     2007-02-16T13:48:42Z   0 0 09000064802034af
EPA-HQ-OPP-2006-0987-0009 EPA None EPA-HQ-OPP-2006-0987 Detailed Review Paper (DRP) on In Utero/Lactational Protocol. WA 2-8. Supporting & Related Material Meeting/Teleconference Materials 2007-02-16T05:00:00Z 2007 2     2007-02-16T13:48:40Z   0 0 090000648020331d
EPA-HQ-OPP-2006-0987-0004 EPA None EPA-HQ-OPP-2006-0987 FIFRA SAP Overview and Charges for Feb 27-28, 2007 Meeting Supporting & Related Material Meeting/Teleconference Materials 2007-02-16T05:00:00Z 2007 2     2007-02-16T13:48:36Z   0 0 090000648020322f
EPA-HQ-OPP-2006-0987-0003 EPA None EPA-HQ-OPP-2006-0987 Overview of In Utero through Lacational Assay as an Alternative Screening Assay in the EDSP Tier -1 Battery Supporting & Related Material Meeting/Teleconference Materials 2007-02-16T05:00:00Z 2007 2     2007-02-16T13:48:35Z   0 0 0900006480202b45
EPA-HQ-OPP-2006-0987-0006 EPA None EPA-HQ-OPP-2006-0987 Validation of Screening and Testing Assays Proposed for the EDSP Supporting & Related Material Meeting/Teleconference Materials 2007-02-16T05:00:00Z 2007 2     2007-02-16T13:48:38Z   0 0 0900006480203288
EPA-HQ-OPP-2006-0987-0005 EPA None EPA-HQ-OPP-2006-0987 Draft Meeting Summary. Endocrine Disruptor Methods Validations Subcommittee, Second Meeting, December 10-12, 2001 Supporting & Related Material   2007-02-16T05:00:00Z 2007 2     2007-02-16T13:48:37Z   0 0 0900006480203268
EPA-HQ-OPP-2006-0987-0010 EPA None EPA-HQ-OPP-2006-0987 Draft Final Report: Validation of the InUtero/Lactational Exposure Screening Protocol with Methoxychlor. WA 2-23 Supporting & Related Material   2007-02-16T05:00:00Z 2007 2     2007-02-16T13:48:41Z   0 0 09000064802033e4
EPA-HQ-OPP-2006-0987-0008 EPA None EPA-HQ-OPP-2006-0987 Appendix O - FIFRA SAP Meeting Supporting & Related Material Meeting/Teleconference Materials 2007-02-16T05:00:00Z 2007 2     2007-02-16T13:48:40Z   0 0 09000064802032b9
EPA-HQ-OPP-2006-0987-0013 EPA None EPA-HQ-OPP-2006-0987 FIFRA SCIENTIFIC ADVISORY PANEL Meeting Roster Supporting & Related Material Meeting/Teleconference Materials 2007-02-16T05:00:00Z 2007 2     2007-03-12T14:38:07Z   0 0 090000648020350f
EPA-HQ-OPP-2006-0987-0012 EPA None EPA-HQ-OPP-2006-0987 DRAFT AGENDA FIFRA SCIENTIFIC ADVISORY PANEL (SAP) Supporting & Related Material Meeting/Teleconference Materials 2007-02-16T05:00:00Z 2007 2     2007-02-16T13:48:43Z   0 0 09000064802034cf
EPA-HQ-OPP-2006-0987-0001 EPA None EPA-HQ-OPP-2006-0987 FIFRA Scientific Advisory Panel; Notice of Public Meeting Notice Federal Register Document 2006-12-13T05:00:00Z 2006 12 2006-12-13T05:00:00Z 2007-06-29T03:59:59Z 2008-01-08T21:10:27Z E6-21201 0 0 09000064801ebace

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