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-0351" 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

  • 2017 3
  • 2014 2
  • 2021 2
  • 2013 1
  • 2020 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-0351-0009 EPA NESHAP for Solvent Extraction for Vegetable Oil Production (40 CFR Part 63, Subpart GGGG) EPA-HQ-OECA-2013-0351 Supporting Statement Supporting & Related Material ICR Supporting Statement 2021-02-03T05:00:00Z 2021 2     2021-02-04T01:58:36Z   0 0 0900006484a13998
EPA-HQ-OECA-2013-0351-0008 EPA NESHAP for Solvent Extraction for Vegetable Oil Production (40 CFR Part 63, Subpart GGGG) EPA-HQ-OECA-2013-0351 Agency Information Collection Activities; Proposals, Submissions, and Approvals: National Emission Standards for Hazardous Air Pollutants for Solvent Extraction for Vegetable Oil Production (Renewal) Notice Information Collection Request (ICR) 2021-01-11T05:00:00Z 2021 1 2021-01-11T05:00:00Z 2021-02-11T04:59:59Z 2021-01-11T14:53:13Z 2021-00243 0 0 09000064849ec2e5
EPA-HQ-OECA-2013-0351-0007 EPA NESHAP for Solvent Extraction for Vegetable Oil Production (40 CFR Part 63, Subpart GGGG) EPA-HQ-OECA-2013-0351 Agency Information Collection Activities; Proposals, Submissions, and Approvals: NESHAP for Solvent Extraction for Vegetable Oil Production (Renewal) Notice Information Collection Request (ICR) 2020-05-12T04:00:00Z 2020 5 2020-05-12T04:00:00Z 2020-07-14T03:59:59Z 2020-10-02T15:02:39Z 2020-10097 0 0 09000064845cd3e1
EPA-HQ-OECA-2013-0351-0005 EPA NESHAP for Solvent Extraction for Vegetable Oil Production (40 CFR Part 63, Subpart GGGG) EPA-HQ-OECA-2013-0351 Agency Information Collection Activities; Proposals, Submissions, and Approvals: NESHAP for Solvent Extraction for Vegetable Oil Production Notice Information Collection Request (ICR) 2017-12-26T05:00:00Z 2017 12 2017-12-26T05:00:00Z 2018-01-26T04:59:59Z 2017-12-26T16:34:25Z 2017-27707 0 0 0900006482d727c7
EPA-HQ-OECA-2013-0351-0006 EPA NESHAP for Solvent Extraction for Vegetable Oil Production (40 CFR Part 63, Subpart GGGG) EPA-HQ-OECA-2013-0351 Supporting Statement Supporting & Related Material ICR Supporting Statement 2017-12-26T05:00:00Z 2017 12     2017-12-27T01:33:38Z   0 0 0900006482d43b88
EPA-HQ-OECA-2013-0351-0004 EPA NESHAP for Solvent Extraction for Vegetable Oil Production (40 CFR Part 63, Subpart GGGG) EPA-HQ-OECA-2013-0351 Agency Information Collection Activities; Proposals, Submissions, and Approvals Notice Information Collection Request (ICR) 2017-07-11T04:00:00Z 2017 7 2017-07-11T04:00:00Z 2017-08-29T03:59:59Z 2017-07-12T00:43:17Z 2017-13669 0 0 090000648290e511
EPA-HQ-OECA-2013-0351-0002 EPA NESHAP for Solvent Extraction for Vegetable Oil Production (40 CFR Part 63, Subpart GGGG) EPA-HQ-OECA-2013-0351 Agency Information Collection Activities; Proposals, Submissions, and Approvals: NESHAP for Solvent Extraction for Vegetable Oil Production (Renewal) Notice Information Collection Request (ICR) 2014-08-05T04:00:00Z 2014 8 2014-08-05T04:00:00Z 2014-09-05T03:59:59Z 2014-08-06T04:49:06Z 2014-18453 0 0 0900006481802b0b
EPA-HQ-OECA-2013-0351-0003 EPA NESHAP for Solvent Extraction for Vegetable Oil Production (40 CFR Part 63, Subpart GGGG) EPA-HQ-OECA-2013-0351 Supporting Statement NESHAP for Solvent Extraction for Vegetable Oil Production Supporting & Related Material ICR Supporting Statement 2014-08-05T04:00:00Z 2014 8     2014-08-06T04:48:51Z   0 0 09000064817f6168
EPA-HQ-OECA-2013-0351-0001 EPA NESHAP for Solvent Extraction for Vegetable Oil Production (40 CFR Part 63, Subpart GGGG) EPA-HQ-OECA-2013-0351 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:44:07Z 2013-13838 0 0 09000064813191e9

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