documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "FWS-R8-ES-2024-0041" 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)
| 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-R8-ES-2024-0041-0029 | FWS | Endangered and Threatened Wildlife and Plants; Proposed Endangered status for the bleached sandshill skipper FWS-R8-ES-2024-0041 | Endangered and Threatened Wildlife and Plants | Proposed Rule | 2025-03-19T04:00:00Z | 2025 | 3 | 2025-03-19T04:00:00Z | 2025-05-20T03:59:59Z | 2025-06-03T09:00:16Z | 2025-04443 | 0 | 0 | 0900006486a0b7f3 | |
| FWS-R8-ES-2024-0041-0003 | FWS | Endangered and Threatened Wildlife and Plants; Proposed Endangered status for the bleached sandshill skipper FWS-R8-ES-2024-0041 | Grey Literature - See Attachments | Supporting & Related Material | 2025-01-08T05:00:00Z | 2025 | 1 | 2025-01-08T14:14:49Z | 0 | 0 | 09000064868a0c9a | ||||
| FWS-R8-ES-2024-0041-0007 | FWS | Endangered and Threatened Wildlife and Plants; Proposed Endangered status for the bleached sandshill skipper FWS-R8-ES-2024-0041 | 100-word summary for bleached sandhill skipper pL | Supporting & Related Material | 2025-01-08T05:00:00Z | 2025 | 1 | 2025-01-08T14:15:02Z | 0 | 0 | 09000064868a2515 | ||||
| FWS-R8-ES-2024-0041-0001 | FWS | Endangered and Threatened Wildlife and Plants; Proposed Endangered status for the bleached sandshill skipper FWS-R8-ES-2024-0041 | Endangered and Threatened Species: Status for the Bleached Sandhill Skipper | Proposed Rule | 2025-01-08T05:00:00Z | 2025 | 1 | 2025-01-08T05:00:00Z | 2025-03-11T03:59:59Z | 2025-03-12T01:00:46Z | 2024-31761 | 0 | 0 | 09000064868a7623 | |
| FWS-R8-ES-2024-0041-0002 | FWS | Endangered and Threatened Wildlife and Plants; Proposed Endangered status for the bleached sandshill skipper FWS-R8-ES-2024-0041 | Peer review and COI forms - See Attachments | Supporting & Related Material | 2025-01-08T05:00:00Z | 2025 | 1 | 2025-01-08T14:14:46Z | 0 | 0 | 09000064868a0c99 | ||||
| FWS-R8-ES-2024-0041-0006 | FWS | Endangered and Threatened Wildlife and Plants; Proposed Endangered status for the bleached sandshill skipper FWS-R8-ES-2024-0041 | 2024 Bleached sandhill skipper SSA | Supporting & Related Material | 2025-01-08T05:00:00Z | 2025 | 1 | 2025-01-08T14:14:58Z | 0 | 0 | 09000064868a01f2 | ||||
| FWS-R8-ES-2024-0041-0004 | FWS | Endangered and Threatened Wildlife and Plants; Proposed Endangered status for the bleached sandshill skipper FWS-R8-ES-2024-0041 | Bleached sandhill skipper Literature Cited | Supporting & Related Material | 2025-01-08T05:00:00Z | 2025 | 1 | 2025-01-08T14:14:51Z | 0 | 0 | 09000064868a01f0 | ||||
| FWS-R8-ES-2024-0041-0005 | FWS | Endangered and Threatened Wildlife and Plants; Proposed Endangered status for the bleached sandshill skipper FWS-R8-ES-2024-0041 | CBD 2022 Petition to List the Bleached Sandhill Skipper | Supporting & Related Material | 2025-01-08T05:00:00Z | 2025 | 1 | 2025-01-08T14:14:55Z | 0 | 0 | 09000064868a01f1 |
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);