documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "FWS-R4-ES-2023-0065" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, posted_date, posted_month, last_modified, 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-R4-ES-2023-0065-0009 | FWS | Endangered and Threatened Wildlife and Plants; Listing Determination and Critical Habitat Designation for the Brawleys Fork Crayfish FWS-R4-ES-2023-0065 | Endangered and Threatened Species: Brawleys Fork Crayfish | Proposed Rule | 2023-09-08T04:00:00Z | 2023 | 9 | 2023-09-08T04:00:00Z | 2023-09-08T12:47:32Z | C1-2023-17666 | 0 | 0 | 0900006485f5bc82 | ||
| FWS-R4-ES-2023-0065-0006 | FWS | Endangered and Threatened Wildlife and Plants; Listing Determination and Critical Habitat Designation for the Brawleys Fork Crayfish FWS-R4-ES-2023-0065 | Species Status Assessment Report for the Brawleys Fork Crayfish (Cambarus williami) Version 1.1, February 2023 | Supporting & Related Material | 2023-08-23T04:00:00Z | 2023 | 8 | 2023-08-23T12:13:17Z | 0 | 0 | 0900006485e41952 | ||||
| FWS-R4-ES-2023-0065-0007 | FWS | Endangered and Threatened Wildlife and Plants; Listing Determination and Critical Habitat Designation for the Brawleys Fork Crayfish FWS-R4-ES-2023-0065 | PCH Cambarus williami | Supporting & Related Material | 2023-08-23T04:00:00Z | 2023 | 8 | 2023-08-23T12:13:18Z | 0 | 0 | 0900006485e41953 | ||||
| FWS-R4-ES-2023-0065-0003 | FWS | Endangered and Threatened Wildlife and Plants; Listing Determination and Critical Habitat Designation for the Brawleys Fork Crayfish FWS-R4-ES-2023-0065 | Proposed Rule Literature Cited - See attachments | Supporting & Related Material | 2023-08-23T04:00:00Z | 2023 | 8 | 2023-08-23T12:13:14Z | 0 | 0 | 0900006485e4194f | ||||
| FWS-R4-ES-2023-0065-0005 | FWS | Endangered and Threatened Wildlife and Plants; Listing Determination and Critical Habitat Designation for the Brawleys Fork Crayfish FWS-R4-ES-2023-0065 | Brawleys Fork Crayfish Screening Memo Draft, July 8, 2022 | Supporting & Related Material | 2023-08-23T04:00:00Z | 2023 | 8 | 2023-08-23T12:13:16Z | 0 | 0 | 0900006485e41951 | ||||
| FWS-R4-ES-2023-0065-0004 | FWS | Endangered and Threatened Wildlife and Plants; Listing Determination and Critical Habitat Designation for the Brawleys Fork Crayfish FWS-R4-ES-2023-0065 | Incremental Effects Memorandum for the Economic Analysis for the Proposed Rule to Designate Critical Habitat for the Brawleys Fork Crayfish (Cambarus williami) | Supporting & Related Material | 2023-08-23T04:00:00Z | 2023 | 8 | 2023-08-23T12:13:14Z | 0 | 0 | 0900006485e41950 | ||||
| FWS-R4-ES-2023-0065-0002 | FWS | Endangered and Threatened Wildlife and Plants; Listing Determination and Critical Habitat Designation for the Brawleys Fork Crayfish FWS-R4-ES-2023-0065 | Peer Review - See attachments | Supporting & Related Material | 2023-08-23T00:00:00Z | 2023 | 8 | 2024-02-07T21:40:50Z | 0 | 1 | 0900006485e419b6 | ||||
| FWS-R4-ES-2023-0065-0001 | FWS | Endangered and Threatened Wildlife and Plants; Listing Determination and Critical Habitat Designation for the Brawleys Fork Crayfish FWS-R4-ES-2023-0065 | Endangered and Threatened Species: Brawleys Fork Crayfish | Proposed Rule | 2023-08-22T04:00:00Z | 2023 | 8 | 2023-08-22T04:00:00Z | 2023-10-24T03:59:59Z | 2023-10-24T01:02:46Z | 2023-17666 | 0 | 0 | 0900006485ed543a |
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);