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-2021-0098" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, posted_month, withdrawn, 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-R2-ES-2021-0098-0081 | FWS | Endangered and Threatened Wildlife and Plants; Listing Determination and Critical Habitat Designation for the Cactus Ferruginous Pygmy-Owl FWS-R2-ES-2021-0098 | Final Rule Literature Cited - See Attachments | Supporting & Related Material | 2023-07-20T04:00:00Z | 2023 | 7 | 2023-07-20T12:47:01Z | 0 | 0 | 0900006485c8dfaf | ||||
| FWS-R2-ES-2021-0098-0079 | FWS | Endangered and Threatened Wildlife and Plants; Listing Determination and Critical Habitat Designation for the Cactus Ferruginous Pygmy-Owl FWS-R2-ES-2021-0098 | Endangered and Threatened Species: Status with Section 4(d) Rule for Cactus Ferruginous Pygmy-Owl | Rule | 2023-07-20T04:00:00Z | 2023 | 7 | 2023-07-20T12:46:34Z | 2023-14486 | 0 | 0 | 0900006485ce9ac2 | |||
| FWS-R2-ES-2021-0098-0080 | FWS | Endangered and Threatened Wildlife and Plants; Listing Determination and Critical Habitat Designation for the Cactus Ferruginous Pygmy-Owl FWS-R2-ES-2021-0098 | Final Rule Peer Review Comments - See Attachments | Supporting & Related Material | 2023-07-20T04:00:00Z | 2023 | 7 | 2023-07-20T12:46:56Z | 0 | 0 | 0900006485c8da8e | ||||
| FWS-R2-ES-2021-0098-0082 | FWS | Endangered and Threatened Wildlife and Plants; Listing Determination and Critical Habitat Designation for the Cactus Ferruginous Pygmy-Owl FWS-R2-ES-2021-0098 | Final Rule Species Status Assessment Report for Cactus Ferruginous Pygmy-owl | Supporting & Related Material | 2023-07-20T04:00:00Z | 2023 | 7 | 2023-07-20T12:47:04Z | 0 | 0 | 0900006485c8dfb0 | ||||
| FWS-R2-ES-2021-0098-0010 | FWS | Endangered and Threatened Wildlife and Plants; Listing Determination and Critical Habitat Designation for the Cactus Ferruginous Pygmy-Owl FWS-R2-ES-2021-0098 | Species Status Assessment Report for Cactus Ferruginous Pygmy-owl September 2021 Version 1.1 | Supporting & Related Material | 2022-01-04T05:00:00Z | 2022 | 1 | 2022-01-04T12:31:47Z | 0 | 0 | 0900006484f06df8 | ||||
| FWS-R2-ES-2021-0098-0002 | FWS | Endangered and Threatened Wildlife and Plants; Listing Determination and Critical Habitat Designation for the Cactus Ferruginous Pygmy-Owl FWS-R2-ES-2021-0098 | 20211105_CFPO_RuleLitCited | Supporting & Related Material | 2021-12-22T05:00:00Z | 2021 | 12 | 2021-12-22T13:08:43Z | 0 | 0 | 0900006484eb09bc | ||||
| FWS-R2-ES-2021-0098-0004 | FWS | Endangered and Threatened Wildlife and Plants; Listing Determination and Critical Habitat Designation for the Cactus Ferruginous Pygmy-Owl FWS-R2-ES-2021-0098 | Peer Reviews -- See Attachments | Supporting & Related Material | 2021-12-22T05:00:00Z | 2021 | 12 | 2021-12-22T13:08:56Z | 0 | 0 | 0900006484eb0998 | ||||
| FWS-R2-ES-2021-0098-0001 | FWS | Endangered and Threatened Wildlife and Plants; Listing Determination and Critical Habitat Designation for the Cactus Ferruginous Pygmy-Owl FWS-R2-ES-2021-0098 | Endangered and Threatened Species: Threatened Species Status with Section 4(d) Rule for Cactus Ferruginous Pygmy-owl | Proposed Rule | 2021-12-22T05:00:00Z | 2021 | 12 | 2021-12-22T05:00:00Z | 2022-02-23T04:59:59Z | 2022-04-28T01:00:09Z | 2021-27516 | 0 | 0 | 0900006484ee0b88 | |
| FWS-R2-ES-2021-0098-0003 | FWS | Endangered and Threatened Wildlife and Plants; Listing Determination and Critical Habitat Designation for the Cactus Ferruginous Pygmy-Owl FWS-R2-ES-2021-0098 | 20211109_CFPO_SSAReport | Supporting & Related Material | 2021-12-22T00:00:00Z | 2021 | 12 | 2022-01-04T12:32:34Z | 0 | 1 | 0900006484eb09bd |
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);