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-R06-OAR-2022-0984" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

  • Supporting & Related Material 5
  • Proposed Rule 1
  • Rule 1

posted_year 2

  • 2023 6
  • 2024 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-R06-OAR-2022-0984-0007 EPA None EPA-R06-OAR-2022-0984 AR040.07 State Plans for Designated Facilities and Pollutants; Approvals and Promulgations: Arkansas; Negative Declaration for Existing Sulfuric Acid Plants; Plan Revision for Existing Kraft Pulp Mills, Final Rule, 3 pages Rule   2024-03-01T05:00:00Z 2024 3 2024-03-01T05:00:00Z   2024-03-01T15:37:52Z 2024-04102 0 0 090000648644827b
EPA-R06-OAR-2022-0984-0002 EPA None EPA-R06-OAR-2022-0984 AR040.02 EPA Technical Support Document (TSD) for the Arkansas 2022 111(d) Plan Revision for Existing Kraft Pulp Mills Supporting & Related Material   2023-10-23T04:00:00Z 2023 10     2023-10-24T01:09:03Z   0 0 090000648554c2ff
EPA-R06-OAR-2022-0984-0001 EPA None EPA-R06-OAR-2022-0984 AR040.01 State Plans for Designated Facilities and Pollutants; Approvals and Promulgations: Arkansas; Negative Declaration for Existing Sulfuric Acid Plants; Plan Revision for Existing Kraft Pulp Mills, proposed rule, 5 pages. Proposed Rule   2023-10-23T04:00:00Z 2023 10 2023-10-23T04:00:00Z 2023-11-23T04:59:59Z 2023-10-23T16:36:17Z 2023-23254 0 0 0900006486123768
EPA-R06-OAR-2022-0984-0006 EPA None EPA-R06-OAR-2022-0984 AR040.06 EJScreen Reports - ADEQ Kraft Pulp Mill Plan Sources Supporting & Related Material   2023-10-23T04:00:00Z 2023 10     2023-10-24T01:08:49Z   0 0 09000064860ff9e3
EPA-R06-OAR-2022-0984-0004 EPA None EPA-R06-OAR-2022-0984 AR040.04-00 Guideline Documents Supporting & Related Material   2023-10-23T04:00:00Z 2023 10     2023-10-24T01:08:35Z   0 0 09000064860ff858
EPA-R06-OAR-2022-0984-0005 EPA None EPA-R06-OAR-2022-0984 AR040.05 Fact Sheet for the Arkansas 111(d) Kraft Pulp Mill Plan Revision and Sulfuric Acid Plant Negative Declaration Proposed Rule Supporting & Related Material   2023-10-23T04:00:00Z 2023 10     2023-10-24T01:09:31Z   0 0 09000064860ff9e2
EPA-R06-OAR-2022-0984-0003 EPA None EPA-R06-OAR-2022-0984 AR040.03-00 Arkansas Revisions to State Plan for 111(d) Designated Facilities, submitted to EPA via cover letter dated May 12, 2022, EPA received June 20, 2022 (AR-58), 83 pages 5.2 MB c89 czv Supporting & Related Material   2023-10-23T04:00:00Z 2023 10     2023-10-24T01:09:18Z   0 0 090000648554c300

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