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

13 rows where docket_id = "EPA-HQ-OPP-2004-0202" 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), last_modified (date)

posted_year 1

  • 2005 · 13 ✖

document_type 1

  • Supporting & Related Material 13

agency_id 1

  • EPA 13
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-2004-0202-0028 EPA None EPA-HQ-OPP-2004-0202 Reader's Guide to the Pentachloronitrobenzene (PCNB) E-Docket OPP-2004-0202 Supporting & Related Material Other 2005-03-01T05:00:00Z 2005 3     2006-09-02T13:57:52Z   0 0 09000064800b6526
EPA-HQ-OPP-2004-0202-0039 EPA None EPA-HQ-OPP-2004-0202 Alternatives to PCNB on Selected Sites Supporting & Related Material Other 2005-03-01T05:00:00Z 2005 3     2006-09-02T13:57:53Z   0 0 09000064800b664e
EPA-HQ-OPP-2004-0202-0040 EPA None EPA-HQ-OPP-2004-0202 Solicitation of Public Comment on Risk Management Options for PCNB Supporting & Related Material Other 2005-03-01T05:00:00Z 2005 3     2006-09-02T13:57:53Z   0 0 09000064800b665f
EPA-HQ-OPP-2004-0202-0030 EPA None EPA-HQ-OPP-2004-0202 RESPONSE TO PUBLIC COMMENTS. The Health Effects Division's Response to Comments on EPA's HED Chapter of the PCNB Reregistration Eligibility Document Supporting & Related Material Other 2005-02-16T05:00:00Z 2005 2     2006-09-02T13:57:53Z   0 0 09000064800b6555
EPA-HQ-OPP-2004-0202-0034 EPA None EPA-HQ-OPP-2004-0202 Probabilistic Chronic Dietary Exposure Estimates for Pentachloronitrobenzene (PCNB), List A Supporting & Related Material Other 2005-02-16T05:00:00Z 2005 2     2006-09-02T13:57:53Z   0 0 09000064800b65af
EPA-HQ-OPP-2004-0202-0032 EPA None EPA-HQ-OPP-2004-0202 PCNB Reregistration Eligibility Document Issue Relative to the Purity of the Marketed Technical vs Purity of the Technical Utilized in Toxicology Testing Supporting & Related Material Other 2005-02-16T05:00:00Z 2005 2     2006-09-02T13:57:53Z   0 0 09000064800b6581
EPA-HQ-OPP-2004-0202-0029 EPA None EPA-HQ-OPP-2004-0202 Pentachloronitrobenzene (PCNB) 2nd Revised HED Chapter of the Reregistration Eligibility Decision Document (RED) Supporting & Related Material Other 2005-02-16T05:00:00Z 2005 2     2006-09-02T13:57:53Z   0 0 09000064800b653e
EPA-HQ-OPP-2004-0202-0031 EPA None EPA-HQ-OPP-2004-0202 Revised Toxicology Disciplinary Chapter for the Reregistration Eligibility Decision (RED) Supporting & Related Material Other 2005-02-16T05:00:00Z 2005 2     2006-09-02T13:57:53Z   0 0 09000064800b6566
EPA-HQ-OPP-2004-0202-0037 EPA None EPA-HQ-OPP-2004-0202 Review of Public Comments on the Draft Environmental Fate and Ecological Risk Assessment of Pentachloronitrobenzene Supporting & Related Material Other 2005-01-06T05:00:00Z 2005 1     2006-09-02T13:57:53Z   0 0 09000064800b660e
EPA-HQ-OPP-2004-0202-0033 EPA None EPA-HQ-OPP-2004-0202 Pentachloronitrobenzene (PCNB). Revised Reregistration Eligibility Decision Document (RED): Product and Residue Chemistry Considerations Supporting & Related Material Other 2005-01-06T05:00:00Z 2005 1     2006-09-02T13:57:53Z   0 0 09000064800b6597
EPA-HQ-OPP-2004-0202-0038 EPA None EPA-HQ-OPP-2004-0202 Revised Environmental Fate and Ecological Risk Assessment of Pentachloronitrobenzene Supporting & Related Material Other 2005-01-06T05:00:00Z 2005 1     2006-09-02T13:57:53Z   0 0 09000064800b662b
EPA-HQ-OPP-2004-0202-0035 EPA None EPA-HQ-OPP-2004-0202 PENTACHLORONITROBENZENE (PCNB): Revised Occupational and Residential Exposure Assessment for the Reregistration Eligibility Decision Document Supporting & Related Material Other 2005-01-06T05:00:00Z 2005 1     2006-09-02T13:57:53Z   0 0 09000064800b65cf
EPA-HQ-OPP-2004-0202-0036 EPA None EPA-HQ-OPP-2004-0202 Revised Environmental Fate and Ecological Risk Assessment of Pentachloronitrobenzene (transmittal memo) Supporting & Related Material Other 2005-01-06T05:00:00Z 2005 1     2006-09-02T13:57:53Z   0 0 09000064800b65e8

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