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-0353" 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 5

  • 2013 3
  • 2017 2
  • 2020 2
  • 2016 1
  • 2019 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-0353-0010 EPA NSPS for Stationary Spark Ignition Internal Combustion Engines (40 CFR Part 60, Subpart JJJJ) EPA-HQ-OECA-2013-0353 Supporting Statement Supporting & Related Material ICR Supporting Statement 2020-08-10T04:00:00Z 2020 8     2020-10-02T15:02:59Z   0 0 09000064847dbf87
EPA-HQ-OECA-2013-0353-0009 EPA NSPS for Stationary Spark Ignition Internal Combustion Engines (40 CFR Part 60, Subpart JJJJ) EPA-HQ-OECA-2013-0353 Agency Information Collection Activities; Proposals, Submissions, and Approvals: NSPS for Stationary Spark Ignition Internal Combustion Engines (Renewal) Notice Information Collection Request (ICR) 2020-07-31T04:00:00Z 2020 7 2020-07-31T04:00:00Z 2020-09-01T03:59:59Z 2020-07-31T12:40:25Z 2020-16578 0 0 09000064847c393d
EPA-HQ-OECA-2013-0353-0008 EPA NSPS for Stationary Spark Ignition Internal Combustion Engines (40 CFR Part 60, Subpart JJJJ) EPA-HQ-OECA-2013-0353 Agency Information Collection Activities; Proposals, Submissions, and Approvals Notice Information Collection Request (ICR) 2019-05-06T04:00:00Z 2019 5 2019-05-06T04:00:00Z 2019-07-06T03:59:59Z 2019-05-07T00:43:07Z 2019-09229 0 0 0900006483c3849e
EPA-HQ-OECA-2013-0353-0006 EPA NSPS for Stationary Spark Ignition Internal Combustion Engines (40 CFR Part 60, Subpart JJJJ) EPA-HQ-OECA-2013-0353 Supporting Statement Supporting & Related Material ICR Supporting Statement 2017-03-31T04:00:00Z 2017 3     2017-04-01T00:33:06Z   0 0 090000648251d18f
EPA-HQ-OECA-2013-0353-0005 EPA NSPS for Stationary Spark Ignition Internal Combustion Engines (40 CFR Part 60, Subpart JJJJ) EPA-HQ-OECA-2013-0353 Agency Information Collection Activities; Proposals, Submissions, and Approvals: NSPS for Stationary Spark Ignition Internal Combustion Engines (Renewal) Notice Information Collection Request (ICR) 2017-03-31T04:00:00Z 2017 3 2017-03-31T04:00:00Z 2017-05-02T03:59:59Z 2017-05-02T13:02:35Z 2017-06321 0 0 0900006482533780
EPA-HQ-OECA-2013-0353-0004 EPA NSPS for Stationary Spark Ignition Internal Combustion Engines (40 CFR Part 60, Subpart JJJJ) EPA-HQ-OECA-2013-0353 Agency Information Collection Activities; Proposals, Submissions, and Approvals: NSPS for Stationary Spark Ignition Internal Combustion Engines (40 CFR part 60, subpart JJJJ); EPA ICR Number 2227.05, OMB Control Number 2060-0610 Notice Information Collection Request (ICR) 2016-05-03T04:00:00Z 2016 5 2016-05-03T04:00:00Z 2016-07-06T03:59:59Z 2016-05-04T00:54:20Z 2016-10393 0 0 0900006481fa54e6
EPA-HQ-OECA-2013-0353-0002 EPA NSPS for Stationary Spark Ignition Internal Combustion Engines (40 CFR Part 60, Subpart JJJJ) EPA-HQ-OECA-2013-0353 Agency Information Collection Activities; Proposals, Submissions, and Approvals: NSPS for Stationary Spark Ignition Internal Combustion Engines (Renewal) Notice Information Collection Request (ICR) 2013-12-24T05:00:00Z 2013 12 2013-12-24T05:00:00Z 2014-01-24T04:59:59Z 2013-12-24T16:13:36Z 2013-30610 0 0 09000064814d5280
EPA-HQ-OECA-2013-0353-0003 EPA NSPS for Stationary Spark Ignition Internal Combustion Engines (40 CFR Part 60, Subpart JJJJ) EPA-HQ-OECA-2013-0353 Supporting Statement Supporting & Related Material ICR Supporting Statement 2013-12-24T05:00:00Z 2013 12     2013-12-24T16:14:57Z   0 0 09000064814cb2d2
EPA-HQ-OECA-2013-0353-0001 EPA NSPS for Stationary Spark Ignition Internal Combustion Engines (40 CFR Part 60, Subpart JJJJ) EPA-HQ-OECA-2013-0353 Agency Information Collection Activities; Proposals, Submissions, and Approvals; Comment Request Notice Information Collection Request (ICR) 2013-06-11T04:00:00Z 2013 6 2013-06-11T04:00:00Z 2013-08-13T03:59:59Z 2013-06-11T18:51:14Z 2013-13838 0 0 09000064813191eb

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 54.766ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API