documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where docket_id = "FWS-R2-ES-2022-0162" and posted_year = 2023 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, posted_date, posted_month, posted_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-2022-0162-18361 | FWS | Endangered and Threatened Wildlife and Plants; Endangered Species Status for the Dunes Sagebrush Lizard FWS-R2-ES-2022-0162 | Endangered and Threatened Species: Status for the Dunes Sagebrush Lizard | Proposed Rule | 2023-08-30T04:00:00Z | 2023 | 8 | 2023-08-30T04:00:00Z | 2023-10-03T03:59:59Z | 2023-10-06T01:04:01Z | 2023-18657 | 0 | 0 | 0900006485f10c7f | |
| FWS-R2-ES-2022-0162-0005 | FWS | Endangered and Threatened Wildlife and Plants; Endangered Species Status for the Dunes Sagebrush Lizard FWS-R2-ES-2022-0162 | Proposed Rule Species Status Assessment for the Dunes Sagebrush Lizard - See Attachments | Supporting & Related Material | 2023-07-03T04:00:00Z | 2023 | 7 | 2023-07-03T12:34:47Z | 0 | 0 | 0900006485c00c40 | ||||
| FWS-R2-ES-2022-0162-0002 | FWS | Endangered and Threatened Wildlife and Plants; Endangered Species Status for the Dunes Sagebrush Lizard FWS-R2-ES-2022-0162 | Peer Review Plan Dunes Sagebrush Lizard SSA | Supporting & Related Material | 2023-07-03T04:00:00Z | 2023 | 7 | 2023-07-03T12:33:39Z | 0 | 0 | 0900006485c00c3d | ||||
| FWS-R2-ES-2022-0162-0001 | FWS | Endangered and Threatened Wildlife and Plants; Endangered Species Status for the Dunes Sagebrush Lizard FWS-R2-ES-2022-0162 | Endangered and Threatened Species: Status for the Dunes Sagebrush Lizard | Proposed Rule | 2023-07-03T04:00:00Z | 2023 | 7 | 2023-07-03T04:00:00Z | 2023-09-02T03:59:59Z | 2023-09-03T01:00:43Z | 2023-13859 | 0 | 0 | 0900006485c40766 | |
| FWS-R2-ES-2022-0162-0003 | FWS | Endangered and Threatened Wildlife and Plants; Endangered Species Status for the Dunes Sagebrush Lizard FWS-R2-ES-2022-0162 | SSA Peer Review Comments for Dunes Sagebrush Lizard | Supporting & Related Material | 2023-07-03T04:00:00Z | 2023 | 7 | 2023-07-03T12:34:02Z | 0 | 0 | 0900006485c00c3e | ||||
| FWS-R2-ES-2022-0162-0004 | FWS | Endangered and Threatened Wildlife and Plants; Endangered Species Status for the Dunes Sagebrush Lizard FWS-R2-ES-2022-0162 | 2018 Petition Dunes Sagebrush Lizard | Supporting & Related Material | 2023-07-03T04:00:00Z | 2023 | 7 | 2023-07-03T12:34:20Z | 0 | 0 | 0900006485c00c3f |
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);