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

7 rows where docket_id = "EPA-HQ-OPP-2005-0495" and posted_year = 2006 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), last_modified (date)

document_type 2

  • Supporting & Related Material 6
  • Notice 1

posted_year 1

  • 2006 · 7 ✖

agency_id 1

  • EPA 7
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-2005-0495-0029 EPA None EPA-HQ-OPP-2005-0495 Imazapyr Reregistration Eligibility Decision Notice Federal Register Document 2006-07-05T14:30:05Z 2006 7 2006-07-05T14:30:05Z   2008-01-08T21:09:36Z E6-10449 0 0 0900006480195b98
EPA-HQ-OPP-2005-0495-0033 EPA None EPA-HQ-OPP-2005-0495 APPENDIX H. Summary of Endangered/Threatened Species of the Level 1 Screening Ecological Risk Assessment for the Reregistration of Imazapyr (December 9, 2005) Supporting & Related Material Audit, Assessment, Evaluation 2006-07-05T04:00:00Z 2006 7     2006-09-02T14:40:24Z   0 0 090000648018e41f
EPA-HQ-OPP-2005-0495-0030 EPA None EPA-HQ-OPP-2005-0495 Reader’s Guide to the Imazapyr E-Docket Supporting & Related Material Index 2006-07-05T04:00:00Z 2006 7     2006-09-02T14:40:24Z   0 0 090000648018e3bc
EPA-HQ-OPP-2005-0495-0032 EPA None EPA-HQ-OPP-2005-0495 EFED Responses to Imazapyr Phase 3 Comments (March 29, 2006) Supporting & Related Material Audit, Assessment, Evaluation 2006-07-05T04:00:00Z 2006 7     2006-09-02T14:40:24Z   0 0 090000648018e40e
EPA-HQ-OPP-2005-0495-0031 EPA None EPA-HQ-OPP-2005-0495 Reregistration Eligibility Decision for Imazapyr Supporting & Related Material Other 2006-07-05T04:00:00Z 2006 7     2006-09-02T14:40:24Z   0 0 090000648019326c
EPA-HQ-OPP-2005-0495-0025 EPA None EPA-HQ-OPP-2005-0495 Imazapyr Phase 3 Reader's Guide Supporting & Related Material Other 2006-01-03T05:00:00Z 2006 1     2011-02-02T20:49:11Z   0 0 09000064800fd26c
EPA-HQ-OPP-2005-0495-0026 EPA None EPA-HQ-OPP-2005-0495 Imazapyr: The Health Effects Division’s (HED’s) Response to Comments Submitted During Phase One of the Public Participation Process Supporting & Related Material Audit, Assessment, Evaluation 2006-01-03T05:00:00Z 2006 1     2011-02-02T20:49:11Z   0 0 09000064800fd296

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