documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
10 rows where docket_id = "EPA-HQ-OAR-2005-0161" and posted_year = 2015 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, last_modified, posted_date (date), 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-3268 | EPA | Regulation of Fuels and Fuel Additives: Renewable Fuel Program EPA-HQ-OAR-2005-0161 | RFS2 Renewable Fuel Producers Reporting Fuels for 80.1451(b)(1)(ii)(T) – Blender Contact (RFS1600): Instructions for Completing, 5900-356 | Supporting & Related Material | Form | 2015-06-02T04:00:00Z | 2015 | 6 | 2015-06-02T19:59:34Z | 0 | 0 | 0900006481aed1b2 | |||
| EPA-HQ-OAR-2005-0161-3269 | EPA | Regulation of Fuels and Fuel Additives: Renewable Fuel Program EPA-HQ-OAR-2005-0161 | RFS Independent Third Party Batch Verification (RFS2000): Instructions for Completing, 5900-357 | Supporting & Related Material | Form | 2015-06-02T04:00:00Z | 2015 | 6 | 2015-06-02T19:59:35Z | 0 | 0 | 0900006481aed1b3 | |||
| EPA-HQ-OAR-2005-0161-3271 | EPA | Regulation of Fuels and Fuel Additives: Renewable Fuel Program EPA-HQ-OAR-2005-0161 | RFS Independent Third Party On-Site Audit Report (RFS2200): Instructions for Completing, 5900-359 | Supporting & Related Material | Form | 2015-06-02T04:00:00Z | 2015 | 6 | 2015-06-02T19:59:35Z | 0 | 0 | 0900006481aed1b5 | |||
| EPA-HQ-OAR-2005-0161-3264 | EPA | Regulation of Fuels and Fuel Additives: Renewable Fuel Program EPA-HQ-OAR-2005-0161 | Agency Information Collection Activities; Proposals, Submissions, and Approvals: RFS2 Voluntary RIN Quality Assurance Program | Notice | Information Collection Request (ICR) | 2015-06-02T04:00:00Z | 2015 | 6 | 2015-06-02T04:00:00Z | 2015-07-28T03:59:59Z | 2018-06-06T01:02:28Z | 2015-12934 | 0 | 0 | 0900006481b15696 |
| EPA-HQ-OAR-2005-0161-3270 | EPA | Regulation of Fuels and Fuel Additives: Renewable Fuel Program EPA-HQ-OAR-2005-0161 | RFS Independent Third Party Aggregate RIN Verification (RFS2100): Instructions for Completing, 5900-358 | Supporting & Related Material | Form | 2015-06-02T04:00:00Z | 2015 | 6 | 2015-06-02T19:59:35Z | 0 | 0 | 0900006481aed1b4 | |||
| EPA-HQ-OAR-2005-0161-3266 | EPA | Regulation of Fuels and Fuel Additives: Renewable Fuel Program EPA-HQ-OAR-2005-0161 | RFS2 Renewable Fuel Producers Reporting Fuels for 80.1451(b)(1)(ii)(T) (RFS1400): Instructions for Completing, 5900-354 | Supporting & Related Material | Form | 2015-06-02T04:00:00Z | 2015 | 6 | 2015-06-02T19:59:34Z | 0 | 0 | 0900006481aed1b0 | |||
| EPA-HQ-OAR-2005-0161-3265 | EPA | Regulation of Fuels and Fuel Additives: Renewable Fuel Program EPA-HQ-OAR-2005-0161 | RFS2 Voluntary RIN Quality Assurance Program, EPA ICR No. 2473.03, OMB Control Number 2060-0688 | Supporting & Related Material | ICR Supporting Statement | 2015-06-02T04:00:00Z | 2015 | 6 | 2015-06-02T19:59:34Z | 0 | 0 | 0900006481aed1af | |||
| EPA-HQ-OAR-2005-0161-3273 | EPA | Regulation of Fuels and Fuel Additives: Renewable Fuel Program EPA-HQ-OAR-2005-0161 | RFS Independent Third Party Mass Balance (RFS2400): Instructions for Completing, 5900-361 | Supporting & Related Material | Form | 2015-06-02T04:00:00Z | 2015 | 6 | 2015-06-02T19:59:35Z | 0 | 0 | 0900006481aed1b7 | |||
| EPA-HQ-OAR-2005-0161-3267 | EPA | Regulation of Fuels and Fuel Additives: Renewable Fuel Program EPA-HQ-OAR-2005-0161 | RFS2 Renewable Fuel Producers Reporting Fuels for 80.1451(b)(1)(ii)(T) – Finished Fuel Blending (RFS1500): Instructions for Completing, 5900-355 | Supporting & Related Material | Form | 2015-06-02T04:00:00Z | 2015 | 6 | 2015-06-02T19:59:34Z | 0 | 0 | 0900006481aed1b1 | |||
| EPA-HQ-OAR-2005-0161-3272 | EPA | Regulation of Fuels and Fuel Additives: Renewable Fuel Program EPA-HQ-OAR-2005-0161 | RFS Independent Third Party List of Potentially Invalid RINs (RFS2300): Instructions for Completing, 5900-360 | Supporting & Related Material | Form | 2015-06-02T04:00:00Z | 2015 | 6 | 2015-06-02T19:59:35Z | 0 | 0 | 0900006481aed1b6 |
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;