documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
10 rows where docket_id = "FWS-R8-ES-2022-0165" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, last_modified, withdrawn, posted_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-R8-ES-2022-0165-0010 | FWS | Joshua Tree Remand 12-month Finding and Species Assessment Form FWS-R8-ES-2022-0165 | 20230209a_Joshua Tree Remand_SAF Updated | Supporting & Related Material | 2023-03-13T04:00:00Z | 2023 | 3 | 2023-03-13T22:26:11Z | 0 | 0 | 09000064857a1ed1 | ||||
| FWS-R8-ES-2022-0165-0004 | FWS | Joshua Tree Remand 12-month Finding and Species Assessment Form FWS-R8-ES-2022-0165 | 20221214a_Final combined Joshua Trees SSA Peer Review Comments | Supporting & Related Material | 2023-03-09T05:00:00Z | 2023 | 3 | 2023-03-09T14:35:24Z | 0 | 0 | 09000064856e0e8d | ||||
| FWS-R8-ES-2022-0165-0006 | FWS | Joshua Tree Remand 12-month Finding and Species Assessment Form FWS-R8-ES-2022-0165 | 20220401_JTM_USGSPreliminaryData | Supporting & Related Material | 2023-03-09T05:00:00Z | 2023 | 3 | 2023-03-09T14:35:25Z | 0 | 0 | 09000064856e0e8f | ||||
| FWS-R8-ES-2022-0165-0001 | FWS | Joshua Tree Remand 12-month Finding and Species Assessment Form FWS-R8-ES-2022-0165 | Endangered and Threatened Species: Petition Finding for Joshua Trees (Yucca brevifolia and Y. jaegeriana) | Proposed Rule | 2023-03-09T05:00:00Z | 2023 | 3 | 2023-03-09T14:44:16Z | 2023-04680 | 0 | 0 | 0900006485781d20 | |||
| FWS-R8-ES-2022-0165-0005 | FWS | Joshua Tree Remand 12-month Finding and Species Assessment Form FWS-R8-ES-2022-0165 | 20230127_Final Revised Joshua Tree SSA | Supporting & Related Material | 2023-03-09T05:00:00Z | 2023 | 3 | 2023-03-09T14:35:24Z | 0 | 0 | 09000064856e0e8e | ||||
| FWS-R8-ES-2022-0165-0007 | FWS | Joshua Tree Remand 12-month Finding and Species Assessment Form FWS-R8-ES-2022-0165 | 20220401_JTDemographicDataSummary_NRG | Supporting & Related Material | 2023-03-09T05:00:00Z | 2023 | 3 | 2023-03-09T14:35:25Z | 0 | 0 | 09000064856e0e90 | ||||
| FWS-R8-ES-2022-0165-0009 | FWS | Joshua Tree Remand 12-month Finding and Species Assessment Form FWS-R8-ES-2022-0165 | 20220401_JTMonitoring_EsqueResurveyData_Complete | Supporting & Related Material | 2023-03-09T05:00:00Z | 2023 | 3 | 2023-03-09T14:35:27Z | 0 | 0 | 09000064856e0f35 | ||||
| FWS-R8-ES-2022-0165-0002 | FWS | Joshua Tree Remand 12-month Finding and Species Assessment Form FWS-R8-ES-2022-0165 | Joshua Tree Literature Cited-See Attachments | Supporting & Related Material | 2023-03-09T05:00:00Z | 2023 | 3 | 2023-03-09T14:35:22Z | 0 | 0 | 09000064856e0e8b | ||||
| FWS-R8-ES-2022-0165-0008 | FWS | Joshua Tree Remand 12-month Finding and Species Assessment Form FWS-R8-ES-2022-0165 | 20210125_JTM_USGSResurveyProtocol_NRG | Supporting & Related Material | 2023-03-09T05:00:00Z | 2023 | 3 | 2023-03-09T14:35:26Z | 0 | 0 | 09000064856e0e91 | ||||
| FWS-R8-ES-2022-0165-0003 | FWS | Joshua Tree Remand 12-month Finding and Species Assessment Form FWS-R8-ES-2022-0165 | 20230209a_Joshua Tree Remand_SAF | Supporting & Related Material | 2023-03-09T00:00:00Z | 2023 | 3 | 2023-03-13T22:26:44Z | 0 | 1 | 09000064856e0e8c |
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);