documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "EPA-HQ-OAR-2016-0731" and posted_year = 2016 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, 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-2016-0731-0004 | EPA | EPA’s Methane Challenge and Natural Gas STAR Program EPA-HQ-OAR-2016-0731 | Methane Challenge Program Implementation Plan Template – BMP Commitment | Supporting & Related Material | Form | 2016-12-14T05:00:00Z | 2016 | 12 | 2016-12-15T01:31:37Z | 0 | 0 | 09000064824015b8 | |||
| EPA-HQ-OAR-2016-0731-0005 | EPA | EPA’s Methane Challenge and Natural Gas STAR Program EPA-HQ-OAR-2016-0731 | Methane Challenge Reporting Forms - BMP - All Segments | Supporting & Related Material | Form | 2016-12-14T05:00:00Z | 2016 | 12 | 2016-12-15T01:31:47Z | 0 | 0 | 09000064824015b9 | |||
| EPA-HQ-OAR-2016-0731-0007 | EPA | EPA’s Methane Challenge and Natural Gas STAR Program EPA-HQ-OAR-2016-0731 | Natural Gas STAR Methane Challenge Program - Partnership Agreement for ONE Future Commitment | Supporting & Related Material | Form | 2016-12-14T05:00:00Z | 2016 | 12 | 2016-12-15T01:31:56Z | 0 | 0 | 09000064824015bb | |||
| EPA-HQ-OAR-2016-0731-0008 | EPA | EPA’s Methane Challenge and Natural Gas STAR Program EPA-HQ-OAR-2016-0731 | Supplemental Technical Information for ONE Future Commitment Option | Supporting & Related Material | Report | 2016-12-14T05:00:00Z | 2016 | 12 | 2016-12-15T01:31:42Z | 0 | 0 | 09000064824015bf | |||
| EPA-HQ-OAR-2016-0731-0002 | EPA | EPA’s Methane Challenge and Natural Gas STAR Program EPA-HQ-OAR-2016-0731 | Historical Actions Fact Sheet Template | Supporting & Related Material | Fact/Data Sheet | 2016-12-14T05:00:00Z | 2016 | 12 | 2016-12-15T01:31:32Z | 0 | 0 | 09000064824015b6 | |||
| EPA-HQ-OAR-2016-0731-0006 | EPA | EPA’s Methane Challenge and Natural Gas STAR Program EPA-HQ-OAR-2016-0731 | Natural Gas STAR Methane Challenge Program - Partnership Agreement for Best Management Practice Commitment | Supporting & Related Material | Form | 2016-12-14T05:00:00Z | 2016 | 12 | 2016-12-15T01:31:52Z | 0 | 0 | 09000064824015ba | |||
| EPA-HQ-OAR-2016-0731-0003 | EPA | EPA’s Methane Challenge and Natural Gas STAR Program EPA-HQ-OAR-2016-0731 | Methane Challenge Program Implementation Plan Guidelines | Supporting & Related Material | Guidance | 2016-12-14T05:00:00Z | 2016 | 12 | 2016-12-15T01:31:26Z | 0 | 0 | 09000064824015b7 | |||
| EPA-HQ-OAR-2016-0731-0001 | EPA | EPA’s Methane Challenge and Natural Gas STAR Program EPA-HQ-OAR-2016-0731 | Agency Information Collection Activities; Proposals, Submissions, and Approvals: Reporting and Recordkeeping Requirements under EPA's Natural Gas STAR Methane Challenge Program | Notice | Information Collection Request (ICR) | 2016-12-14T05:00:00Z | 2016 | 12 | 2016-12-14T05:00:00Z | 2017-02-14T04:59:59Z | 2016-12-14T14:29:46Z | 2016-30062 | 0 | 0 | 0900006482407d19 |
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);