documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where docket_id = "FWS-R1-ES-2023-0127" and posted_year = 2023 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| FWS-R1-ES-2023-0127-0003 | FWS | Endangered and Threatened Wildlife and Plants; Three Species Not Warranted for Listing; Cascades Frog FWS-R1-ES-2023-0127 | Species Status Assessment (SSA) Report For the Cascades Frog (Rana cascadae) 26 January 2022, Version 1.0 | Supporting & Related Material | 2023-09-21T04:00:00Z | 2023 | 9 | 2023-09-21T12:21:22Z | 0 | 0 | 0900006485dead98 | ||||
| FWS-R1-ES-2023-0127-0002 | FWS | Endangered and Threatened Wildlife and Plants; Three Species Not Warranted for Listing; Cascades Frog FWS-R1-ES-2023-0127 | Literature Cited for Cascades Frog 12M NW Finding SAF - See attachments | Supporting & Related Material | 2023-09-21T04:00:00Z | 2023 | 9 | 2023-09-21T12:49:22Z | 0 | 0 | 0900006485dea976 | ||||
| FWS-R1-ES-2023-0127-0004 | FWS | Endangered and Threatened Wildlife and Plants; Three Species Not Warranted for Listing; Cascades Frog FWS-R1-ES-2023-0127 | SSA_report_comments_peer_12_28 | Supporting & Related Material | 2023-09-21T04:00:00Z | 2023 | 9 | 2023-09-21T12:21:23Z | 0 | 0 | 0900006485fb53cc | ||||
| FWS-R1-ES-2023-0127-0005 | FWS | Endangered and Threatened Wildlife and Plants; Three Species Not Warranted for Listing; Cascades Frog FWS-R1-ES-2023-0127 | Signed SAF_CascadesFrog | Supporting & Related Material | 2023-09-21T04:00:00Z | 2023 | 9 | 2023-09-21T12:21:24Z | 0 | 0 | 0900006485fb53cd | ||||
| FWS-R1-ES-2023-0127-0001 | FWS | Endangered and Threatened Wildlife and Plants; Three Species Not Warranted for Listing; Cascades Frog FWS-R1-ES-2023-0127 | Endangered and Threatened Species: One Species not Warranted for Delisting and Six Species not Warranted for Listing; Cascades frog | Proposed Rule | 2023-09-20T04:00:00Z | 2023 | 9 | 2023-09-21T12:21:05Z | 2023-20296 | 0 | 0 | 0900006485fd694c |
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);