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 agency_id = "EPA" and docket_id = "EPA-R06-OAR-2022-0546" 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 1

  • 2022 7

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-0546-0008 EPA AR036 Arkansas State Plan for 111(d) Designated Facilities for Control of Emissions From Existing Municipal Solid Waste Landfills, submitted to EPA via cover letter dated May 12, 2022, EPA received June 20, 2022 (AR-58) EPA-R06-OAR-2022-0546 AR036.08 Arkansas MSW Landfills Plan IBR Approval Letter Supporting & Related Material   2022-12-29T05:00:00Z 2022 12     2023-01-01T08:55:26Z   0 0 090000648554ae52
EPA-R06-OAR-2022-0546-0007 EPA AR036 Arkansas State Plan for 111(d) Designated Facilities for Control of Emissions From Existing Municipal Solid Waste Landfills, submitted to EPA via cover letter dated May 12, 2022, EPA received June 20, 2022 (AR-58) EPA-R06-OAR-2022-0546 AR036.07 Approval and Promulgation of State Air Quality Plans for Designated Facilities and Pollutants; Arkansas; Control of Emissions From Existing Municipal Solid Waste Landfills, Final rule, 3 pages. Rule   2022-12-29T05:00:00Z 2022 12 2022-12-29T05:00:00Z   2022-12-29T16:23:06Z 2022-28154 0 0 090000648555c7b8
EPA-R06-OAR-2022-0546-0005 EPA AR036 Arkansas State Plan for 111(d) Designated Facilities for Control of Emissions From Existing Municipal Solid Waste Landfills, submitted to EPA via cover letter dated May 12, 2022, EPA received June 20, 2022 (AR-58) EPA-R06-OAR-2022-0546 AR036.05 Fact Sheet for the Arkansas MSW Landfills Plan Proposal Supporting & Related Material   2022-10-04T04:00:00Z 2022 10     2022-10-05T00:38:39Z   0 0 09000064853b0538
EPA-R06-OAR-2022-0546-0004 EPA AR036 Arkansas State Plan for 111(d) Designated Facilities for Control of Emissions From Existing Municipal Solid Waste Landfills, submitted to EPA via cover letter dated May 12, 2022, EPA received June 20, 2022 (AR-58) EPA-R06-OAR-2022-0546 AR036.04 EJScreen Reports for the Arkansas MSW Landfills Plan Sources Supporting & Related Material   2022-10-04T04:00:00Z 2022 10     2022-10-05T00:38:47Z   0 0 09000064853b0537
EPA-R06-OAR-2022-0546-0001 EPA AR036 Arkansas State Plan for 111(d) Designated Facilities for Control of Emissions From Existing Municipal Solid Waste Landfills, submitted to EPA via cover letter dated May 12, 2022, EPA received June 20, 2022 (AR-58) EPA-R06-OAR-2022-0546 AR36.01. Approval and Promulgation of State Air Quality Plans for Designated Facilities and Pollutants: Arkansas; Control of Emissions From Existing Municipal Solid Waste Landfills, Proposed rule, 4 pages Proposed Rule   2022-09-30T04:00:00Z 2022 9 2022-09-30T04:00:00Z 2022-11-01T03:59:59Z 2022-10-31T01:00:16Z 2022-21245 0 0 0900006485389dec
EPA-R06-OAR-2022-0546-0002 EPA AR036 Arkansas State Plan for 111(d) Designated Facilities for Control of Emissions From Existing Municipal Solid Waste Landfills, submitted to EPA via cover letter dated May 12, 2022, EPA received June 20, 2022 (AR-58) EPA-R06-OAR-2022-0546 AR036.02 EPA Technical Support Document Supporting & Related Material   2022-09-30T04:00:00Z 2022 9     2022-10-01T00:47:55Z   0 0 0900006485190baa
EPA-R06-OAR-2022-0546-0003 EPA AR036 Arkansas State Plan for 111(d) Designated Facilities for Control of Emissions From Existing Municipal Solid Waste Landfills, submitted to EPA via cover letter dated May 12, 2022, EPA received June 20, 2022 (AR-58) EPA-R06-OAR-2022-0546 AR036.03 Arkansas 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 Supporting & Related Material   2022-09-30T04:00:00Z 2022 9     2022-10-01T00:48:05Z   0 0 0900006485190baf

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