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

8 rows where docket_id = "EPA-HQ-OPP-2009-0879" and posted_year = 2016 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), last_modified (date)

document_type 2

  • Supporting & Related Material 7
  • Notice 1

posted_year 1

  • 2016 · 8 ✖

agency_id 1

  • EPA 8
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-2009-0879-0111 EPA None EPA-HQ-OPP-2009-0879 Population Moodel of a Threatened Plant Species for application in Pesticide Risk Assessment Supporting & Related Material Meeting Materials 2016-12-09T05:00:00Z 2016 12     2016-12-09T19:15:39Z   0 0 090000648239771d
EPA-HQ-OPP-2009-0879-0110 EPA None EPA-HQ-OPP-2009-0879 The Impact of Variability in Non-target Terrestrial Plant Studies on Endpoint Selection Supporting & Related Material Meeting Materials 2016-12-09T05:00:00Z 2016 12     2016-12-09T19:15:39Z   0 0 090000648239771c
EPA-HQ-OPP-2009-0879-0113 EPA None EPA-HQ-OPP-2009-0879 TED Tool for Terrestrial Risk Assessment for Endangered and Threatened Species Supporting & Related Material Meeting Materials 2016-12-09T05:00:00Z 2016 12     2016-12-09T19:15:39Z   0 0 090000648239771f
EPA-HQ-OPP-2009-0879-0109 EPA None EPA-HQ-OPP-2009-0879 Pesticide Residue and Degradation Formulation in Vegetative Filter Strips for Environmental Exposure Assessments Supporting & Related Material Meeting Materials 2016-12-09T05:00:00Z 2016 12     2016-12-09T19:15:39Z   0 0 090000648239771b
EPA-HQ-OPP-2009-0879-0114 EPA None EPA-HQ-OPP-2009-0879 ESA Weight of Evidence Tool: Integrating Species Attributes and Exposure to make Effects Determinations Supporting & Related Material Meeting Materials 2016-12-09T05:00:00Z 2016 12     2016-12-09T19:15:39Z   0 0 0900006482397720
EPA-HQ-OPP-2009-0879-0112 EPA None EPA-HQ-OPP-2009-0879 Overlap Tool for May Affect Determinations Supporting & Related Material Meeting Materials 2016-12-09T05:00:00Z 2016 12     2016-12-09T19:15:39Z   0 0 090000648239771e
EPA-HQ-OPP-2009-0879-0115 EPA None EPA-HQ-OPP-2009-0879 Update for EMPM: Spatial Aquatic Model (SAM) Supporting & Related Material Meeting Materials 2016-12-09T05:00:00Z 2016 12     2016-12-09T19:15:40Z   0 0 0900006482397721
EPA-HQ-OPP-2009-0879-0108 EPA None EPA-HQ-OPP-2009-0879 Meetings: Environmental Modeling Notice Meeting 2016-04-05T04:00:00Z 2016 4     2016-04-05T15:48:12Z 2016-07794 0 0 0900006481f28553

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