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-OPPT-2002-0056" and posted_year = 2005 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2005 · 11 ✖

document_type 1

  • Supporting & Related Material 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-OPPT-2002-0056-0122 EPA None EPA-HQ-OPPT-2002-0056 Route-to-Route Extrapolation of 1,1,2-Trichloroethane Studies from the Oral Route to Inhalation Using Physiologically Based Pharmacokinetic Models: Developmental Toxicity Supporting & Related Material Report 2005-10-20T04:00:00Z 2005 10     2006-10-23T16:41:10Z   0 0 09000064800b62cc
EPA-HQ-OPPT-2002-0056-0121 EPA None EPA-HQ-OPPT-2002-0056 Route-to-Route Extrapolation of 1,1,2-Trichloroethane Studies from the Oral Route to Inhalation Using Physiologically Based Pharmacokinetic Models: Subchronic Neurotoxicity Supporting & Related Material Report 2005-10-20T04:00:00Z 2005 10     2006-10-23T16:41:10Z   0 0 09000064800b62b7
EPA-HQ-OPPT-2002-0056-0120 EPA None EPA-HQ-OPPT-2002-0056 Letter to Document Control Office, Office of Pollution Prevention and Toxics, USEPA, from Peter E. Voytek, Manager, HAP Task Force, re: Testing Consent Order for 1,1,2 Trichloroethane; Interim Report Supporting & Related Material Letter, Memorandum, Email 2005-08-16T14:48:17Z 2005 8     2006-10-23T16:41:10Z   0 0 09000064800b62a1
EPA-HQ-OPPT-2002-0056-0117 EPA None EPA-HQ-OPPT-2002-0056 1,1,2-Trichloroethane: Subchronic Neurotoxicity Study in F344/DUCRL Rats (part 2 of 4) Supporting & Related Material Study 2005-08-16T04:00:00Z 2005 8     2006-10-23T16:41:10Z   0 0 09000064800b624c
EPA-HQ-OPPT-2002-0056-0118 EPA None EPA-HQ-OPPT-2002-0056 1,1,2-Trichloroethane: Subchronic Neurotoxicity Study in F344/DUCRL Rats (part 3 of 4) Supporting & Related Material Study 2005-08-16T04:00:00Z 2005 8     2006-10-23T16:41:10Z   0 0 09000064800b626d
EPA-HQ-OPPT-2002-0056-0116 EPA None EPA-HQ-OPPT-2002-0056 1,1,2-Trichloroethane: Subchronic Neurotoxicity Study in F344/DUCRL Rats (part 1 of 4) Supporting & Related Material Study 2005-08-16T04:00:00Z 2005 8     2006-10-23T16:41:10Z   0 0 09000064800b6233
EPA-HQ-OPPT-2002-0056-0119 EPA None EPA-HQ-OPPT-2002-0056 1,1,2-Trichloroethane: Subchronic Neurotoxicity Study in F344/DUCRL Rats (part 4 of 4) Supporting & Related Material Study 2005-08-16T04:00:00Z 2005 8     2006-10-23T16:41:10Z   0 0 09000064800b6283
EPA-HQ-OPPT-2002-0056-0115 EPA None EPA-HQ-OPPT-2002-0056 A Prenatal Develomental Toxicity Study of 1,1,2-Trichloroethane Via Drinking Water In Rats Supporting & Related Material Report 2005-05-09T14:42:00Z 2005 5     2006-10-23T16:41:10Z   0 0 09000064800b620b
EPA-HQ-OPPT-2002-0056-0114 EPA None EPA-HQ-OPPT-2002-0056 Letter to Confidential Business Information Center (CBIC), from John Schaeffer, CITB/CCD, re: Addendum Modification to Enforceable Consent Agreement (ECA) for 1,1,2- Trichloroethane; CAS Register Number 79-00-5 Supporting & Related Material Letter, Memorandum, Email 2005-02-10T05:00:00Z 2005 2     2006-10-23T16:41:10Z   0 0 09000064800b61f3
EPA-HQ-OPPT-2002-0056-0113 EPA None EPA-HQ-OPPT-2002-0056 Letter to Peter Voytek, HAP Task Force Manager, from Jim Willis, Director, USEPA, re: request for modifications Supporting & Related Material Letter, Memorandum, Email 2005-01-24T05:00:00Z 2005 1     2006-10-23T16:41:10Z   0 0 09000064800b61d8
EPA-HQ-OPPT-2002-0056-0112 EPA None EPA-HQ-OPPT-2002-0056 Letter to Document Control Office, Office of Pollution Prevention and Toxics, from Peter E. Voytek, Manager, HAP Task Force, re: Testing Consent Order for 1,1,2 Trichloroethane; Interim Report Supporting & Related Material Letter, Memorandum, Email 2005-01-12T05:00:00Z 2005 1     2006-10-23T16:41:10Z   0 0 09000064800b61bc

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