documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where docket_id = "EPA-HQ-OPPT-2013-0677" and posted_year = 2017 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, posted_date, posted_month, posted_date (date), comment_start_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-OPPT-2013-0677-0044 | EPA | None EPA-HQ-OPPT-2013-0677 | Toxic Substances Control Act: Receipt of Information | Notice | 2017-10-19T04:00:00Z | 2017 | 10 | 2020-07-08T17:33:48Z | 2017-22702 | 0 | 0 | 0900006482be3ec0 | |||
| EPA-HQ-OPPT-2013-0677-0043 | EPA | None EPA-HQ-OPPT-2013-0677 | Toxic Substances Control Act: Receipt of Information | Notice | 2017-10-16T04:00:00Z | 2017 | 10 | 2020-07-08T17:33:09Z | 2017-22369 | 0 | 0 | 0900006482bcde0e | |||
| EPA-HQ-OPPT-2013-0677-0042 | EPA | None EPA-HQ-OPPT-2013-0677 | Receipt of Information: Toxic Substances Control Act | Notice | 2017-09-06T04:00:00Z | 2017 | 9 | 2020-07-08T17:32:25Z | 2017-18759 | 0 | 0 | 0900006482b0f623 | |||
| EPA-HQ-OPPT-2013-0677-0041 | EPA | None EPA-HQ-OPPT-2013-0677 | Receipt of Information Under Toxic Substances Control Act | Notice | 2017-07-07T04:00:00Z | 2017 | 7 | 2020-07-08T17:31:47Z | 2017-14320 | 0 | 0 | 09000064828309a4 | |||
| EPA-HQ-OPPT-2013-0677-0039 | EPA | None EPA-HQ-OPPT-2013-0677 | Receipt of Information under Toxic Substances Control Act | Notice | 2017-06-02T04:00:00Z | 2017 | 6 | 2020-07-08T17:30:41Z | 2017-11460 | 0 | 0 | 090000648267f773 | |||
| EPA-HQ-OPPT-2013-0677-0038 | EPA | None EPA-HQ-OPPT-2013-0677 | Receipt of Information under Toxic Substances Control Act | Notice | 2017-05-11T04:00:00Z | 2017 | 5 | 2020-07-08T17:29:43Z | 2017-09561 | 0 | 0 | 09000064825a3785 | |||
| EPA-HQ-OPPT-2013-0677-0037 | EPA | None EPA-HQ-OPPT-2013-0677 | Receipt of Information under Toxic Substances Control Act | Notice | 2017-03-09T05:00:00Z | 2017 | 3 | 2020-07-08T17:28:59Z | 2017-04697 | 0 | 0 | 09000064824fb352 | |||
| EPA-HQ-OPPT-2013-0677-0035 | EPA | None EPA-HQ-OPPT-2013-0677 | Receipt of Information under Toxic Substances Control Act | Notice | 2017-02-07T05:00:00Z | 2017 | 2 | 2020-07-08T17:27:37Z | 2017-02478 | 0 | 0 | 09000064824afc1f | |||
| EPA-HQ-OPPT-2013-0677-0036 | EPA | None EPA-HQ-OPPT-2013-0677 | Receipt of Information under Toxic Substances Control Act | Notice | 2017-02-07T05:00:00Z | 2017 | 2 | 2017-02-07T05:00:00Z | 2020-07-08T17:28:20Z | 2017-02482 | 0 | 0 | 09000064824b01a8 |
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;