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-2013-0320" 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 2
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-2013-0320-0031 | EPA | Technical Guidance for Assessing Environmental Justice in Regulatory Analysis EPA-HQ-OA-2013-0320 | Guidance: Assessing Environmental Justice in Regulatory Analysis | Notice | Extension of Comment Period | 2023-12-28T05:00:00Z | 2023 | 12 | 2023-12-28T15:37:42Z | 2023-28598 | 0 | 0 | 0900006486361790 | ||
| EPA-HQ-OA-2013-0320-0029 | EPA | Technical Guidance for Assessing Environmental Justice in Regulatory Analysis EPA-HQ-OA-2013-0320 | Public Comment on the Revised Technical Guidance for Assessing Environmental Justice in Regulatory Analysis | Notice | 2023-11-15T05:00:00Z | 2023 | 11 | 2023-11-15T05:00:00Z | 2024-01-31T04:59:59Z | 2024-04-19T01:00:57Z | 2023-25126 | 0 | 0 | 090000648627ad70 | |
| EPA-HQ-OA-2013-0320-0007 | EPA | Technical Guidance for Assessing Environmental Justice in Regulatory Analysis EPA-HQ-OA-2013-0320 | Q & A: May 29 Public webinar | Supporting & Related Material | Environmental Assessment | 2013-07-16T04:00:00Z | 2013 | 7 | 2013-07-16T18:12:53Z | 0 | 0 | 0900006481361900 | |||
| EPA-HQ-OA-2013-0320-0005 | EPA | Technical Guidance for Assessing Environmental Justice in Regulatory Analysis EPA-HQ-OA-2013-0320 | Technical Guidance for Assessing Environmental Justice in Regulatory Analysis; Extension of Comment Period | Notice | Extension of Comment Period | 2013-07-01T04:00:00Z | 2013 | 7 | 2013-09-15T05:54:31Z | 2013-15736 | 0 | 0 | 090000648134e3cd | ||
| EPA-HQ-OA-2013-0320-0003 | EPA | Technical Guidance for Assessing Environmental Justice in Regulatory Analysis EPA-HQ-OA-2013-0320 | Public Webinar slides for May 29, 2013 webinar on Draft Technical Guidance for Assessing Environmental Justice in Regulatory Analysis | Supporting & Related Material | Meeting Materials | 2013-05-30T04:00:00Z | 2013 | 5 | 2013-05-30T13:43:03Z | 0 | 0 | 09000064812fecff | |||
| EPA-HQ-OA-2013-0320-0002 | EPA | Technical Guidance for Assessing Environmental Justice in Regulatory Analysis EPA-HQ-OA-2013-0320 | Draft Guidance: Technical Guidance for Assessing Environmental Justice in Regulatory Analysis | Supporting & Related Material | Guidance | 2013-05-09T04:00:00Z | 2013 | 5 | 2013-07-10T14:17:13Z | 0 | 0 | 09000064812c4314 | |||
| EPA-HQ-OA-2013-0320-0001 | EPA | Technical Guidance for Assessing Environmental Justice in Regulatory Analysis EPA-HQ-OA-2013-0320 | Technical Guidance for Assessing Environmental Justice in Regulatory Analysis; Announcement of Issuance of Draft Guidance for Public Comment | Notice | 2013-05-09T04:00:00Z | 2013 | 5 | 2013-05-09T04:00:00Z | 2013-09-07T03:59:59Z | 2013-09-13T01:04:28Z | 2013-11165 | 0 | 0 | 09000064812d1ca9 |
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);