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-2007-1084" 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 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-2007-1084-0008 EPA None EPA-HQ-OPP-2007-1084 Section 3 New Chemical Risk Assessment of Proposed Uses on Grapes, Citrus, Orchards, and Potatoes (Eco), 03-22-1993 Supporting & Related Material Letter, Memorandum, Email 2007-12-19T05:00:00Z 2007 12     2011-05-04T14:14:56Z   0 0 090000648037b791
EPA-HQ-OPP-2007-1084-0009 EPA None EPA-HQ-OPP-2007-1084 Section 3 New Chemical Risk Assessment of Proposed Uses on Grapes, Citrus, Orchards, and Potatoes (Fate), 01-27-1989 Supporting & Related Material Letter, Memorandum, Email 2007-12-19T05:00:00Z 2007 12     2011-05-04T14:14:56Z   0 0 090000648037b797
EPA-HQ-OPP-2007-1084-0005 EPA None EPA-HQ-OPP-2007-1084 Drinking Water Assessment for Proposed New Use on Citrus in Florida, 03-19-2002 Supporting & Related Material Letter, Memorandum, Email 2007-12-19T05:00:00Z 2007 12     2011-05-04T14:14:56Z   0 0 090000648037b767
EPA-HQ-OPP-2007-1084-0006 EPA None EPA-HQ-OPP-2007-1084 Section 3 New Use Risk Assessment of Proposed Uses on Almonds, Peaches, and Prunes (Eco), 05-04-1995 Supporting & Related Material Letter, Memorandum, Email 2007-12-19T05:00:00Z 2007 12     2011-05-04T14:14:56Z   0 0 090000648037b778
EPA-HQ-OPP-2007-1084-0007 EPA None EPA-HQ-OPP-2007-1084 Section 3 New Use Risk Assessment of Proposed Uses on Almonds, Peaches, and Prunes (Fate), 08-21-1995 Supporting & Related Material Letter, Memorandum, Email 2007-12-19T05:00:00Z 2007 12     2011-05-04T14:14:56Z   0 0 090000648037b785
EPA-HQ-OPP-2007-1084-0002 EPA None EPA-HQ-OPP-2007-1084 12/2007. Summary Document Supporting & Related Material Letter, Memorandum, Email 2007-12-19T05:00:00Z 2007 12     2011-05-04T14:14:55Z   0 0 090000648037b4db
EPA-HQ-OPP-2007-1084-0003 EPA None EPA-HQ-OPP-2007-1084 Sodium Tetrathiocarbonate Screening-Level Usage Analysis (SLUA) 05-29-2007 Supporting & Related Material Letter, Memorandum, Email 2007-12-19T05:00:00Z 2007 12     2011-05-04T14:14:56Z   0 0 090000648037b746
EPA-HQ-OPP-2007-1084-0004 EPA None EPA-HQ-OPP-2007-1084 Sodium Tetrathiocarbonate Appendix A Label Data Reports 01-09-2007 Supporting & Related Material Letter, Memorandum, Email 2007-12-19T05:00:00Z 2007 12     2011-05-04T14:14:56Z   0 0 090000648037b758
EPA-HQ-OPP-2007-1084-0001 EPA None EPA-HQ-OPP-2007-1084 New Dockets Opened for Review and Comment (Sodium Tetrathiocarbonate) Case 7009 Notice Federal Register Document 2007-12-19T05:00:00Z 2007 12 2007-12-19T05:00:00Z 2008-03-19T03:59:59Z 2011-05-04T14:14:56Z E7-24609 0 0 090000648037c7e1
EPA-HQ-OPP-2007-1084-0010 EPA None EPA-HQ-OPP-2007-1084 Review of Lysimeter and Ground-water Monitoring Studies, 07-27-1988 Supporting & Related Material Letter, Memorandum, Email 2007-12-19T05:00:00Z 2007 12     2011-05-04T14:14:56Z   0 0 090000648037b79b

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