documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "EPA-HQ-OPPT-2016-0736" and posted_year = 2020 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_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-2016-0736-0508 | EPA | None EPA-HQ-OPPT-2016-0736 | Report for OSHA Compliance Monitoring at Branham Corporation, Douglas W. Peters and Associates, Environmental Health Management | Supporting & Related Material | Report | 2020-03-31T04:00:00Z | 2020 | 3 | 2020-10-04T07:56:36Z | 0 | 0 | 090000648446d215 | |||
| EPA-HQ-OPPT-2016-0736-0504 | EPA | None EPA-HQ-OPPT-2016-0736 | Responses to EPA Questions Regarding Asbestos-Containing Gaskets from the American Chemistry Council | Supporting & Related Material | 2020-03-31T04:00:00Z | 2020 | 3 | 2020-10-04T07:56:31Z | 0 | 0 | 090000648446b420 | ||||
| EPA-HQ-OPPT-2016-0736-0506 | EPA | None EPA-HQ-OPPT-2016-0736 | 11.9.2017 Email from Judith Nordgren, Managing Director, Chlorine Chemistry Division, American Chemistry Council, regarding the use of asbestos-containing gaskets | Supporting & Related Material | 2020-03-31T04:00:00Z | 2020 | 3 | 2020-10-04T07:55:09Z | 0 | 0 | 090000648446b422 | ||||
| EPA-HQ-OPPT-2016-0736-0510 | EPA | None EPA-HQ-OPPT-2016-0736 | American Chemistry Council member company facility addresses where chlor-alkali asbestos diaphragms are used | Supporting & Related Material | 2020-03-31T04:00:00Z | 2020 | 3 | 2020-10-04T07:56:34Z | 0 | 0 | 090000648446f150 | ||||
| EPA-HQ-OPPT-2016-0736-0503 | EPA | None EPA-HQ-OPPT-2016-0736 | Information from the American Chemistry Council on the landfills that Branham Corporation uses to dispose of the remnant asbestos gaskets (lattice, or drops) from the die-cutting process. | Supporting & Related Material | Memorandum | 2020-03-31T04:00:00Z | 2020 | 3 | 2020-10-04T07:56:33Z | 0 | 0 | 090000648446b41f | |||
| EPA-HQ-OPPT-2016-0736-0505 | EPA | None EPA-HQ-OPPT-2016-0736 | May 6, 2019 email from Judith Nordgren, Managing Director, Chlorine Chemistry Division, American Chemistry Council regarding Olin Corporation facilities. | Supporting & Related Material | 2020-03-31T04:00:00Z | 2020 | 3 | 2020-10-04T07:56:30Z | 0 | 0 | 090000648446b421 | ||||
| EPA-HQ-OPPT-2016-0736-0507 | EPA | None EPA-HQ-OPPT-2016-0736 | 5.28.19 Email Response from Maria Krysa, Vice President, Olin Responsible Care, Product Stewardship, Quality and Sustainability | Supporting & Related Material | 2020-03-31T04:00:00Z | 2020 | 3 | 2020-10-04T07:56:37Z | 0 | 0 | 090000648446d214 | ||||
| EPA-HQ-OPPT-2016-0736-0509 | EPA | None EPA-HQ-OPPT-2016-0736 | Transportation and Disposal Regulations for Chrysotile Asbestos used at Chlor-Alkali Facilities Submitted by the American Chemistry Council | Supporting & Related Material | 2020-03-31T04:00:00Z | 2020 | 3 | 2020-10-04T07:55:43Z | 0 | 0 | 090000648446d216 |
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;