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

11 rows where docket_id = "EPA-HQ-ORD-2015-0659" 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

  • 2015 4
  • 2024 3
  • 2023 2
  • 2018 1
  • 2019 1

document_type 2

  • Notice 6
  • Supporting & Related Material 5

agency_id 1

  • EPA 11
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-ORD-2015-0659-0015 EPA None EPA-HQ-ORD-2015-0659 Supporting Statement Part B Supporting & Related Material ICR Supporting Statement 2024-02-14T05:00:00Z 2024 2     2024-02-16T23:16:26Z   0 0 09000064863ef0d7
EPA-HQ-ORD-2015-0659-0014 EPA None EPA-HQ-ORD-2015-0659 Supporting Statement Part A Supporting & Related Material ICR Supporting Statement 2024-02-14T05:00:00Z 2024 2     2024-02-16T23:16:58Z   0 0 09000064863e69df
EPA-HQ-ORD-2015-0659-0012 EPA None EPA-HQ-ORD-2015-0659 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Generic Clearance for Participatory Science and Crowdsourcing Projects Notice Information Collection Request (ICR) 2024-01-29T05:00:00Z 2024 1 2024-01-29T05:00:00Z 2024-02-29T04:59:59Z 2024-02-01T02:00:27Z 2024-01671 0 0 09000064863cdcb2
EPA-HQ-ORD-2015-0659-0009 EPA None EPA-HQ-ORD-2015-0659 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Participatory Science and Crowdsourcing Projects Notice   2023-08-21T04:00:00Z 2023 8 2023-08-21T04:00:00Z 2023-10-21T03:59:59Z 2023-10-21T01:01:11Z 2023-17931 0 0 0900006485ec9e25
EPA-HQ-ORD-2015-0659-0010 EPA None EPA-HQ-ORD-2015-0659 60-day FRN 2023 Supporting Statement Supporting & Related Material ICR Supporting Statement 2023-08-21T04:00:00Z 2023 8     2023-08-22T02:47:41Z   0 0 0900006485d5eedf
EPA-HQ-ORD-2015-0659-0008 EPA None EPA-HQ-ORD-2015-0659 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Generic Clearance for Citizen Science and Crowdsourcing Projects (Renewal) Notice Information Collection Request (ICR) 2019-04-29T04:00:00Z 2019 4 2019-04-29T04:00:00Z 2019-05-30T03:59:59Z 2019-04-29T15:32:17Z 2019-08573 0 0 0900006483c0fc2a
EPA-HQ-ORD-2015-0659-0006 EPA None EPA-HQ-ORD-2015-0659 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Generic Clearance for Citizen Science and Crowdsourcing Projects (Renewal) Notice Information Collection Request (ICR) 2018-12-27T05:00:00Z 2018 12 2018-12-27T05:00:00Z 2019-02-26T04:59:59Z 2019-02-20T02:01:32Z 2018-28121 0 0 09000064839c8a20
EPA-HQ-ORD-2015-0659-0004 EPA None EPA-HQ-ORD-2015-0659 Supporting Statement Supporting & Related Material ICR Supporting Statement 2015-12-16T05:00:00Z 2015 12     2015-12-17T01:46:28Z   0 0 0900006481d9bbd8
EPA-HQ-ORD-2015-0659-0003 EPA None EPA-HQ-ORD-2015-0659 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Generic Clearance for Citizen Science and Crowdsourcing Projects (New) Notice Information Collection Request (ICR) 2015-12-16T05:00:00Z 2015 12 2015-12-16T05:00:00Z 2016-01-16T04:59:59Z 2016-01-15T22:01:00Z 2015-31542 0 0 0900006481daf577
EPA-HQ-ORD-2015-0659-0001 EPA None EPA-HQ-ORD-2015-0659 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Generic Clearance for Citizen Science and Crowdsourcing Projects Notice Information Collection Request (ICR) 2015-10-01T04:00:00Z 2015 10 2015-10-01T04:00:00Z 2015-12-01T04:59:59Z 2015-10-13T15:14:37Z 2015-25025 0 0 0900006481ca75fe
EPA-HQ-ORD-2015-0659-0002 EPA None EPA-HQ-ORD-2015-0659 Supporting Statement Supporting & Related Material ICR Supporting Statement 2015-10-01T04:00:00Z 2015 10     2015-10-01T14:11:16Z   0 0 0900006481c88fa6

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