documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "EPA-HQ-OAR-2005-0161" and posted_year = 2013 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: 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-OAR-2005-0161-3255 | EPA | Regulation of Fuels and Fuel Additives: Renewable Fuel Program EPA-HQ-OAR-2005-0161 | Agency Information Collection Activities; Proposals, Submissions, and Approvals: Renewable Fuel Standard Program | Notice | Information Collection Request (ICR) | 2013-07-30T04:00:00Z | 2013 | 7 | 2013-07-30T04:00:00Z | 2013-08-30T03:59:59Z | 2013-07-30T14:25:33Z | 2013-18198 | 0 | 0 | 0900006481384db2 |
| EPA-HQ-OAR-2005-0161-3254 | EPA | Regulation of Fuels and Fuel Additives: Renewable Fuel Program EPA-HQ-OAR-2005-0161 | Renewable Fuel Standard (RFS2) Program | Supporting & Related Material | ICR Supporting Statement | 2013-07-25T04:00:00Z | 2013 | 7 | 2013-07-30T14:01:20Z | 0 | 0 | 090000648137b1f5 | |||
| EPA-HQ-OAR-2005-0161-3253 | EPA | Regulation of Fuels and Fuel Additives: Renewable Fuel Program EPA-HQ-OAR-2005-0161 | Renewable Fuel Standard (RFS2) Program | Supporting & Related Material | ICR Supporting Statement | 2013-06-28T04:00:00Z | 2013 | 6 | 2013-06-28T17:51:54Z | 0 | 0 | 0900006481346fdb | |||
| EPA-HQ-OAR-2005-0161-3252 | EPA | Regulation of Fuels and Fuel Additives: Renewable Fuel Program EPA-HQ-OAR-2005-0161 | Agency Information Collection Activities; Proposals, Submissions, and Approvals: Renewable Fuels Standard Program | Notice | Information Collection Request (ICR) | 2013-03-29T04:00:00Z | 2013 | 3 | 2013-03-29T04:00:00Z | 2013-04-30T03:59:59Z | 2013-03-29T15:06:07Z | 2013-07386 | 0 | 0 | 090000648124f1b1 |
| EPA-HQ-OAR-2005-0161-3251 | EPA | Regulation of Fuels and Fuel Additives: Renewable Fuel Program EPA-HQ-OAR-2005-0161 | Information Collection Request - Renewable Fuel Program | Supporting & Related Material | ICR Supporting Statement | 2013-03-27T04:00:00Z | 2013 | 3 | 2013-03-27T12:27:21Z | 0 | 0 | 090000648123f57f | |||
| EPA-HQ-OAR-2005-0161-3250 | EPA | Regulation of Fuels and Fuel Additives: Renewable Fuel Program EPA-HQ-OAR-2005-0161 | Agency Information Collection Activities; Proposals, Submissions, and Approvals: Renewable Fuels Standard Program | Notice | Information Collection Request (ICR) | 2013-02-20T05:00:00Z | 2013 | 2 | 2013-02-20T05:00:00Z | 2013-04-23T03:59:59Z | 2013-02-20T16:34:02Z | 2013-03840 | 0 | 0 | 09000064811fe3e6 |
| EPA-HQ-OAR-2005-0161-3249 | EPA | Regulation of Fuels and Fuel Additives: Renewable Fuel Program EPA-HQ-OAR-2005-0161 | Renewable Fuels Standard (RFS2) Program | Supporting & Related Material | ICR Supporting Statement | 2013-02-06T05:00:00Z | 2013 | 2 | 2013-02-06T13:12:49Z | 0 | 0 | 09000064811dd729 |
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;