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

8 rows where docket_id = "EPA-R04-OAR-2018-0628" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 3

  • 2018 5
  • 2019 2
  • 2017 1

document_type 1

  • Rule 8

agency_id 1

  • EPA 8
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-R04-OAR-2018-0628-0008 EPA None EPA-R04-OAR-2018-0628 Air Quality State Implementation Plans; Approvals and Promulgations: Air Plan Approval; Georgia; Update to Materials Incorporated by Reference Rule   2019-09-03T04:00:00Z 2019 9 2019-09-03T04:00:00Z   2019-09-03T13:39:51Z 2019-18590 0 0 0900006483ee229a
EPA-R04-OAR-2018-0628-0007 EPA None EPA-R04-OAR-2018-0628 Air Quality State Implementation Plans; Approvals and Promulgations: South Carolina; Update to Materials Incorporated by Reference Rule   2019-03-22T04:00:00Z 2019 3 2019-03-22T04:00:00Z   2019-03-25T18:05:36Z 2019-04499 0 0 0900006483b1725f
EPA-R04-OAR-2018-0628-0006 EPA None EPA-R04-OAR-2018-0628 Air Quality State Implementation Plans; Approvals and Promulgations: North Carolina; Update to Materials Incorporated by Reference Rule   2018-10-26T04:00:00Z 2018 10 2018-10-26T04:00:00Z   2018-12-07T11:23:01Z 2018-23246 0 0 09000064838558da
EPA-R04-OAR-2018-0628-0005 EPA None EPA-R04-OAR-2018-0628 Air Quality State Implementation Plans; Approvals and Promulgations: Alabama; Update to Materials Incorporated by Reference Rule   2018-08-24T04:00:00Z 2018 8 2018-08-24T04:00:00Z   2018-12-07T11:23:40Z 2018-06367 0 0 0900006483073ec4
EPA-R04-OAR-2018-0628-0004 EPA None EPA-R04-OAR-2018-0628 Air Quality State Implementation Plans; Approvals and Promulgations: Alabama; Update to Materials Incorporated by Reference Rule   2018-08-23T04:00:00Z 2018 8 2018-08-23T04:00:00Z   2018-12-07T11:23:44Z 2018-06367 0 0 0900006483648360
EPA-R04-OAR-2018-0628-0003 EPA None EPA-R04-OAR-2018-0628 Air Quality State Implementation Plans; Approvals and Promulgations: Florida; Update to Materials Incorporated by Reference Rule   2018-04-18T04:00:00Z 2018 4 2018-04-18T04:00:00Z   2018-12-07T11:23:43Z 2018-07900 0 0 0900006483169c68
EPA-R04-OAR-2018-0628-0002 EPA None EPA-R04-OAR-2018-0628 Air Quality State Implementation Plans; Approvals and Promulgations: South Carolina; Air Plan Approval; Update to Materials Incorporated by Reference Rule   2018-04-05T04:00:00Z 2018 4 2018-04-05T04:00:00Z   2018-12-07T11:23:41Z 2018-06796 0 0 0900006483096ff1
EPA-R04-OAR-2018-0628-0001 EPA None EPA-R04-OAR-2018-0628 Air Quality State Implementation Plans; Approvals and Promulgations: Georgia; Update to Materials Incorporated by Reference Rule   2017-08-31T04:00:00Z 2017 8 2017-08-31T04:00:00Z   2018-12-07T11:23:39Z 2017-18218 0 0 0900006482af9a60

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