documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where agency_id = "FWS" and docket_id = "FWS-R3-ES-2024-0022" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, posted_month, last_modified, 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-R3-ES-2024-0022-0009 | FWS | Endangered and Threatened Wildlife and Plants; 12-Month Finding for Lake Sturgeon FWS-R3-ES-2024-0022 | Lake Sturgeon Species Assessment And Listing Priority Assignment Form | Supporting & Related Material | 2024-06-12T04:00:00Z | 2024 | 6 | 2024-06-12T12:48:37Z | 0 | 0 | 09000064865b103c | ||||
| FWS-R3-ES-2024-0022-0002 | FWS | Endangered and Threatened Wildlife and Plants; 12-Month Finding for Lake Sturgeon FWS-R3-ES-2024-0022 | Grey Literature - See Attachments | Supporting & Related Material | 2024-04-23T04:00:00Z | 2024 | 4 | 2024-04-23T13:09:33Z | 0 | 0 | 09000064864dd9a9 | ||||
| FWS-R3-ES-2024-0022-0001 | FWS | Endangered and Threatened Wildlife and Plants; 12-Month Finding for Lake Sturgeon FWS-R3-ES-2024-0022 | Endangered and Threatened Species: 12-Month Finding for Lake Sturgeon | Proposed Rule | 2024-04-23T04:00:00Z | 2024 | 4 | 2024-04-23T13:08:50Z | 2024-08567 | 0 | 0 | 09000064864e6f80 | |||
| FWS-R3-ES-2024-0022-0008 | FWS | Endangered and Threatened Wildlife and Plants; 12-Month Finding for Lake Sturgeon FWS-R3-ES-2024-0022 | Lake Sturgeon SSA Version 1.1 | Supporting & Related Material | 2024-04-23T04:00:00Z | 2024 | 4 | 2024-04-23T13:09:36Z | 0 | 0 | 09000064864dd3ef | ||||
| FWS-R3-ES-2024-0022-0006 | FWS | Endangered and Threatened Wildlife and Plants; 12-Month Finding for Lake Sturgeon FWS-R3-ES-2024-0022 | Memo to File Lake Sturgeon | Supporting & Related Material | 2024-04-23T04:00:00Z | 2024 | 4 | 2024-04-23T13:09:35Z | 0 | 0 | 09000064864dd3ed | ||||
| FWS-R3-ES-2024-0022-0007 | FWS | Endangered and Threatened Wildlife and Plants; 12-Month Finding for Lake Sturgeon FWS-R3-ES-2024-0022 | Lake Sturgeon Petition | Supporting & Related Material | 2024-04-23T04:00:00Z | 2024 | 4 | 2024-04-23T13:09:36Z | 0 | 0 | 09000064864dd3ee | ||||
| FWS-R3-ES-2024-0022-0003 | FWS | Endangered and Threatened Wildlife and Plants; 12-Month Finding for Lake Sturgeon FWS-R3-ES-2024-0022 | Kim Scribner Response to USFWS Lake Sturgeon status review | Supporting & Related Material | 2024-04-23T04:00:00Z | 2024 | 4 | 2024-04-23T13:09:34Z | 0 | 0 | 09000064864dd3ea | ||||
| FWS-R3-ES-2024-0022-0005 | FWS | Endangered and Threatened Wildlife and Plants; 12-Month Finding for Lake Sturgeon FWS-R3-ES-2024-0022 | Lake Sturgeon SSA Peer Reviewer COI Forms | Supporting & Related Material | 2024-04-23T04:00:00Z | 2024 | 4 | 2024-04-23T13:09:35Z | 0 | 0 | 09000064864dd3ec | ||||
| FWS-R3-ES-2024-0022-0004 | FWS | Endangered and Threatened Wildlife and Plants; 12-Month Finding for Lake Sturgeon FWS-R3-ES-2024-0022 | Lake Sturgeon SSA Peer Review Comments | Supporting & Related Material | 2024-04-23T04:00:00Z | 2024 | 4 | 2024-04-23T13:09:34Z | 0 | 0 | 09000064864dd3eb |
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);