documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where agency_id = "FWS" and docket_id = "FWS-R4-ES-2021-0093" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, posted_month, 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-2021-0093-0011 | FWS | Endangered and Threatened Wildlife and Plants; Reclassification of the Relict Darter from Endangered to Threatened with a Section 4(d) Rule FWS-R4-ES-2021-0093 | Relict Darter Species Status AssessmentVersion 1.1, August 2020 | Supporting & Related Material | 2023-09-27T04:00:00Z | 2023 | 9 | 2023-09-27T11:02:45Z | 0 | 0 | 0900006485ffbfdb | ||||
| FWS-R4-ES-2021-0093-0012 | FWS | Endangered and Threatened Wildlife and Plants; Reclassification of the Relict Darter from Endangered to Threatened with a Section 4(d) Rule FWS-R4-ES-2021-0093 | Endangered and Threatened Wildlife and Plants: Reclassification of the Relict Darter from Endangered to Threatened with a Section 4(d) Rule | Rule | 2023-09-27T04:00:00Z | 2023 | 9 | 2023-09-27T04:00:00Z | 2023-09-27T12:46:02Z | 2023-20945 | 0 | 0 | 0900006485ffcac6 | ||
| FWS-R4-ES-2021-0093-0009 | FWS | Endangered and Threatened Wildlife and Plants; Reclassification of the Relict Darter from Endangered to Threatened with a Section 4(d) Rule FWS-R4-ES-2021-0093 | LitCited_RelictDarter_FinalRule | Supporting & Related Material | 2023-09-06T04:00:00Z | 2023 | 9 | 2023-09-26T22:27:15Z | 0 | 0 | 0900006485f4b392 | ||||
| FWS-R4-ES-2021-0093-0010 | FWS | Endangered and Threatened Wildlife and Plants; Reclassification of the Relict Darter from Endangered to Threatened with a Section 4(d) Rule FWS-R4-ES-2021-0093 | Shute 2020_Email_05062020_Catanotos larval behavior_Redacted | Supporting & Related Material | 2023-09-06T04:00:00Z | 2023 | 9 | 2023-09-26T22:27:41Z | 0 | 0 | 0900006485f4b393 | ||||
| FWS-R4-ES-2021-0093-0003 | FWS | Endangered and Threatened Wildlife and Plants; Reclassification of the Relict Darter from Endangered to Threatened with a Section 4(d) Rule FWS-R4-ES-2021-0093 | Draft Recovery Plan for the Relict Darter (Etheostoma chienense), 2021 | Supporting & Related Material | 2022-03-03T05:00:00Z | 2022 | 3 | 2022-03-03T13:23:58Z | 0 | 0 | 0900006484f4cd22 | ||||
| FWS-R4-ES-2021-0093-0004 | FWS | Endangered and Threatened Wildlife and Plants; Reclassification of the Relict Darter from Endangered to Threatened with a Section 4(d) Rule FWS-R4-ES-2021-0093 | Relict Darter (Etheostoma chienense) Species Status Assessment Version 1.1, August 2020 | Supporting & Related Material | 2022-03-03T05:00:00Z | 2022 | 3 | 2022-03-03T13:24:08Z | 0 | 0 | 0900006484f4ce06 | ||||
| FWS-R4-ES-2021-0093-0002 | FWS | Endangered and Threatened Wildlife and Plants; Reclassification of the Relict Darter from Endangered to Threatened with a Section 4(d) Rule FWS-R4-ES-2021-0093 | Proposed Reclassification of Relict Darter Literature Cited - See Attachments | Supporting & Related Material | 2022-03-03T05:00:00Z | 2022 | 3 | 2022-03-03T13:23:53Z | 0 | 0 | 0900006484f4cd21 | ||||
| FWS-R4-ES-2021-0093-0001 | FWS | Endangered and Threatened Wildlife and Plants; Reclassification of the Relict Darter from Endangered to Threatened with a Section 4(d) Rule FWS-R4-ES-2021-0093 | Endangered and Threatened Species: Reclassification of the Relict Darter from Endangered to Threatened with a Section 4(d) Rule | Proposed Rule | 2022-03-03T05:00:00Z | 2022 | 3 | 2022-03-03T05:00:00Z | 2022-05-03T03:59:59Z | 2022-05-03T13:22:34Z | 2022-03315 | 0 | 0 | 0900006484fb7fad |
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);