documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where docket_id = "FWS-HQ-NWRS-2023-0024" 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)
document_type 3
agency_id 1
- FWS 9
| 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-NWRS-2023-0024-0030 | FWS | Updated National Wildlife Refuge System Planning Policies (602 FW 1 - 4) FWS-HQ-NWRS-2023-0024 | National Wildlife Refuge System Planning Policies (602 FW 14) | Rule | 2024-04-18T04:00:00Z | 2024 | 4 | 2024-04-18T17:36:56Z | 2024-07265 | 0 | 0 | 09000064864de275 | |||
| FWS-HQ-NWRS-2023-0024-0031 | FWS | Updated National Wildlife Refuge System Planning Policies (602 FW 1 - 4) FWS-HQ-NWRS-2023-0024 | PlanningPolicies_CommentResponses_5Feb2024 v3 | Supporting & Related Material | 2024-04-18T04:00:00Z | 2024 | 4 | 2024-04-18T17:45:46Z | 0 | 0 | 09000064864de09c | ||||
| FWS-HQ-NWRS-2023-0024-0004 | FWS | Updated National Wildlife Refuge System Planning Policies (602 FW 1 - 4) FWS-HQ-NWRS-2023-0024 | 602 FW 1, Exhibit 1-Glossary | Supporting & Related Material | 2023-09-15T04:00:00Z | 2023 | 9 | 2023-09-15T14:49:54Z | 0 | 0 | 09000064859ef6d1 | ||||
| FWS-HQ-NWRS-2023-0024-0001 | FWS | Updated National Wildlife Refuge System Planning Policies (602 FW 1 - 4) FWS-HQ-NWRS-2023-0024 | National Wildlife Refuge System Planning Policies (602 FW 1-4) for the U.S. Fish and Wildlife Service | Proposed Rule | 2023-09-15T04:00:00Z | 2023 | 9 | 2023-09-15T04:00:00Z | 2023-10-17T03:59:59Z | 2024-01-17T02:01:01Z | 2023-19994 | 0 | 0 | 0900006485fadb92 | |
| FWS-HQ-NWRS-2023-0024-0003 | FWS | Updated National Wildlife Refuge System Planning Policies (602 FW 1 - 4) FWS-HQ-NWRS-2023-0024 | 602 FW 2- Land Protection Planning | Supporting & Related Material | 2023-09-15T04:00:00Z | 2023 | 9 | 2023-09-15T14:46:47Z | 0 | 0 | 09000064859ef6d0 | ||||
| FWS-HQ-NWRS-2023-0024-0007 | FWS | Updated National Wildlife Refuge System Planning Policies (602 FW 1 - 4) FWS-HQ-NWRS-2023-0024 | 602 FW 3-Comprehensive Conservation Planning | Supporting & Related Material | 2023-09-15T04:00:00Z | 2023 | 9 | 2023-09-15T14:46:30Z | 0 | 0 | 09000064859ef755 | ||||
| FWS-HQ-NWRS-2023-0024-0002 | FWS | Updated National Wildlife Refuge System Planning Policies (602 FW 1 - 4) FWS-HQ-NWRS-2023-0024 | 602 FW 4, Exhibit 1-Examples of Topics for Step-down Plans | Supporting & Related Material | 2023-09-15T04:00:00Z | 2023 | 9 | 2023-09-15T14:45:30Z | 0 | 0 | 09000064859ef6ce | ||||
| FWS-HQ-NWRS-2023-0024-0005 | FWS | Updated National Wildlife Refuge System Planning Policies (602 FW 1 - 4) FWS-HQ-NWRS-2023-0024 | 602 FW 1-Refuge Planning Overview | Supporting & Related Material | 2023-09-15T04:00:00Z | 2023 | 9 | 2023-09-15T14:47:52Z | 0 | 0 | 09000064859ef6d2 | ||||
| FWS-HQ-NWRS-2023-0024-0006 | FWS | Updated National Wildlife Refuge System Planning Policies (602 FW 1 - 4) FWS-HQ-NWRS-2023-0024 | 602 FW 4-Step-down Planning | Supporting & Related Material | 2023-09-15T04:00:00Z | 2023 | 9 | 2023-09-15T14:46:01Z | 0 | 0 | 09000064859ef754 |
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);