documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "FWS-HQ-ES-2023-0151" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: last_modified, posted_date (date), comment_start_date (date), comment_end_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-HQ-ES-2023-0151-0004 | FWS | Endangered and Threatened Wildlife and Plants; Threatened Species Status with Section 4(d) Rule for Pygmy Three-Toed Sloth FWS-HQ-ES-2023-0151 | PygmySloth_Species Status Assessment Version 1.1 | Supporting & Related Material | 2024-03-26T04:00:00Z | 2024 | 3 | 2024-03-26T12:48:49Z | 0 | 0 | 0900006486495bbf | ||||
| FWS-HQ-ES-2023-0151-0006 | FWS | Endangered and Threatened Wildlife and Plants; Threatened Species Status with Section 4(d) Rule for Pygmy Three-Toed Sloth FWS-HQ-ES-2023-0151 | PygmySloth_SSA Peer Review Comment Matrix | Supporting & Related Material | 2024-03-26T04:00:00Z | 2024 | 3 | 2024-03-26T12:48:49Z | 0 | 0 | 0900006486496846 | ||||
| FWS-HQ-ES-2023-0151-0007 | FWS | Endangered and Threatened Wildlife and Plants; Threatened Species Status with Section 4(d) Rule for Pygmy Three-Toed Sloth FWS-HQ-ES-2023-0151 | PygmySloth_100 Word Summary | Supporting & Related Material | 2024-03-26T04:00:00Z | 2024 | 3 | 2024-03-26T12:48:50Z | 0 | 0 | 0900006486496901 | ||||
| FWS-HQ-ES-2023-0151-0001 | FWS | Endangered and Threatened Wildlife and Plants; Threatened Species Status with Section 4(d) Rule for Pygmy Three-Toed Sloth FWS-HQ-ES-2023-0151 | Endangered and Threatened Species: Threatened Species Status with Section 4(d) Rule for Pygmy Three-Toed Sloth | Proposed Rule | 2024-03-26T04:00:00Z | 2024 | 3 | 2024-03-26T04:00:00Z | 2024-05-29T03:59:59Z | 2024-05-29T01:01:00Z | 2024-05724 | 0 | 0 | 090000648649841e | |
| FWS-HQ-ES-2023-0151-0003 | FWS | Endangered and Threatened Wildlife and Plants; Threatened Species Status with Section 4(d) Rule for Pygmy Three-Toed Sloth FWS-HQ-ES-2023-0151 | PygmySloth_SSA Peer Review Conflict of Interest Forms | Supporting & Related Material | 2024-03-26T04:00:00Z | 2024 | 3 | 2024-03-26T12:48:48Z | 0 | 0 | 0900006486495bbe | ||||
| FWS-HQ-ES-2023-0151-0005 | FWS | Endangered and Threatened Wildlife and Plants; Threatened Species Status with Section 4(d) Rule for Pygmy Three-Toed Sloth FWS-HQ-ES-2023-0151 | PygmySloth_Petition | Supporting & Related Material | 2024-03-26T04:00:00Z | 2024 | 3 | 2024-03-26T12:48:49Z | 0 | 0 | 0900006486495bc0 | ||||
| FWS-HQ-ES-2023-0151-0002 | FWS | Endangered and Threatened Wildlife and Plants; Threatened Species Status with Section 4(d) Rule for Pygmy Three-Toed Sloth FWS-HQ-ES-2023-0151 | PygmySloth_Proposed Rule Literature Cited | Supporting & Related Material | 2024-03-26T04:00:00Z | 2024 | 3 | 2024-03-26T12:48:47Z | 0 | 0 | 0900006486495bbd |
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);