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

11 rows where docket_id = "EPA-HQ-OPP-2005-0561" and posted_year = 2006 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 10
  • Notice 1

posted_year 1

  • 2006 · 11 ✖

agency_id 1

  • EPA 11
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-0561-0009 EPA None EPA-HQ-OPP-2005-0561 CMCC Report from June 14 Subgroup to PPDC Supporting & Related Material   2006-11-22T05:00:00Z 2006 11     2006-11-22T17:44:08Z   0 0 090000648019fdbb
EPA-HQ-OPP-2005-0561-0010 EPA None EPA-HQ-OPP-2005-0561 EPA Report from June 14 Subgroup to PPDC Supporting & Related Material   2006-11-22T05:00:00Z 2006 11     2006-11-22T17:44:08Z   0 0 090000648019fde6
EPA-HQ-OPP-2005-0561-0007 EPA None EPA-HQ-OPP-2005-0561 EPA Worker Safety Regulations June 14 Presentation to PPDC Supporting & Related Material   2006-11-22T05:00:00Z 2006 11     2006-11-22T17:44:06Z   0 0 090000648019fcbe
EPA-HQ-OPP-2005-0561-0008 EPA None EPA-HQ-OPP-2005-0561 AAPSE Report from June 14 Subgroup to PPDC Supporting & Related Material   2006-11-22T05:00:00Z 2006 11     2006-11-22T17:44:07Z   0 0 090000648019fd97
EPA-HQ-OPP-2005-0561-0011 EPA None EPA-HQ-OPP-2005-0561 Farmworker Representative Report from June 14 subgroup meeting to PPDC Supporting & Related Material   2006-11-22T05:00:00Z 2006 11     2006-11-22T17:44:09Z   0 0 09000064801a08e2
EPA-HQ-OPP-2005-0561-0004 EPA None EPA-HQ-OPP-2005-0561 AAPCO Comments: Pesticide Worker Safety Program Proposed Areas of Change Supporting & Related Material   2006-04-18T19:53:28Z 2006 4     2006-09-02T14:43:11Z   0 0 090000648015fb2a
EPA-HQ-OPP-2005-0561-0003 EPA None EPA-HQ-OPP-2005-0561 Meeting Notes: Pesticide Program Dialogue Committee Work Group on Pesticide Worker Safety Regulatory Enhancements Supporting & Related Material Meeting/Teleconference Materials 2006-04-18T17:58:20Z 2006 4     2006-09-02T14:43:11Z   0 0 090000648015fdb2
EPA-HQ-OPP-2005-0561-0005 EPA None EPA-HQ-OPP-2005-0561 AAPSE Comments: Characteristics of Items Proposed for Change in C&T and WPS Supporting & Related Material   2006-04-18T04:00:00Z 2006 4     2006-09-02T14:43:11Z   0 0 090000648015fb45
EPA-HQ-OPP-2005-0561-0006 EPA None EPA-HQ-OPP-2005-0561 CMCC Comments: Prepared for the EPA PPDC Subcommittee on Worker Safety Supporting & Related Material   2006-04-18T04:00:00Z 2006 4     2006-09-02T14:43:11Z   0 0 090000648015fb4f
EPA-HQ-OPP-2005-0561-0001 EPA None EPA-HQ-OPP-2005-0561 Pesticide Program Dialogue Committee, Workgroup on Pesticide Worker Safety Regulations; Notice of Public Meeting Notice Federal Register Document 2006-02-08T21:40:31Z 2006 2 2006-02-08T21:40:31Z   2008-01-08T21:23:14Z E6-01711 0 0 090000648012b23a
EPA-HQ-OPP-2005-0561-0002 EPA None EPA-HQ-OPP-2005-0561 National Assessment of EPA's Worker Safety Program Supporting & Related Material Publication - USEPA 2006-02-08T20:53:01Z 2006 2     2006-09-02T14:43:10Z   0 0 090000648012ba56

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