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-0365" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 6

  • 2015 2
  • 2016 2
  • 2018 2
  • 2020 2
  • 2021 2
  • 2019 1

document_type 1

  • Notice 11

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-0365-0016 EPA None EPA-HQ-ORD-2015-0365 Board of Scientific Counselors (BOSC) Air Climate and Energy Subcommittee Meeting - October 2021 Notice Meeting 2021-09-13T04:00:00Z 2021 9 2021-09-13T04:00:00Z 2021-10-09T03:59:59Z 2021-09-13T12:19:04Z 2021-19609 0 0 0900006484d75a1b
EPA-HQ-ORD-2015-0365-0014 EPA None EPA-HQ-ORD-2015-0365 Board of Scientific Counselors (BOSC) Air and Energy Subcommittee Meeting - February 2021 Notice Meeting 2021-01-21T05:00:00Z 2021 1 2021-01-21T05:00:00Z 2021-02-17T04:59:59Z 2021-02-18T02:00:46Z 2021-01207 0 0 09000064849faba1
EPA-HQ-ORD-2015-0365-0013 EPA None EPA-HQ-ORD-2015-0365 Board of Scientific Counselors (BOSC) Air and Energy Subcommittee Meeting - April 2020; Correction Notice Correction 2020-03-30T04:00:00Z 2020 3 2020-03-30T04:00:00Z   2020-03-30T13:45:12Z 2020-06556 0 0 090000648447706d
EPA-HQ-ORD-2015-0365-0009 EPA None EPA-HQ-ORD-2015-0365 Board of Scientific Counselors (BOSC) Air and Energy Subcommittee Meeting - April 2020 Notice Meeting 2020-03-18T04:00:00Z 2020 3 2020-03-18T04:00:00Z 2020-03-26T03:59:59Z 2020-03-27T01:01:09Z 2020-05579 0 0 0900006484450abd
EPA-HQ-ORD-2015-0365-0008 EPA None EPA-HQ-ORD-2015-0365 Board of Scientific Counselors (BOSC) Air and Energy Subcommittee Meeting - March 2019 Notice Meeting 2019-02-28T05:00:00Z 2019 2 2019-02-28T05:00:00Z 2019-03-22T03:59:59Z 2019-02-28T17:32:20Z 2019-03558 0 0 0900006483aaf3c4
EPA-HQ-ORD-2015-0365-0007 EPA None EPA-HQ-ORD-2015-0365 Meetings: Board of Scientific Counselors (BOSC) Air and Energy Subcommittee - January 2019 Notice Meeting 2018-12-10T05:00:00Z 2018 12 2018-12-10T05:00:00Z 2019-01-09T04:59:59Z 2018-12-10T15:56:35Z 2018-26689 0 0 0900006483973504
EPA-HQ-ORD-2015-0365-0006 EPA None EPA-HQ-ORD-2015-0365 Meetings: Board of Scientific Counselors Air and Energy Subcommittee Notice Meeting 2018-10-01T04:00:00Z 2018 10 2018-10-01T04:00:00Z 2018-11-14T04:59:59Z 2018-12-07T00:07:31Z 2018-21332 0 0 0900006483785de6
EPA-HQ-ORD-2015-0365-0004 EPA None EPA-HQ-ORD-2015-0365 Meetings: Board of Scientific Counselors Air, Climate, and Energy Subcommittee Notice Meeting 2016-11-10T05:00:00Z 2016 11 2016-11-10T05:00:00Z 2016-12-02T04:59:59Z 2016-12-02T02:01:33Z 2016-27187 0 0 0900006482387580
EPA-HQ-ORD-2015-0365-0003 EPA None EPA-HQ-ORD-2015-0365 Meetings: Board of Scientific Counselors Air, Climate, and Energy Subcommittee Notice Meeting 2016-09-30T04:00:00Z 2016 9 2016-09-30T04:00:00Z 2016-10-24T03:59:59Z 2016-10-20T16:04:53Z 2016-23687 0 0 0900006482284a3d
EPA-HQ-ORD-2015-0365-0002 EPA None EPA-HQ-ORD-2015-0365 Board of Scientific Counselors (BOSC) Air, Climate, and Energy Subcommittee Meeting on July 20, 2015 Notice Meeting 2015-07-01T04:00:00Z 2015 7 2015-07-01T04:00:00Z 2015-07-18T03:59:59Z 2015-07-25T14:47:49Z 2015-16199 0 0 0900006481b62f06
EPA-HQ-ORD-2015-0365-0001 EPA None EPA-HQ-ORD-2015-0365 Board of Scientific Counselors (BOSC) Air, Climate, and Energy Subcommittee Meeting on June 18-19, 2015 Notice Meeting 2015-06-02T04:00:00Z 2015 6 2015-06-02T04:00:00Z 2015-06-17T03:59:59Z 2015-06-02T14:10:56Z 2015-13406 0 0 0900006481b151c4

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