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-0306" and posted_year = 2018 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 7
  • Notice 1

posted_year 1

  • 2018 · 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-0306-0047 EPA None EPA-HQ-OPP-2009-0306 Risk Assessment Update Using "Usage Data/Information for Boric Acid and Disodium Octaborate Tetrahydrate (DOT) Applied in Buildings to Control Structural Pests" and Associated Public Comments Supporting & Related Material Risk Assessment 2018-08-09T04:00:00Z 2018 8     2018-08-09T19:05:41Z   0 0 0900006483499686
EPA-HQ-OPP-2009-0306-0045 EPA None EPA-HQ-OPP-2009-0306 BEAD Response to Comments from Stakeholders Regarding Registration Review Proposed Interim Decision for Boric Acid and Sodium Borate Salts Supporting & Related Material Comment Response 2018-08-09T04:00:00Z 2018 8     2018-08-09T19:05:39Z   0 0 0900006483499684
EPA-HQ-OPP-2009-0306-0046 EPA None EPA-HQ-OPP-2009-0306 Boric Acid and its Sodium Salts: Tier I Update Review of Human Incidents and Epidemiology for Draft Risk Assessment Supporting & Related Material Risk Assessment 2018-08-09T04:00:00Z 2018 8     2018-08-09T19:05:40Z   0 0 0900006483499685
EPA-HQ-OPP-2009-0306-0048 EPA None EPA-HQ-OPP-2009-0306 Boric Acid/Sodium Salts Interim Registration Review Decision Case Number 0024 Supporting & Related Material Decision 2018-08-09T04:00:00Z 2018 8     2018-08-09T19:05:42Z   0 0 0900006483499687
EPA-HQ-OPP-2009-0306-0044 EPA None EPA-HQ-OPP-2009-0306 Appendix D EPA Review NPMA data 2 handwand Supporting & Related Material Data 2018-08-09T04:00:00Z 2018 8     2018-08-09T19:05:38Z   0 0 0900006483499683
EPA-HQ-OPP-2009-0306-0043 EPA None EPA-HQ-OPP-2009-0306 Appendix C EPA Review NPMA data 2 bulbduster Supporting & Related Material Data 2018-08-09T04:00:00Z 2018 8     2018-08-09T19:05:37Z   0 0 0900006483499682
EPA-HQ-OPP-2009-0306-0042 EPA None EPA-HQ-OPP-2009-0306 Appendix B EPA Review NPMA data 1 handwand Supporting & Related Material Data 2018-08-09T04:00:00Z 2018 8     2018-08-09T19:05:36Z   0 0 0900006483497e3c
EPA-HQ-OPP-2009-0306-0041 EPA None EPA-HQ-OPP-2009-0306 Registration Reviews: Several Pesticides; Interim Decisions Notice   2018-08-09T04:00:00Z 2018 8 2018-08-09T04:00:00Z   2018-08-09T15:35:55Z 2018-17083 0 0 09000064835fa58c

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