home / openregs

documents

Regulatory documents from Regulations.gov including rules, proposed rules, notices, and supporting materials.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

7 rows where docket_id = "EPA-HQ-OAR-2017-0627" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subtype, posted_date, posted_month, posted_date (date), last_modified (date)

posted_year 2

  • 2017 6
  • 2018 1

document_type 2

  • Supporting & Related Material 6
  • Proposed Rule 1

agency_id 1

  • EPA 7
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-2017-0627-0007 EPA Periodic Reviews for the Renewable Fuel Standard Program EPA-HQ-OAR-2017-0627 Decision Document Approval of Fiberight Municipal Solid Waste Separation Plan Supporting & Related Material Decision 2018-01-24T05:00:00Z 2018 1     2018-01-25T13:20:33Z   0 0 0900006482d0924c
EPA-HQ-OAR-2017-0627-0004 EPA Periodic Reviews for the Renewable Fuel Standard Program EPA-HQ-OAR-2017-0627 Request for waiver from Governor Wolf 11-2-17 Supporting & Related Material Petition 2017-12-19T05:00:00Z 2017 12     2017-12-20T01:55:04Z   0 0 0900006482d09571
EPA-HQ-OAR-2017-0627-0005 EPA Periodic Reviews for the Renewable Fuel Standard Program EPA-HQ-OAR-2017-0627 Response to 2012 waiver request Supporting & Related Material Publication - Previous/Related FR Notice 2017-12-19T05:00:00Z 2017 12     2017-12-20T01:55:13Z   0 0 0900006482d09572
EPA-HQ-OAR-2017-0627-0002 EPA Periodic Reviews for the Renewable Fuel Standard Program EPA-HQ-OAR-2017-0627 Completed pathway assessments Supporting & Related Material Report 2017-12-19T05:00:00Z 2017 12     2017-12-20T01:54:45Z   0 0 0900006482d0924b
EPA-HQ-OAR-2017-0627-0003 EPA Periodic Reviews for the Renewable Fuel Standard Program EPA-HQ-OAR-2017-0627 Periodic Reviews for the Renewable Fuel Standard Program Supporting & Related Material Publication - USEPA 2017-12-19T05:00:00Z 2017 12     2017-12-20T01:54:54Z   0 0 0900006482d0924d
EPA-HQ-OAR-2017-0627-0006 EPA Periodic Reviews for the Renewable Fuel Standard Program EPA-HQ-OAR-2017-0627 United States Court of Appeals decision on 2016 standards 7-28-17 Supporting & Related Material Decision 2017-12-19T05:00:00Z 2017 12     2017-12-20T01:54:36Z   0 0 0900006482d09573
EPA-HQ-OAR-2017-0627-0001 EPA Periodic Reviews for the Renewable Fuel Standard Program EPA-HQ-OAR-2017-0627 Periodic Reviews of the Renewable Fuel Standard Program; Notification of Availability Proposed Rule   2017-12-12T05:00:00Z 2017 12     2017-12-12T17:57:07Z 2017-26422 0 0 0900006482cfd682

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 28.821ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API