documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "EPA-HQ-OA-2021-0671" 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 7
| 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-0671-0044 | EPA | Public Meeting of the National Environmental Justice Advisory Council (NEJAC) EPA-HQ-OA-2021-0671 | Final 11.10.2021 NEJAC Meeting Summary Full Final | Supporting & Related Material | Meeting Materials | 2022-04-27T04:00:00Z | 2022 | 4 | 2022-04-28T00:32:22Z | 0 | 0 | 0900006485036085 | |||
| EPA-HQ-OA-2021-0671-0020 | EPA | Public Meeting of the National Environmental Justice Advisory Council (NEJAC) EPA-HQ-OA-2021-0671 | NEJAC November 10 Meeting Presentation Final | Supporting & Related Material | Meeting Materials | 2021-11-22T05:00:00Z | 2021 | 11 | 2021-11-23T01:32:35Z | 0 | 0 | 0900006484e68e4e | |||
| EPA-HQ-OA-2021-0671-0021 | EPA | Public Meeting of the National Environmental Justice Advisory Council (NEJAC) EPA-HQ-OA-2021-0671 | Strategic Plan Goal 2 NEJAC Presentation 11-09-21 | Supporting & Related Material | Meeting Materials | 2021-11-22T05:00:00Z | 2021 | 11 | 2021-11-23T01:32:46Z | 0 | 0 | 0900006484e68ea3 | |||
| EPA-HQ-OA-2021-0671-0004 | EPA | Public Meeting of the National Environmental Justice Advisory Council (NEJAC) EPA-HQ-OA-2021-0671 | Final Agenda for November 10, 2021, NEJAC Public Meeting | Supporting & Related Material | Meeting Materials | 2021-11-08T05:00:00Z | 2021 | 11 | 2021-11-09T01:31:03Z | 0 | 0 | 0900006484e27274 | |||
| EPA-HQ-OA-2021-0671-0003 | EPA | Public Meeting of the National Environmental Justice Advisory Council (NEJAC) EPA-HQ-OA-2021-0671 | Memo Extending the Comment Period | Other | Memorandum to Open a Docket | 2021-11-03T04:00:00Z | 2021 | 11 | 2021-11-03T04:00:00Z | 2021-11-04T00:31:07Z | 0 | 0 | 0900006484e1237b | ||
| EPA-HQ-OA-2021-0671-0002 | EPA | Public Meeting of the National Environmental Justice Advisory Council (NEJAC) EPA-HQ-OA-2021-0671 | FY-2022-2026 EPA Draft Strategic Plan | Supporting & Related Material | Work Plan | 2021-11-01T04:00:00Z | 2021 | 11 | 2021-11-02T00:32:18Z | 0 | 0 | 0900006484e0532b | |||
| EPA-HQ-OA-2021-0671-0001 | EPA | Public Meeting of the National Environmental Justice Advisory Council (NEJAC) EPA-HQ-OA-2021-0671 | Meetings: National Environmental Justice Advisory Council | Notice | 2021-10-18T04:00:00Z | 2021 | 10 | 2021-10-18T04:00:00Z | 2021-11-25T04:59:59Z | 2022-03-23T01:00:48Z | 2021-22600 | 0 | 0 | 0900006484dc8cab |
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);