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

14 rows where docket_id = "EPA-HQ-OPP-2005-0266" and posted_year = 2005 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 13
  • Notice 1

posted_year 1

  • 2005 · 14 ✖

agency_id 1

  • EPA 14
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-0266-0014 EPA None EPA-HQ-OPP-2005-0266 Ecological risk Assessment in Support of the Registration Eligibility Decision on Dodine Supporting & Related Material Audit, Assessment, Evaluation 2005-12-08T18:27:27Z 2005 12     2006-09-02T14:34:43Z   0 0 09000064800eb273
EPA-HQ-OPP-2005-0266-0012 EPA None EPA-HQ-OPP-2005-0266 RED for Dodine Supporting & Related Material   2005-12-08T05:00:00Z 2005 12     2006-09-02T14:34:43Z   0 0 09000064800eb271
EPA-HQ-OPP-2005-0266-0013 EPA None EPA-HQ-OPP-2005-0266 Dodine. Chronic Dietary Exposure Assessment for the Reregistration Eligibility Decision. Supporting & Related Material Audit, Assessment, Evaluation 2005-12-08T05:00:00Z 2005 12     2006-09-02T14:34:43Z   0 0 09000064800eb272
EPA-HQ-OPP-2005-0266-0015 EPA None EPA-HQ-OPP-2005-0266 Corrections to Phase III- Revised as per 30-day Error Only Registrant Comments Dodine: HED Chapter of the RED Supporting & Related Material Audit, Assessment, Evaluation 2005-12-08T05:00:00Z 2005 12     2006-09-02T14:34:43Z   0 0 09000064800eb274
EPA-HQ-OPP-2005-0266-0011 EPA None EPA-HQ-OPP-2005-0266 Dodine and Salts. Revised RED Summary of Analytical Chemistry and Residue Data Supporting & Related Material   2005-12-08T05:00:00Z 2005 12     2006-09-02T14:34:43Z   0 0 09000064800eb270
EPA-HQ-OPP-2005-0266-0007 EPA None EPA-HQ-OPP-2005-0266 Review of the 30 day Error Correction Comments on the Draft Level 1 Screening Ecological Risk Assessment for the Reregistration of Dodine Supporting & Related Material   2005-12-05T05:00:00Z 2005 12     2006-09-02T14:34:43Z   0 0 09000064800eb26d
EPA-HQ-OPP-2005-0266-0002 EPA None EPA-HQ-OPP-2005-0266 Review of Dodine and Dodecylguanidine hydrochloride Incident Reports.” Supporting & Related Material   2005-12-05T05:00:00Z 2005 12     2006-09-02T14:34:42Z   0 0 09000064800eb268
EPA-HQ-OPP-2005-0266-0008 EPA None EPA-HQ-OPP-2005-0266 Correction to the "Review of the 30-day Error Correction Comments on the Draft Level I Screening Ecological Risk Assessment for the Reregistration of Dodine Supporting & Related Material   2005-12-05T05:00:00Z 2005 12     2006-09-02T14:34:43Z   0 0 09000064800eb26e
EPA-HQ-OPP-2005-0266-0003 EPA None EPA-HQ-OPP-2005-0266 Tier I Drinking Water Assessment for Dodine. Supporting & Related Material   2005-12-05T05:00:00Z 2005 12     2006-09-02T14:34:42Z   0 0 09000064800eb269
EPA-HQ-OPP-2005-0266-0004 EPA None EPA-HQ-OPP-2005-0266 Dodecylguanidine hydrochloride (DGH) – Dietary and Non-dietary Exposures and Risks from Antimicrobial Uses Supporting & Related Material   2005-12-05T05:00:00Z 2005 12     2006-09-02T14:34:42Z   0 0 09000064800eb26a
EPA-HQ-OPP-2005-0266-0005 EPA None EPA-HQ-OPP-2005-0266 Level 1 Screening Ecological Risk Assessment for the Reregistration of Dodine Supporting & Related Material   2005-12-05T05:00:00Z 2005 12     2006-09-02T14:34:42Z   0 0 09000064800eb26b
EPA-HQ-OPP-2005-0266-0009 EPA None EPA-HQ-OPP-2005-0266 Dodine RED-Reregistration Eligibility Decision Product Chemistry Considerations. Supporting & Related Material   2005-12-05T05:00:00Z 2005 12     2006-09-02T14:34:43Z   0 0 09000064800eb26f
EPA-HQ-OPP-2005-0266-0006 EPA None EPA-HQ-OPP-2005-0266 Dodine: Occupational and Residential Exposure Assessment and Recommendations for the Reregistration Eligibility Decision Document Supporting & Related Material   2005-12-05T05:00:00Z 2005 12     2006-09-02T14:34:42Z   0 0 09000064800eb26c
EPA-HQ-OPP-2005-0266-0001 EPA None EPA-HQ-OPP-2005-0266 Dodine Reregistration Eligibility Decision; Notice of Availability Notice   2005-11-30T21:15:47Z 2005 11 2005-11-30T21:15:47Z 2006-01-31T04:59:59Z 2008-01-08T21:18:07Z 05-23420 0 0 09000064800e79af

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