documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "FWS-R3-ES-2021-0140" 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 8
| 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-R3-ES-2021-0140-0131 | FWS | Endangered and Threatened Wildlife and Plants; Endangered Species Status for Northern Long-eared Bat FWS-R3-ES-2021-0140 | Endangered and Threatened Wildlife and Plants: Endangered Species Status for Northern Long-eared Bat; Delay of Effective Date | Rule | 2023-01-26T05:00:00Z | 2023 | 1 | 2023-01-26T14:17:47Z | 2023-01656 | 0 | 0 | 090000648560ce5a | |||
| FWS-R3-ES-2021-0140-0129 | FWS | Endangered and Threatened Wildlife and Plants; Endangered Species Status for Northern Long-eared Bat FWS-R3-ES-2021-0140 | Literature Cited | Supporting & Related Material | 2022-11-30T05:00:00Z | 2022 | 11 | 2022-11-30T13:17:44Z | 0 | 0 | 09000064854ff9f5 | ||||
| FWS-R3-ES-2021-0140-0130 | FWS | Endangered and Threatened Wildlife and Plants; Endangered Species Status for Northern Long-eared Bat FWS-R3-ES-2021-0140 | Species Status Assessment Report for the Northern long-eared bat | Supporting & Related Material | 2022-11-30T05:00:00Z | 2022 | 11 | 2022-11-30T13:17:47Z | 0 | 0 | 09000064854ff9f6 | ||||
| FWS-R3-ES-2021-0140-0128 | FWS | Endangered and Threatened Wildlife and Plants; Endangered Species Status for Northern Long-eared Bat FWS-R3-ES-2021-0140 | Endangered and Threatened Species: Northern Long-eared Bat | Rule | 2022-11-30T05:00:00Z | 2022 | 11 | 2022-11-30T13:17:18Z | 2022-25998 | 0 | 0 | 090000648550a245 | |||
| FWS-R3-ES-2021-0140-0003 | FWS | Endangered and Threatened Wildlife and Plants; Endangered Species Status for Northern Long-eared Bat FWS-R3-ES-2021-0140 | Species Status Assessment Report for the Northern long-eared bat- Version 1.1 | Supporting & Related Material | 2022-03-23T04:00:00Z | 2022 | 3 | 2022-03-23T12:04:46Z | 0 | 0 | 0900006484fd77f0 | ||||
| FWS-R3-ES-2021-0140-0004 | FWS | Endangered and Threatened Wildlife and Plants; Endangered Species Status for Northern Long-eared Bat FWS-R3-ES-2021-0140 | Peer Reviews - See Attachments | Supporting & Related Material | 2022-03-23T04:00:00Z | 2022 | 3 | 2022-03-23T12:04:49Z | 0 | 0 | 0900006484fd8356 | ||||
| FWS-R3-ES-2021-0140-0001 | FWS | Endangered and Threatened Wildlife and Plants; Endangered Species Status for Northern Long-eared Bat FWS-R3-ES-2021-0140 | Endangered and Threatened Species: Status for Northern Long-Eared Bat | Proposed Rule | 2022-03-23T04:00:00Z | 2022 | 3 | 2022-03-23T04:00:00Z | 2022-05-24T03:59:59Z | 2022-07-07T01:00:53Z | 2022-06168 | 0 | 0 | 0900006484fdb16e | |
| FWS-R3-ES-2021-0140-0002 | FWS | Endangered and Threatened Wildlife and Plants; Endangered Species Status for Northern Long-eared Bat FWS-R3-ES-2021-0140 | NLEB Proposed Rule References Cited | Supporting & Related Material | 2022-03-23T04:00:00Z | 2022 | 3 | 2022-03-23T12:04:40Z | 0 | 0 | 0900006484fd77ef |
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);