documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where docket_id = "EPA-HQ-OAR-2016-0130" 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-OAR-2016-0130-0015 | EPA | Process for Developing Improved Cordwood Test Methods for Wood Heaters EPA-HQ-OAR-2016-0130 | Dec. 17 2019 ASTM Task Group Call Report | Supporting & Related Material | Meeting Materials | 2020-07-16T04:00:00Z | 2020 | 7 | 2020-10-01T20:31:11Z | 0 | 0 | 09000064843179b6 | |||
| EPA-HQ-OAR-2016-0130-0017 | EPA | Process for Developing Improved Cordwood Test Methods for Wood Heaters EPA-HQ-OAR-2016-0130 | Jan. 28 2020 ASTM Task Group Call Report, plus attachments | Supporting & Related Material | Meeting Materials | 2020-07-16T04:00:00Z | 2020 | 7 | 2020-10-01T20:31:07Z | 0 | 0 | 09000064843b77f0 | |||
| EPA-HQ-OAR-2016-0130-0016 | EPA | Process for Developing Improved Cordwood Test Methods for Wood Heaters EPA-HQ-OAR-2016-0130 | EPA Cordwood Certification Testing Round Table Meeting 1 Summary Memo plus Slides 1-15-2020 | Supporting & Related Material | Memorandum | 2020-07-16T04:00:00Z | 2020 | 7 | 2020-10-01T20:31:09Z | 0 | 0 | 09000064843b7a2f | |||
| EPA-HQ-OAR-2016-0130-0013 | EPA | Process for Developing Improved Cordwood Test Methods for Wood Heaters EPA-HQ-OAR-2016-0130 | Supplemental Wood Species Testing Using Douglas Fir Crib and Cordwood in a Pre-NSPS Residential Wood Heater, Final Report 10-31-2019 | Supporting & Related Material | Report | 2020-07-16T04:00:00Z | 2020 | 7 | 2020-10-01T20:31:13Z | 0 | 0 | 090000648431707b | |||
| EPA-HQ-OAR-2016-0130-0014 | EPA | Process for Developing Improved Cordwood Test Methods for Wood Heaters EPA-HQ-OAR-2016-0130 | Vigilant Wood Species Testing HLS & Myren Consolidated Results, FINAL VERSION 1.0. October 31, 2019 | Supporting & Related Material | Data | 2020-07-16T04:00:00Z | 2020 | 7 | 2020-10-01T20:31:15Z | 0 | 0 | 09000064843170eb |
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);