documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
12 rows where docket_id = "EPA-HQ-ORD-2013-0111" and posted_year = 2016 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
| 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-ORD-2013-0111-0023 | EPA | None EPA-HQ-ORD-2013-0111 | OMB-OSTP Comments tert Butanol Interagency Consultation 11-21-14 | Supporting & Related Material | Interagency Review | 2016-06-13T04:00:00Z | 2016 | 6 | 2016-06-14T00:35:49Z | 0 | 0 | 09000064820141c9 | |||
| EPA-HQ-ORD-2013-0111-0028 | EPA | None EPA-HQ-ORD-2013-0111 | Tert Butanol PCD Toxicological Review Charge | Supporting & Related Material | Interagency Review | 2016-06-13T04:00:00Z | 2016 | 6 | 2016-06-14T00:35:39Z | 0 | 0 | 0900006482014268 | |||
| EPA-HQ-ORD-2013-0111-0025 | EPA | None EPA-HQ-ORD-2013-0111 | T-Butanol Litsearch Evidence Tables | Supporting & Related Material | Publication - USEPA | 2016-06-13T04:00:00Z | 2016 | 6 | 2016-06-14T00:36:04Z | 0 | 0 | 0900006482013e82 | |||
| EPA-HQ-ORD-2013-0111-0022 | EPA | None EPA-HQ-ORD-2013-0111 | EPA's Response to Interagency Comments on tert-Butanol | Supporting & Related Material | Interagency Review | 2016-06-13T04:00:00Z | 2016 | 6 | 2016-06-14T00:35:54Z | 0 | 0 | 09000064820141c2 | |||
| EPA-HQ-ORD-2013-0111-0029 | EPA | None EPA-HQ-ORD-2013-0111 | Tert Butanol Interagency Consultation Draft Toxicological Review | Supporting & Related Material | Publication - USEPA | 2016-06-13T04:00:00Z | 2016 | 6 | 2016-06-14T00:36:14Z | 0 | 0 | 090000648201426b | |||
| EPA-HQ-ORD-2013-0111-0031 | EPA | None EPA-HQ-ORD-2013-0111 | Tert Butanol Interagency Consultation Draft Charge to External Reviewers | Supporting & Related Material | Interagency Review | 2016-06-13T04:00:00Z | 2016 | 6 | 2016-06-14T00:36:25Z | 0 | 0 | 090000648201426d | |||
| EPA-HQ-ORD-2013-0111-0027 | EPA | None EPA-HQ-ORD-2013-0111 | Tert Butanol PCD Toxicological Review Supplemental Information | Supporting & Related Material | Publication - USEPA | 2016-06-13T04:00:00Z | 2016 | 6 | 2016-06-14T00:35:44Z | 0 | 0 | 0900006482014267 | |||
| EPA-HQ-ORD-2013-0111-0030 | EPA | None EPA-HQ-ORD-2013-0111 | Tert Butanol Interagency Consultation Draft Supplemental Info | Supporting & Related Material | Publication - USEPA | 2016-06-13T04:00:00Z | 2016 | 6 | 2016-06-14T00:36:20Z | 0 | 0 | 090000648201426c | |||
| EPA-HQ-ORD-2013-0111-0026 | EPA | None EPA-HQ-ORD-2013-0111 | Tert Butanol PCD Toxicological Review | Supporting & Related Material | Publication - USEPA | 2016-06-13T04:00:00Z | 2016 | 6 | 2016-06-14T00:35:59Z | 0 | 0 | 0900006482013e87 | |||
| EPA-HQ-ORD-2013-0111-0024 | EPA | None EPA-HQ-ORD-2013-0111 | NTP Comments tert Butanol Interagency Consultation11-19-14 | Supporting & Related Material | Interagency Review | 2016-06-13T04:00:00Z | 2016 | 6 | 2016-06-14T00:36:09Z | 0 | 0 | 0900006482013e81 | |||
| EPA-HQ-ORD-2013-0111-0021 | EPA | None EPA-HQ-ORD-2013-0111 | Public Comment Draft for the Integrated Risk Information System (IRIS) Assessment of tert-Butyl Alcohol | Notice | 2016-05-16T04:00:00Z | 2016 | 5 | 2016-05-16T04:00:00Z | 2016-07-16T03:59:59Z | 2016-07-19T01:00:30Z | 2016-11264 | 0 | 0 | 0900006481fd1041 | |
| EPA-HQ-ORD-2013-0111-0020 | EPA | None EPA-HQ-ORD-2013-0111 | Memorandum to Open Docket for Public Access | Other | Memorandum to Open a Docket | 2016-04-01T04:00:00Z | 2016 | 4 | 2016-04-01T04:00:00Z | 2016-05-17T03:59:59Z | 2016-05-16T14:59:54Z | 0 | 0 | 0900006481f0a1ad |
Advanced export
JSON shape: default, array, newline-delimited, object
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;