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

5 rows where docket_id = "EPA-HQ-OPP-2015-0386" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2015 5

document_type 1

  • Notice 5

agency_id 1

  • EPA 5
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-2015-0386-0006 EPA None EPA-HQ-OPP-2015-0386 Pesticide Registration Reviews: Draft Human Health and Ecological Risk Assessments for Certain Organophosphates, Notice   2015-12-23T05:00:00Z 2015 12     2016-03-03T16:00:29Z 2015-32326 0 0 0900006481dc98f1
EPA-HQ-OPP-2015-0386-0005 EPA None EPA-HQ-OPP-2015-0386 Pesticide Registration Reviews: Draft Human Health and Ecological Risk Assessments for Sulfonylureas Notice Extension of Comment Period 2015-11-20T05:00:00Z 2015 11     2015-11-20T22:06:47Z 2015-29689 0 0 0900006481d5e0e8
EPA-HQ-OPP-2015-0386-0004 EPA None EPA-HQ-OPP-2015-0386 Pesticide Registration Reviews: Draft Human Health and Ecological Risk Assessments for Certain Organophosphates Notice   2015-11-20T05:00:00Z 2015 11     2015-11-20T16:14:44Z 2015-29690 0 0 0900006481d5e00f
EPA-HQ-OPP-2015-0386-0002 EPA None EPA-HQ-OPP-2015-0386 Pesticide Registration: Draft Human Health and Ecological Risk Assessments for Sulfonylureas and Certain Other Pesticides Notice   2015-09-25T04:00:00Z 2015 9     2015-10-29T01:31:18Z 2015-24452 0 0 0900006481c95fe6
EPA-HQ-OPP-2015-0386-0001 EPA None EPA-HQ-OPP-2015-0386 Registration Reviews: Draft Human Health and Ecological Risk Assessments Notice   2015-07-08T04:00:00Z 2015 7     2015-07-25T14:44:05Z 2015-16422 0 0 0900006481b714a5

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