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

6 rows where docket_id = "EPA-HQ-ORD-2015-0765" and posted_year = 2022 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2022 · 6 ✖

document_type 1

  • Notice 6

agency_id 1

  • EPA 6
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-0765-0046 EPA None EPA-HQ-ORD-2015-0765 Board of Scientific Counselors (BOSC) Executive Committee Meeting - December 2022 Notice Meeting 2022-12-01T05:00:00Z 2022 12 2022-12-01T05:00:00Z 2022-12-13T04:59:59Z 2022-12-10T02:01:20Z 2022-26124 0 0 090000648550e733
EPA-HQ-ORD-2015-0765-0044 EPA None EPA-HQ-ORD-2015-0765 Meetings: Board of Scientific Counselors Notice Meeting 2022-10-11T04:00:00Z 2022 10 2022-10-11T04:00:00Z 2022-10-24T03:59:59Z 2022-10-24T01:00:07Z 2022-22046 0 0 09000064853eb68a
EPA-HQ-ORD-2015-0765-0043 EPA None EPA-HQ-ORD-2015-0765 Requests for Nominations: New Chemicals Collaborative Research Program Notice   2022-05-27T04:00:00Z 2022 5 2022-05-27T04:00:00Z 2022-07-01T03:59:59Z 2022-05-27T12:41:39Z 2022-11421 0 0 09000064850fd5d0
EPA-HQ-ORD-2015-0765-0042 EPA None EPA-HQ-ORD-2015-0765 Meetings: Board of Scientific Counselors Executive Committee Notice Meeting 2022-05-13T04:00:00Z 2022 5 2022-05-13T04:00:00Z 2022-06-02T03:59:59Z 2022-05-13T12:30:25Z 2022-10383 0 0 09000064850780e9
EPA-HQ-ORD-2015-0765-0040 EPA None EPA-HQ-ORD-2015-0765 Board of Scientific Counselors (BOSC) Executive Committee Meeting - May 2022 Notice Meeting 2022-04-21T04:00:00Z 2022 4 2022-04-21T04:00:00Z 2022-05-04T03:59:59Z 2022-05-03T13:22:49Z 2022-08517 0 0 090000648502a02b
EPA-HQ-ORD-2015-0765-0039 EPA None EPA-HQ-ORD-2015-0765 Board of Scientific Counselors (BOSC) Executive Committee Meeting - February 2022 Notice Meeting 2022-01-20T05:00:00Z 2022 1 2022-01-20T05:00:00Z 2022-02-03T04:59:59Z 2022-01-20T14:09:42Z 2022-00971 0 0 0900006484f2a611

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