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-2013-0031" and posted_year = 2016 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, posted_date (date), last_modified (date)
| 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-0031-0090 | EPA | Nondiscrimination in Programs or Activities Receiving Federal Assistance from the Environmental Protection Agency EPA-HQ-OA-2013-0031 | OCR NPRM Region 3 (Washington, DC) Public Meeting on 1-29-2016 | Supporting & Related Material | Meeting Materials | 2016-03-31T04:00:00Z | 2016 | 3 | 2016-04-01T00:32:15Z | 0 | 0 | 0900006481edfc31 | |||
| EPA-HQ-OA-2013-0031-0089 | EPA | Nondiscrimination in Programs or Activities Receiving Federal Assistance from the Environmental Protection Agency EPA-HQ-OA-2013-0031 | OCR NPRM Region 9 (Oakland, CA) Public Meeting on 1-20- 2016 | Supporting & Related Material | Meeting Materials | 2016-03-31T04:00:00Z | 2016 | 3 | 2016-04-01T00:32:05Z | 0 | 0 | 0900006481edfc30 | |||
| EPA-HQ-OA-2013-0031-0088 | EPA | Nondiscrimination in Programs or Activities Receiving Federal Assistance from the Environmental Protection Agency EPA-HQ-OA-2013-0031 | OCR NPRM Region 4 (RTP, NC) Public Meeting on 1-15-2016 | Supporting & Related Material | Meeting Materials | 2016-03-31T04:00:00Z | 2016 | 3 | 2016-04-01T00:31:46Z | 0 | 0 | 0900006481edfc2f | |||
| EPA-HQ-OA-2013-0031-0087 | EPA | Nondiscrimination in Programs or Activities Receiving Federal Assistance from the Environmental Protection Agency EPA-HQ-OA-2013-0031 | OCR NPRM Region 5 (Chicago, IL) Public Meeting on 1-11-2016 | Supporting & Related Material | Meeting Materials | 2016-03-31T04:00:00Z | 2016 | 3 | 2016-04-01T00:31:51Z | 0 | 0 | 0900006481edfc2e | |||
| EPA-HQ-OA-2013-0031-0091 | EPA | Nondiscrimination in Programs or Activities Receiving Federal Assistance from the Environmental Protection Agency EPA-HQ-OA-2013-0031 | OCR NPRM Region 3 (Howard University - Washington, DC) Public Meeting 3-1-2016 | Supporting & Related Material | Meeting Materials | 2016-03-31T04:00:00Z | 2016 | 3 | 2016-04-01T00:32:10Z | 0 | 0 | 0900006481edfc32 | |||
| EPA-HQ-OA-2013-0031-0009 | EPA | Nondiscrimination in Programs or Activities Receiving Federal Assistance from the Environmental Protection Agency EPA-HQ-OA-2013-0031 | Nondiscrimination in Programs or Activities Receiving Federal Assistance from the Environmental Protection Agency; Comment Extension | Proposed Rule | Extension of Comment Period | 2016-02-09T05:00:00Z | 2016 | 2 | 2016-02-09T15:34:04Z | 2016-02589 | 0 | 0 | 0900006481e5ce50 | ||
| EPA-HQ-OA-2013-0031-0002 | EPA | Nondiscrimination in Programs or Activities Receiving Federal Assistance from the Environmental Protection Agency EPA-HQ-OA-2013-0031 | OCR Nondiscrimination NPRM Cost Analysis (090215) | Supporting & Related Material | Economic Analysis | 2016-01-21T05:00:00Z | 2016 | 1 | 2016-01-28T22:32:57Z | 0 | 0 | 0900006481e09264 | |||
| EPA-HQ-OA-2013-0031-0003 | EPA | Nondiscrimination in Programs or Activities Receiving Federal Assistance from the Environmental Protection Agency EPA-HQ-OA-2013-0031 | OCR Nondiscrimination NPRM Regulatory Survey Memo | Supporting & Related Material | Report | 2016-01-21T05:00:00Z | 2016 | 1 | 2016-01-28T22:32:52Z | 0 | 0 | 0900006481e13d2d |
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);