documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "FWS-R2-ES-2018-0029" and posted_year = 2019 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)
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| FWS-R2-ES-2018-0029-0042 | FWS | Reclassifying the American Burying Beetle from Endangered to Threatened on the Federal List of Endangered and Threatened Wildlife FWS-R2-ES-2018-0029 | Endangered and Threatened Species: Reclassifying the American Burying Beetle from Endangered to Threatened | Proposed Rule | 2019-09-09T04:00:00Z | 2019 | 9 | 2019-09-09T04:00:00Z | 2019-10-10T03:59:59Z | 2019-11-05T02:05:11Z | 2019-19245 | 0 | 0 | 0900006483f21354 | |
| FWS-R2-ES-2018-0029-0014 | FWS | Reclassifying the American Burying Beetle from Endangered to Threatened on the Federal List of Endangered and Threatened Wildlife FWS-R2-ES-2018-0029 | APPENDIX B - Additional Climate Analysis | Supporting & Related Material | Evaluation | 2019-05-21T04:00:00Z | 2019 | 5 | 2019-05-21T19:20:20Z | 0 | 0 | 0900006483caf7b5 | |||
| FWS-R2-ES-2018-0029-0011 | FWS | Reclassifying the American Burying Beetle from Endangered to Threatened on the Federal List of Endangered and Threatened Wildlife FWS-R2-ES-2018-0029 | Literature Cited for ABB 12-Month Finding | Supporting & Related Material | Reference (external attachments) | 2019-05-21T04:00:00Z | 2019 | 5 | 2019-05-21T19:19:44Z | 0 | 0 | 0900006483caf7b8 | |||
| FWS-R2-ES-2018-0029-0013 | FWS | Reclassifying the American Burying Beetle from Endangered to Threatened on the Federal List of Endangered and Threatened Wildlife FWS-R2-ES-2018-0029 | APPENDIX A - GIS | Supporting & Related Material | Evaluation | 2019-05-21T04:00:00Z | 2019 | 5 | 2019-05-21T19:20:07Z | 0 | 0 | 0900006483caf7b4 | |||
| FWS-R2-ES-2018-0029-0012 | FWS | Reclassifying the American Burying Beetle from Endangered to Threatened on the Federal List of Endangered and Threatened Wildlife FWS-R2-ES-2018-0029 | Species Status Assessment Report for the American Burying Beetle | Supporting & Related Material | Evaluation | 2019-05-21T04:00:00Z | 2019 | 5 | 2019-05-21T19:19:59Z | 0 | 0 | 0900006483caf7b3 | |||
| FWS-R2-ES-2018-0029-0015 | FWS | Reclassifying the American Burying Beetle from Endangered to Threatened on the Federal List of Endangered and Threatened Wildlife FWS-R2-ES-2018-0029 | APPENDIX C - SSA References Cited | Supporting & Related Material | Evaluation | 2019-05-21T04:00:00Z | 2019 | 5 | 2019-05-21T19:20:28Z | 0 | 0 | 0900006483caf7b6 | |||
| FWS-R2-ES-2018-0029-0001 | FWS | Reclassifying the American Burying Beetle from Endangered to Threatened on the Federal List of Endangered and Threatened Wildlife FWS-R2-ES-2018-0029 | Endangered and Threatened Species: Reclassifying the American Burying Beetle from Endangered to Threatened on the Federal List | Proposed Rule | 2019-05-03T04:00:00Z | 2019 | 5 | 2019-05-03T04:00:00Z | 2019-07-03T03:59:59Z | 2019-07-09T01:01:30Z | 2019-09035 | 0 | 0 | 0900006483c2dde7 |
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);