documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "EPA-HQ-OLEM-2017-0463" and posted_year = 2019 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, 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-OLEM-2017-0463-0102 | EPA | Increasing Recycling: Adding Aerosol Cans to the Universal Waste Regulations EPA-HQ-OLEM-2017-0463 | Regulatory Impact Analysis - Aerosol Can Universal Waste Final Rule | Supporting & Related Material | Analysis | 2019-12-09T05:00:00Z | 2019 | 12 | 2019-12-10T04:45:37Z | 0 | 0 | 09000064841246a5 | |||
| EPA-HQ-OLEM-2017-0463-0100 | EPA | Increasing Recycling: Adding Aerosol Cans to the Universal Waste Regulations EPA-HQ-OLEM-2017-0463 | EPA Call with Recycle Aerosol | Supporting & Related Material | Meeting Materials | 2019-12-09T05:00:00Z | 2019 | 12 | 2019-12-10T04:46:36Z | 0 | 0 | 09000064841246a2 | |||
| EPA-HQ-OLEM-2017-0463-0103 | EPA | Increasing Recycling: Adding Aerosol Cans to the Universal Waste Regulations EPA-HQ-OLEM-2017-0463 | Information Collection Requests (ICRs) - Aerosol Can Universal Waste Final Rule | Supporting & Related Material | ICR Supporting Statement | 2019-12-09T05:00:00Z | 2019 | 12 | 2019-12-10T04:44:50Z | 0 | 0 | 09000064841573fc | |||
| EPA-HQ-OLEM-2017-0463-0099 | EPA | Increasing Recycling: Adding Aerosol Cans to the Universal Waste Regulations EPA-HQ-OLEM-2017-0463 | EPA Call with Minnesota Pollution Control Agency (MNCPA) | Supporting & Related Material | Meeting Materials | 2019-12-09T05:00:00Z | 2019 | 12 | 2019-12-10T04:47:00Z | 0 | 0 | 09000064841246a1 | |||
| EPA-HQ-OLEM-2017-0463-0098 | EPA | Increasing Recycling: Adding Aerosol Cans to the Universal Waste Regulations EPA-HQ-OLEM-2017-0463 | EPA Call with Colorado Department of Public Health and the Environment (CDPHE) | Supporting & Related Material | Meeting Materials | 2019-12-09T05:00:00Z | 2019 | 12 | 2019-12-10T04:44:10Z | 0 | 0 | 09000064841246a0 | |||
| EPA-HQ-OLEM-2017-0463-0101 | EPA | Increasing Recycling: Adding Aerosol Cans to the Universal Waste Regulations EPA-HQ-OLEM-2017-0463 | EPA Meeting with Giant Resource Recovery (GRR) | Supporting & Related Material | Meeting Materials | 2019-12-09T05:00:00Z | 2019 | 12 | 2019-12-10T04:46:07Z | 0 | 0 | 09000064841246a3 | |||
| EPA-HQ-OLEM-2017-0463-0096 | EPA | Increasing Recycling: Adding Aerosol Cans to the Universal Waste Regulations EPA-HQ-OLEM-2017-0463 | Increasing Recycling: Adding Aerosol Cans to the Universal Waste Regulations | Rule | 2019-12-09T05:00:00Z | 2019 | 12 | 2019-12-09T05:00:00Z | 2019-12-09T15:00:11Z | 2019-25674 | 0 | 0 | 09000064841f6248 | ||
| EPA-HQ-OLEM-2017-0463-0097 | EPA | Increasing Recycling: Adding Aerosol Cans to the Universal Waste Regulations EPA-HQ-OLEM-2017-0463 | Response to Comment Document - Aerosol Can Universal Waste Final Rule | Supporting & Related Material | Comment Response | 2019-12-09T05:00:00Z | 2019 | 12 | 2019-12-10T04:45:13Z | 0 | 0 | 09000064841249d4 |
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);