documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "EPA-HQ-OA-2021-0848" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 3
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-HQ-OA-2021-0848-0024 | EPA | Public Meeting of the National Environmental Justice Advisory Council (NEJAC) EPA-HQ-OA-2021-0848 | Final NEJAC Meeting 1/5/2022 Summary Full | Supporting & Related Material | Meeting Materials | 2022-04-29T04:00:00Z | 2022 | 4 | 2022-04-30T00:31:49Z | 0 | 0 | 090000648503b2de | |||
| EPA-HQ-OA-2021-0848-0023 | EPA | Public Meeting of the National Environmental Justice Advisory Council (NEJAC) EPA-HQ-OA-2021-0848 | Final NEJAC Meeting 1.5.2022 Summary Full | Supporting & Related Material | Meeting Materials | 2022-04-27T04:00:00Z | 2022 | 4 | 2022-04-28T00:32:33Z | 0 | 0 | 0900006485036087 | |||
| EPA-HQ-OA-2021-0848-0007 | EPA | Public Meeting of the National Environmental Justice Advisory Council (NEJAC) EPA-HQ-OA-2021-0848 | Final January 5, 2022 NEJAC Public Meeting Agenda | Supporting & Related Material | Meeting Materials | 2022-01-24T05:00:00Z | 2022 | 1 | 2022-01-25T01:32:31Z | 0 | 0 | 0900006484f2d4bf | |||
| EPA-HQ-OA-2021-0848-0006 | EPA | Public Meeting of the National Environmental Justice Advisory Council (NEJAC) EPA-HQ-OA-2021-0848 | NEJAC Strategic Plan Summary Feedback January 2022 | Supporting & Related Material | Work Plan | 2022-01-24T05:00:00Z | 2022 | 1 | 2022-01-25T01:32:21Z | 0 | 0 | 0900006484f2d4be | |||
| EPA-HQ-OA-2021-0848-0005 | EPA | Public Meeting of the National Environmental Justice Advisory Council (NEJAC) EPA-HQ-OA-2021-0848 | Final NEJAC January 5, 2022 Public Meeting Presentation | Supporting & Related Material | Meeting Materials | 2022-01-24T05:00:00Z | 2022 | 1 | 2022-01-25T01:32:11Z | 0 | 0 | 0900006484f2d4b9 | |||
| EPA-HQ-OA-2021-0848-0002 | EPA | Public Meeting of the National Environmental Justice Advisory Council (NEJAC) EPA-HQ-OA-2021-0848 | Memo Extending the Comment Period | Other | Memorandum to Open a Docket | 2021-12-15T05:00:00Z | 2021 | 12 | 2021-12-15T05:00:00Z | 2021-12-16T01:33:40Z | 0 | 0 | 0900006484ecdae5 | ||
| EPA-HQ-OA-2021-0848-0003 | EPA | Public Meeting of the National Environmental Justice Advisory Council (NEJAC) EPA-HQ-OA-2021-0848 | FY 2022-2026 EPA Draft Strategic Plan | Supporting & Related Material | 2021-12-15T05:00:00Z | 2021 | 12 | 2021-12-16T01:33:49Z | 0 | 0 | 0900006484ece0a3 | ||||
| EPA-HQ-OA-2021-0848-0001 | EPA | Public Meeting of the National Environmental Justice Advisory Council (NEJAC) EPA-HQ-OA-2021-0848 | National Environmental Justice Advisory Council; Notification for a Virtual Public Meeting | Notice | Meeting | 2021-12-01T05:00:00Z | 2021 | 12 | 2021-12-01T05:00:00Z | 2022-01-20T04:59:59Z | 2022-04-14T01:00:35Z | 2021-26097 | 0 | 0 | 0900006484e8f2db |
Advanced export
JSON shape: default, array, newline-delimited, object
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);