documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where docket_id = "FWS-R2-ES-2023-0023" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, posted_date, posted_month, withdrawn, 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-R2-ES-2023-0023-0076 | FWS | Endangered and Threatened Wildlife and Plants; Designation of Critical Habitat for Sacramento Mountains Checkerspot Butterfly FWS-R2-ES-2023-0023 | Endangered and Threatened Wildlife and Plants; Designation of Critical Habitat for Sacramento Mountains Checkerspot Butterfly | Proposed Rule | 2023-11-27T05:00:00Z | 2023 | 11 | 2023-11-27T05:00:00Z | 2023-12-28T04:59:59Z | 2024-04-20T01:00:34Z | 0 | 0 | 09000064862b6ddd | ||
| FWS-R2-ES-2023-0023-0075 | FWS | Endangered and Threatened Wildlife and Plants; Designation of Critical Habitat for Sacramento Mountains Checkerspot Butterfly FWS-R2-ES-2023-0023 | Endangered and Threatened Species: Designation of Critical Habitat for Sacramento Mountains Checkerspot Butterfly | Proposed Rule | 2023-11-27T00:00:00Z | 2023 | 11 | 2023-11-27T13:22:48Z | 0 | 1 | 09000064862b6604 | ||||
| FWS-R2-ES-2023-0023-0073 | FWS | Endangered and Threatened Wildlife and Plants; Designation of Critical Habitat for Sacramento Mountains Checkerspot Butterfly FWS-R2-ES-2023-0023 | Proposed rule summary document | Supporting & Related Material | 2023-10-17T04:00:00Z | 2023 | 10 | 2023-10-17T16:45:31Z | 0 | 0 | 09000064860fc0e8 | ||||
| FWS-R2-ES-2023-0023-0006 | FWS | Endangered and Threatened Wildlife and Plants; Designation of Critical Habitat for Sacramento Mountains Checkerspot Butterfly FWS-R2-ES-2023-0023 | 20220720_SMCB_report | Supporting & Related Material | 2023-08-10T04:00:00Z | 2023 | 8 | 2023-08-10T12:14:42Z | 0 | 0 | 0900006485db8a3e | ||||
| FWS-R2-ES-2023-0023-0003 | FWS | Endangered and Threatened Wildlife and Plants; Designation of Critical Habitat for Sacramento Mountains Checkerspot Butterfly FWS-R2-ES-2023-0023 | Draft SMCB_Economics_Memo_1.5.23 | Supporting & Related Material | 2023-08-10T04:00:00Z | 2023 | 8 | 2023-08-10T12:14:33Z | 0 | 0 | 0900006485db85e9 | ||||
| FWS-R2-ES-2023-0023-0004 | FWS | Endangered and Threatened Wildlife and Plants; Designation of Critical Habitat for Sacramento Mountains Checkerspot Butterfly FWS-R2-ES-2023-0023 | Signed_20221209_SMCB_IEM | Supporting & Related Material | 2023-08-10T04:00:00Z | 2023 | 8 | 2023-08-10T12:14:36Z | 0 | 0 | 0900006485db85ea | ||||
| FWS-R2-ES-2023-0023-0002 | FWS | Endangered and Threatened Wildlife and Plants; Designation of Critical Habitat for Sacramento Mountains Checkerspot Butterfly FWS-R2-ES-2023-0023 | SMCB_PCH_VetexCoords | Supporting & Related Material | 2023-08-10T04:00:00Z | 2023 | 8 | 2023-08-10T12:14:24Z | 0 | 0 | 0900006485db85e8 | ||||
| FWS-R2-ES-2023-0023-0005 | FWS | Endangered and Threatened Wildlife and Plants; Designation of Critical Habitat for Sacramento Mountains Checkerspot Butterfly FWS-R2-ES-2023-0023 | SMCBch_lit cited - See Attachments | Supporting & Related Material | 2023-08-10T04:00:00Z | 2023 | 8 | 2023-08-10T12:14:39Z | 0 | 0 | 0900006485db8a3d | ||||
| FWS-R2-ES-2023-0023-0001 | FWS | Endangered and Threatened Wildlife and Plants; Designation of Critical Habitat for Sacramento Mountains Checkerspot Butterfly FWS-R2-ES-2023-0023 | Endangered and Threatened Species: Designation of Critical Habitat for Sacramento Mountains Checkerspot Butterfly | Proposed Rule | 2023-08-10T04:00:00Z | 2023 | 8 | 2023-08-10T04:00:00Z | 2023-10-11T03:59:59Z | 2023-10-21T01:00:27Z | 2023-16967 | 0 | 0 | 0900006485e0c595 |
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);