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-2010-0918" 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 4

  • 2010 3
  • 2011 3
  • 2021 2
  • 2022 2

document_type 2

  • Supporting & Related Material 7
  • Notice 3

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-2010-0918-0010 EPA None EPA-HQ-OPP-2010-0918 Pesticide Registration Review: Interim Decisions and Case Closures for Several Pesticides Notice   2022-02-02T05:00:00Z 2022 2 2022-02-02T05:00:00Z   2022-02-02T15:06:19Z 2022-02110 0 0 0900006484f4be1b
EPA-HQ-OPP-2010-0918-0011 EPA None EPA-HQ-OPP-2010-0918 Cinnamaldehyde PC Code 040506 Interim Registration Decision Case Number 6032 Supporting & Related Material Decision 2022-02-02T05:00:00Z 2022 2     2022-02-02T15:06:54Z   0 0 0900006484df7f47
EPA-HQ-OPP-2010-0918-0008 EPA None EPA-HQ-OPP-2010-0918 Cinnamaldehyde PC Code 040506 Proposed Interim Registration Review Decision Case Number 6032 Supporting & Related Material Decision 2021-08-03T04:00:00Z 2021 8     2021-08-03T18:57:31Z   0 0 0900006484b5d515
EPA-HQ-OPP-2010-0918-0007 EPA None EPA-HQ-OPP-2010-0918 Pesticide Registration Review: Proposed Interim Decisions for Several Pesticides Notice   2021-08-03T04:00:00Z 2021 8 2021-08-03T04:00:00Z 2021-10-05T03:59:59Z 2021-09-15T01:00:37Z 2021-16516 0 0 0900006484c2561e
EPA-HQ-OPP-2010-0918-0006 EPA None EPA-HQ-OPP-2010-0918 Final Work Plan for Cinnamaldehyde (June 30, 2011) Supporting & Related Material Adjudication 2011-06-30T04:00:00Z 2011 6     2011-06-30T19:13:30Z   0 0 0900006480eb7af8
EPA-HQ-OPP-2010-0918-0004 EPA None EPA-HQ-OPP-2010-0918 Cinnamaldehyde Final Work Plan Supporting & Related Material Work Plan 2011-06-22T04:00:00Z 2011 6     2024-11-07T22:31:53Z   0 0 0900006480e51003
EPA-HQ-OPP-2010-0918-0005 EPA None EPA-HQ-OPP-2010-0918 Preliminary Assessment for the Registration Review of Cinnamaldehyde (Amended) Supporting & Related Material Environmental Assessment 2011-06-22T04:00:00Z 2011 6     2024-11-07T22:31:53Z   0 0 0900006480e51013
EPA-HQ-OPP-2010-0918-0001 EPA None EPA-HQ-OPP-2010-0918 Registration Review: Pesticide and Other Docket Actions Notice Federal Register Document 2010-12-22T05:00:00Z 2010 12 2010-12-22T05:00:00Z 2011-02-23T04:59:59Z 2011-01-05T15:03:39Z 2010-32152 0 0 0900006480bbdf6c
EPA-HQ-OPP-2010-0918-0002 EPA None EPA-HQ-OPP-2010-0918 Preliminary Assessment for the Registration Review of Cinnmaldehyde Supporting & Related Material Other 2010-12-22T05:00:00Z 2010 12     2010-12-22T20:52:35Z   0 0 0900006480bbad8f
EPA-HQ-OPP-2010-0918-0003 EPA None EPA-HQ-OPP-2010-0918 Cinnamaldehyde Preliminary Work Plan and Summary Document Supporting & Related Material Other 2010-12-22T05:00:00Z 2010 12     2010-12-22T20:53:00Z   0 0 0900006480bbcf00

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