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

9 rows where docket_id = "EPA-HQ-OECA-2013-0316" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: title, subtype, posted_date, posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

posted_year 6

  • 2014 2
  • 2017 2
  • 2020 2
  • 2013 1
  • 2016 1
  • 2021 1

document_type 2

  • Notice 6
  • Supporting & Related Material 3

agency_id 1

  • EPA 9
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-OECA-2013-0316-0010 EPA NSPS for Onshore Natural Gas Processing Plants (40 CFR Part 60, Subparts KKK and LLL) EPA-HQ-OECA-2013-0316 Supporting Statement Supporting & Related Material ICR Supporting Statement 2021-02-03T05:00:00Z 2021 2     2021-02-04T01:57:58Z   0 0 0900006484a1342a
EPA-HQ-OECA-2013-0316-0009 EPA NSPS for Onshore Natural Gas Processing Plants (40 CFR Part 60, Subparts KKK and LLL) EPA-HQ-OECA-2013-0316 Agency Information Collection Activities; Proposals, Submissions, and Approvals: NSPS for Onshore Natural Gas Processing Plants (Renewal) Notice Information Collection Request (ICR) 2020-12-01T05:00:00Z 2020 12 2020-12-01T05:00:00Z 2021-01-01T04:59:59Z 2020-12-01T14:06:41Z 2020-26474 0 0 090000648497f7e6
EPA-HQ-OECA-2013-0316-0008 EPA NSPS for Onshore Natural Gas Processing Plants (40 CFR Part 60, Subparts KKK and LLL) EPA-HQ-OECA-2013-0316 Agency Information Collection Activities; Proposals, Submissions, and Approvals: NSPS for Onshore Natural Gas Processing Plants Notice Information Collection Request (ICR) 2020-05-12T04:00:00Z 2020 5 2020-05-12T04:00:00Z 2020-07-14T03:59:59Z 2020-10-02T14:52:31Z 2020-10097 0 0 09000064845cd2fc
EPA-HQ-OECA-2013-0316-0006 EPA NSPS for Onshore Natural Gas Processing Plants (40 CFR Part 60, Subparts KKK and LLL) EPA-HQ-OECA-2013-0316 Agency Information Collection Activities; Proposals, Submissions, and Approvals: NSPS for Onshore Natural Gas Processing Plants (Renewal) Notice Information Collection Request (ICR) 2017-08-25T04:00:00Z 2017 8 2017-08-25T04:00:00Z 2017-09-26T03:59:59Z 2017-08-25T19:18:23Z 2017-17985 0 0 0900006482ac667b
EPA-HQ-OECA-2013-0316-0007 EPA NSPS for Onshore Natural Gas Processing Plants (40 CFR Part 60, Subparts KKK and LLL) EPA-HQ-OECA-2013-0316 NSPS for Onshore Natural Gas Processing Plants (40 CFR Part 60, Subparts KKK and LLL) (Renewal) Supporting & Related Material ICR Supporting Statement 2017-08-25T04:00:00Z 2017 8     2017-09-02T01:14:19Z   0 0 0900006482a41e33
EPA-HQ-OECA-2013-0316-0005 EPA NSPS for Onshore Natural Gas Processing Plants (40 CFR Part 60, Subparts KKK and LLL) EPA-HQ-OECA-2013-0316 Agency Information Collection Activities; Proposals, Submissions, and Approvals: NSPS for Onshore Natural Gas Processing Plants (40 CFR part 60, subparts KKK and LLL); EPA ICR Number 1086.12, OMB Control Number 2060-0120 Notice Information Collection Request (ICR) 2016-05-03T04:00:00Z 2016 5 2016-05-03T04:00:00Z 2016-07-06T03:59:59Z 2016-05-03T17:03:33Z 2016-10393 0 0 0900006481fa3fcc
EPA-HQ-OECA-2013-0316-0002 EPA NSPS for Onshore Natural Gas Processing Plants (40 CFR Part 60, Subparts KKK and LLL) EPA-HQ-OECA-2013-0316 Agency Information Collection Activities; Proposals, Submissions, and Approvals: NSPS for Onshore Natural Gas Processing Plants (Renewal) Notice Information Collection Request (ICR) 2014-01-16T05:00:00Z 2014 1 2014-01-16T05:00:00Z 2014-02-19T04:59:59Z 2014-01-29T02:04:40Z 2014-00724 0 0 090000648150d68d
EPA-HQ-OECA-2013-0316-0003 EPA NSPS for Onshore Natural Gas Processing Plants (40 CFR Part 60, Subparts KKK and LLL) EPA-HQ-OECA-2013-0316 Supporting Statement Supporting & Related Material ICR Supporting Statement 2014-01-16T05:00:00Z 2014 1     2014-01-16T15:04:46Z   0 0 0900006481507fff
EPA-HQ-OECA-2013-0316-0001 EPA NSPS for Onshore Natural Gas Processing Plants (40 CFR Part 60, Subparts KKK and LLL) EPA-HQ-OECA-2013-0316 Proposed Information Collection Request; Comment Request; See Item Specific ICR Titles Provided in the Text Notice Information Collection Request (ICR) 2013-06-04T04:00:00Z 2013 6 2013-06-04T04:00:00Z 2013-08-06T03:59:59Z 2013-06-04T16:51:15Z 2013-13067 0 0 09000064813093f9

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);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;
Powered by Datasette · Queries took 112.785ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API