documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "FWS-R2-ES-2021-0143" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, 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-2021-0143-0007 | FWS | Endangered and Threatened Wildlife and Plants; Endangered Species Status for Texas Kangaroo Rat and Designation of Critical Habitat FWS-R2-ES-2021-0143 | Species Status Assessment Report for the Texas Kangaroo Rat (Dipodomys elator) Version 1.1, January 2021 | Supporting & Related Material | 2023-08-21T04:00:00Z | 2023 | 8 | 2023-08-21T15:04:23Z | 0 | 0 | 0900006485ecd9a6 | ||||
| FWS-R2-ES-2021-0143-0002 | FWS | Endangered and Threatened Wildlife and Plants; Endangered Species Status for Texas Kangaroo Rat and Designation of Critical Habitat FWS-R2-ES-2021-0143 | Proposed Rule Lit Cited | Supporting & Related Material | 2023-08-17T04:00:00Z | 2023 | 8 | 2023-08-17T19:31:14Z | 0 | 0 | 0900006484de892c | ||||
| FWS-R2-ES-2021-0143-0003 | FWS | Endangered and Threatened Wildlife and Plants; Endangered Species Status for Texas Kangaroo Rat and Designation of Critical Habitat FWS-R2-ES-2021-0143 | Draft Screening Analysis of the Likely Economic Impacts of the Proposed Rule to Designate Critical Habitat for the Texas Kangaroo Rat | Supporting & Related Material | 2023-08-17T04:00:00Z | 2023 | 8 | 2023-08-17T19:31:15Z | 0 | 0 | 0900006484de892d | ||||
| FWS-R2-ES-2021-0143-0004 | FWS | Endangered and Threatened Wildlife and Plants; Endangered Species Status for Texas Kangaroo Rat and Designation of Critical Habitat FWS-R2-ES-2021-0143 | Incremental Effects Memorandum for the Economic Analysis for the Proposed Rule to Designate Critical Habitat for Texas kangaroo rat (Dipodomys elator) | Supporting & Related Material | 2023-08-17T04:00:00Z | 2023 | 8 | 2023-08-17T19:31:16Z | 0 | 0 | 0900006484df2e4d | ||||
| FWS-R2-ES-2021-0143-0001 | FWS | Endangered and Threatened Wildlife and Plants; Endangered Species Status for Texas Kangaroo Rat and Designation of Critical Habitat FWS-R2-ES-2021-0143 | Endangered and Threatened Species: Texas Kangaroo Rat | Proposed Rule | 2023-08-17T04:00:00Z | 2023 | 8 | 2023-08-17T04:00:00Z | 2023-10-17T03:59:59Z | 2023-10-24T01:02:27Z | 2023-17671 | 0 | 0 | 0900006485e7527f | |
| FWS-R2-ES-2021-0143-0006 | FWS | Endangered and Threatened Wildlife and Plants; Endangered Species Status for Texas Kangaroo Rat and Designation of Critical Habitat FWS-R2-ES-2021-0143 | Texas Kangaroo Rat SSA_Peer review comment matrix | Supporting & Related Material | 2023-08-17T04:00:00Z | 2023 | 8 | 2023-08-17T19:31:17Z | 0 | 0 | 0900006485e607b4 | ||||
| FWS-R2-ES-2021-0143-0005 | FWS | Endangered and Threatened Wildlife and Plants; Endangered Species Status for Texas Kangaroo Rat and Designation of Critical Habitat FWS-R2-ES-2021-0143 | Species Status Assessment Report for the Texas Kangaroo Rat (Dipodomys elator) Version 1.1 December 2020 | Supporting & Related Material | 2023-08-17T00:00:00Z | 2023 | 8 | 2023-08-21T15:04:46Z | 0 | 1 | 0900006484df2e4e |
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);