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

12 rows where docket_id = "EPA-HQ-OPP-2008-0414" 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), comment_end_date (date), last_modified (date)

document_type 2

  • Supporting & Related Material 10
  • Notice 2

posted_year 1

  • 2008 12

agency_id 1

  • EPA 12
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-2008-0414-0008 EPA None EPA-HQ-OPP-2008-0414 Agency Information Collection Activities; Submission to OMB for Review and Approval; Comment Request; Submission of Protocols and Study Reports for Environmental Research Involving Human Subjects; EPA ICR No. 2195.03, OMB Control No. 2070-0169 Notice Federal Register Document 2008-12-12T05:00:00Z 2008 12 2008-12-12T05:00:00Z 2009-01-13T04:59:59Z 2008-12-20T16:35:35Z E8-29483 0 0 09000064807d8855
EPA-HQ-OPP-2008-0414-0013 EPA None EPA-HQ-OPP-2008-0414 Final Attachment D: Record of EPA Consultations With Respondents Regarding the ICR Renewal Supporting & Related Material   2008-12-12T05:00:00Z 2008 12     2008-12-20T16:35:36Z   0 0 09000064807bfe11
EPA-HQ-OPP-2008-0414-0015 EPA None EPA-HQ-OPP-2008-0414 Final Attachment F: Display Related to OMB Control #2070-0169 -Listings of Related Regulations in 40 CFR 9.1 Supporting & Related Material   2008-12-12T05:00:00Z 2008 12     2008-12-20T16:35:37Z   0 0 09000064807bfe2e
EPA-HQ-OPP-2008-0414-0009 EPA None EPA-HQ-OPP-2008-0414 Final Supporting Statement: Submission of Protocols and Study Reports for Environmental Research Involving Human Subjects Supporting & Related Material   2008-12-12T05:00:00Z 2008 12     2008-12-20T16:35:35Z   0 0 09000064807bfbb5
EPA-HQ-OPP-2008-0414-0010 EPA None EPA-HQ-OPP-2008-0414 Attachment A: FIFRA Sections 3(c)(5), 3(g), 4(g)(2), and 25 Supporting & Related Material   2008-12-12T05:00:00Z 2008 12     2008-12-20T16:35:35Z   0 0 09000064807bfdbf
EPA-HQ-OPP-2008-0414-0011 EPA None EPA-HQ-OPP-2008-0414 Final Attachment B: FFDCA Sections 408(b)(2)(A)(ii) and 408(e)(1)(C) Supporting & Related Material   2008-12-12T05:00:00Z 2008 12     2008-12-20T16:35:36Z   0 0 09000064807bfdd6
EPA-HQ-OPP-2008-0414-0014 EPA None EPA-HQ-OPP-2008-0414 Final Attachment E: Wage Rate Tables for Pesticide Registrants and EPA Supporting & Related Material   2008-12-12T05:00:00Z 2008 12     2008-12-20T16:35:37Z   0 0 09000064807bfe21
EPA-HQ-OPP-2008-0414-0016 EPA None EPA-HQ-OPP-2008-0414 Final Attachment G: Memorandum on Calculation of Burden and Cost Supporting & Related Material   2008-12-12T05:00:00Z 2008 12     2008-12-20T16:35:37Z   0 0 09000064807bfe3c
EPA-HQ-OPP-2008-0414-0012 EPA None EPA-HQ-OPP-2008-0414 Final Attachment C: Final Rule; Protections for Test Subjects in Human Research Supporting & Related Material   2008-12-12T05:00:00Z 2008 12     2008-12-20T16:35:36Z   0 0 09000064807bfde2
EPA-HQ-OPP-2008-0414-0001 EPA None EPA-HQ-OPP-2008-0414 Agency Information Collection Activities; Proposed Collection; Comment Request; Submission of Protocols and Study Reports for Environmental Research Involving Human Subjects; EPA ICR No. 2195.03, OMB Control No. 2070-0169 Notice Federal Register Document 2008-06-13T04:00:00Z 2008 6 2008-06-13T04:00:00Z 2008-08-13T03:59:59Z 2008-06-13T11:55:44Z E8-13346 0 0 0900006480623d98
EPA-HQ-OPP-2008-0414-0003 EPA None EPA-HQ-OPP-2008-0414 Attachment A: Sections 3(c)(5), 3(g), 4(g)(2), and 25 of the Federal Insecticide, Fungicide, and Rodenticide Act Supporting & Related Material   2008-06-13T04:00:00Z 2008 6     2008-06-13T11:56:39Z   0 0 09000064805ab428
EPA-HQ-OPP-2008-0414-0002 EPA None EPA-HQ-OPP-2008-0414 Draft Supporting Statement; Submission of Protocols and Study Reports for Environmental Research Involving Human Subjects Supporting & Related Material   2008-06-13T04:00:00Z 2008 6     2008-06-13T11:56:38Z   0 0 09000064805ab39b

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