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-2020-0015" and posted_year = 2021 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: 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-2020-0015-0005 | FWS | Endangered and Threatened Wildlife and Plants; Endangered Status for South Llano Springs Moss and Designation of Critical Habitat FWS-R2-ES-2020-0015 | 20191226_DONMAC_SSALitCited | Supporting & Related Material | 2021-09-28T04:00:00Z | 2021 | 9 | 2021-09-28T12:04:39Z | 0 | 0 | 0900006484c29100 | ||||
| FWS-R2-ES-2020-0015-0001 | FWS | Endangered and Threatened Wildlife and Plants; Endangered Status for South Llano Springs Moss and Designation of Critical Habitat FWS-R2-ES-2020-0015 | Endangered and Threatened Species: Endangered Status for South Llano Springs Moss and Designation of Critical Habitat | Proposed Rule | 2021-09-28T04:00:00Z | 2021 | 9 | 2021-09-28T04:00:00Z | 2021-11-30T04:59:59Z | 2021-12-01T02:00:59Z | 2021-20924 | 0 | 0 | 0900006484dae5be | |
| FWS-R2-ES-2020-0015-0006 | FWS | Endangered and Threatened Wildlife and Plants; Endangered Status for South Llano Springs Moss and Designation of Critical Habitat FWS-R2-ES-2020-0015 | 20200306_DONMAC_SSAtoHQ | Supporting & Related Material | 2021-09-28T04:00:00Z | 2021 | 9 | 2021-09-28T12:04:41Z | 0 | 0 | 0900006484dadf78 | ||||
| FWS-R2-ES-2020-0015-0003 | FWS | Endangered and Threatened Wildlife and Plants; Endangered Status for South Llano Springs Moss and Designation of Critical Habitat FWS-R2-ES-2020-0015 | 20191118_DONMAC_IEMsigned | Supporting & Related Material | 2021-09-28T04:00:00Z | 2021 | 9 | 2021-09-28T12:04:33Z | 0 | 0 | 0900006484c17fb8 | ||||
| FWS-R2-ES-2020-0015-0007 | FWS | Endangered and Threatened Wildlife and Plants; Endangered Status for South Llano Springs Moss and Designation of Critical Habitat FWS-R2-ES-2020-0015 | Plot Points for the South Llano Springs Moss Critical Habitat | Supporting & Related Material | 2021-09-28T04:00:00Z | 2021 | 9 | 2021-09-28T18:01:34Z | 0 | 0 | 0900006484daf0ae | ||||
| FWS-R2-ES-2020-0015-0004 | FWS | Endangered and Threatened Wildlife and Plants; Endangered Status for South Llano Springs Moss and Designation of Critical Habitat FWS-R2-ES-2020-0015 | 20210803_DONMAC_RuleLitCited | Supporting & Related Material | 2021-09-28T04:00:00Z | 2021 | 9 | 2021-09-28T12:04:36Z | 0 | 0 | 0900006484c28cff | ||||
| FWS-R2-ES-2020-0015-0002 | FWS | Endangered and Threatened Wildlife and Plants; Endangered Status for South Llano Springs Moss and Designation of Critical Habitat FWS-R2-ES-2020-0015 | 20200107_DONMAC_IEcScreening Memo | Supporting & Related Material | 2021-09-28T04:00:00Z | 2021 | 9 | 2021-09-28T12:04:30Z | 0 | 0 | 0900006484c17fb7 |
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);