documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "FWS-R4-ES-2019-0081" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 3
agency_id 1
- FWS 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| FWS-R4-ES-2019-0081-0017 | FWS | Endangered and Threatened Wildlife and Plants; Removal of the Dwarf-flowered heartleaf from the Federal List of Endangered and Threatened Wildlife FWS-R4-ES-2019-0081 | Species Status Assessment for Dwarf-flowered Heartleaf (Hexastylis naniflora) Version 2.0 | Supporting & Related Material | 2025-07-08T04:00:00Z | 2025 | 7 | 2025-07-08T17:24:49Z | 0 | 0 | 09000064b8e40df4 | ||||
| FWS-R4-ES-2019-0081-0016 | FWS | Endangered and Threatened Wildlife and Plants; Removal of the Dwarf-flowered heartleaf from the Federal List of Endangered and Threatened Wildlife FWS-R4-ES-2019-0081 | Dwarf-flowered heartleaf PDM | Supporting & Related Material | 2025-07-08T04:00:00Z | 2025 | 7 | 2025-07-08T17:20:55Z | 0 | 0 | 09000064b8e40df3 | ||||
| FWS-R4-ES-2019-0081-0015 | FWS | Endangered and Threatened Wildlife and Plants; Removal of the Dwarf-flowered heartleaf from the Federal List of Endangered and Threatened Wildlife FWS-R4-ES-2019-0081 | Literature Cited for Dwarf-flowered heartleaf | Supporting & Related Material | 2025-07-08T04:00:00Z | 2025 | 7 | 2025-07-08T17:20:55Z | 0 | 0 | 09000064b8e40df2 | ||||
| FWS-R4-ES-2019-0081-0014 | FWS | Endangered and Threatened Wildlife and Plants; Removal of the Dwarf-flowered heartleaf from the Federal List of Endangered and Threatened Wildlife FWS-R4-ES-2019-0081 | Endangered and Threatened Species: Removal of the Dwarf-flowered Heartleaf from the List of Endangered and Threatened Plants | Rule | 2025-07-08T04:00:00Z | 2025 | 7 | 2025-07-08T17:20:07Z | 2025-12196 | 0 | 0 | 09000064b8e58bb6 | |||
| FWS-R4-ES-2019-0081-0007 | FWS | Endangered and Threatened Wildlife and Plants; Removal of the Dwarf-flowered heartleaf from the Federal List of Endangered and Threatened Wildlife FWS-R4-ES-2019-0081 | Draft Post-Delisting Monitoring Plan for Dwarf-Flowered Heartleaf (Hexastylis naniflora) Draft V2 (05.30.19) | Supporting & Related Material | Environmental Report | 2021-06-11T04:00:00Z | 2021 | 6 | 2021-06-11T14:50:42Z | 0 | 0 | 0900006484b6d0c1 | |||
| FWS-R4-ES-2019-0081-0004 | FWS | Endangered and Threatened Wildlife and Plants; Removal of the Dwarf-flowered heartleaf from the Federal List of Endangered and Threatened Wildlife FWS-R4-ES-2019-0081 | Literature Cited for Dwarf | Supporting & Related Material | Reference (external attachments) | 2021-05-07T04:00:00Z | 2021 | 5 | 2021-05-07T12:20:35Z | 0 | 0 | 0900006484ad7488 | |||
| FWS-R4-ES-2019-0081-0005 | FWS | Endangered and Threatened Wildlife and Plants; Removal of the Dwarf-flowered heartleaf from the Federal List of Endangered and Threatened Wildlife FWS-R4-ES-2019-0081 | HENA SSA_05.31.19 Updated Map and Invasive Section | Supporting & Related Material | Environmental Report | 2021-05-07T04:00:00Z | 2021 | 5 | 2021-05-07T12:21:15Z | 0 | 0 | 0900006484ad7489 | |||
| FWS-R4-ES-2019-0081-0001 | FWS | Endangered and Threatened Wildlife and Plants; Removal of the Dwarf-flowered heartleaf from the Federal List of Endangered and Threatened Wildlife FWS-R4-ES-2019-0081 | Endangered and Threatened Species: Removal of the Dwarf-flowered Heartleaf from the Federal List of Endangered and Threatened Plants | Proposed Rule | 2021-04-26T04:00:00Z | 2021 | 4 | 2021-04-26T04:00:00Z | 2021-06-26T03:59:59Z | 2021-06-26T01:00:17Z | 2021-08459 | 0 | 0 | 0900006484ab6d4b |
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);