documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
10 rows where docket_id = "FWS-R4-ES-2023-0133" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: last_modified, posted_date (date), comment_start_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-R4-ES-2023-0133-0009 | FWS | Endangered and Threatened Wildlife and Plants; Three Species Not Warranted for Listing; Tennessee Cave Salamander FWS-R4-ES-2023-0133 | 20230201_Tennessee cave salamander SSA_V1.2 | Supporting & Related Material | 2023-09-21T04:00:00Z | 2023 | 9 | 2023-09-21T12:33:57Z | 0 | 0 | 0900006485fb53d2 | ||||
| FWS-R4-ES-2023-0133-0006 | FWS | Endangered and Threatened Wildlife and Plants; Three Species Not Warranted for Listing; Tennessee Cave Salamander FWS-R4-ES-2023-0133 | Signed SAF_TN Cave Salamander | Supporting & Related Material | 2023-09-21T04:00:00Z | 2023 | 9 | 2023-09-21T12:33:55Z | 0 | 0 | 0900006485fb53cf | ||||
| FWS-R4-ES-2023-0133-0004 | FWS | Endangered and Threatened Wildlife and Plants; Three Species Not Warranted for Listing; Tennessee Cave Salamander FWS-R4-ES-2023-0133 | Species Status Assessment for the Tennessee Cave Salamander (Gyrinophilus palleucus) January 2023, Version 1.2 | Supporting & Related Material | 2023-09-21T04:00:00Z | 2023 | 9 | 2023-09-21T12:33:54Z | 0 | 0 | 0900006485deadbe | ||||
| FWS-R4-ES-2023-0133-0007 | FWS | Endangered and Threatened Wildlife and Plants; Three Species Not Warranted for Listing; Tennessee Cave Salamander FWS-R4-ES-2023-0133 | Caldwell_and_Copeland_1992 | Supporting & Related Material | 2023-09-21T04:00:00Z | 2023 | 9 | 2023-09-21T12:33:56Z | 0 | 0 | 0900006485fb53d0 | ||||
| FWS-R4-ES-2023-0133-0010 | FWS | Endangered and Threatened Wildlife and Plants; Three Species Not Warranted for Listing; Tennessee Cave Salamander FWS-R4-ES-2023-0133 | 404 petition | Supporting & Related Material | 2023-09-21T04:00:00Z | 2023 | 9 | 2023-09-21T12:33:58Z | 0 | 0 | 0900006485fc144d | ||||
| FWS-R4-ES-2023-0133-0005 | FWS | Endangered and Threatened Wildlife and Plants; Three Species Not Warranted for Listing; Tennessee Cave Salamander FWS-R4-ES-2023-0133 | TN Cave Salamander SSA Peer Review Matrix | Supporting & Related Material | 2023-09-21T04:00:00Z | 2023 | 9 | 2023-09-21T12:33:55Z | 0 | 0 | 0900006485fb53ce | ||||
| FWS-R4-ES-2023-0133-0001 | FWS | Endangered and Threatened Wildlife and Plants; Three Species Not Warranted for Listing; Tennessee Cave Salamander FWS-R4-ES-2023-0133 | Endangered and Threatened Species: One Species not Warranted for Delisting and Six Species not Warranted for Listing; Tennessee cave salamander | Proposed Rule | 2023-09-21T04:00:00Z | 2023 | 9 | 2023-09-21T04:00:00Z | 2023-09-21T12:33:40Z | 2023-20296 | 0 | 0 | 0900006485fdd49c | ||
| FWS-R4-ES-2023-0133-0008 | FWS | Endangered and Threatened Wildlife and Plants; Three Species Not Warranted for Listing; Tennessee Cave Salamander FWS-R4-ES-2023-0133 | TNCS SSA COIs | Supporting & Related Material | 2023-09-21T04:00:00Z | 2023 | 9 | 2023-09-21T12:33:57Z | 0 | 0 | 0900006485fb53d1 | ||||
| FWS-R4-ES-2023-0133-0003 | FWS | Endangered and Threatened Wildlife and Plants; Three Species Not Warranted for Listing; Tennessee Cave Salamander FWS-R4-ES-2023-0133 | Literature Cited - See attachments | Supporting & Related Material | 2023-09-21T04:00:00Z | 2023 | 9 | 2023-09-21T12:33:53Z | 0 | 0 | 0900006485deadbd | ||||
| FWS-R4-ES-2023-0133-0002 | FWS | Endangered and Threatened Wildlife and Plants; Three Species Not Warranted for Listing; Tennessee Cave Salamander FWS-R4-ES-2023-0133 | Peer Reviews - See attachments | Supporting & Related Material | 2023-09-21T04:00:00Z | 2023 | 9 | 2023-09-21T12:33:53Z | 0 | 0 | 0900006485deadba |
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);