documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where agency_id = "FWS" and docket_id = "FWS-R8-ES-2019-0065" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, 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 · 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-R8-ES-2019-0065-0022 | FWS | Endangered and Threatened Wildlife and Plants; Removing Camissonia benitensis (San Benito evening-primrose) from the Federal List of Endangered and Threatened Plants FWS-R8-ES-2019-0065 | San Benito Evening Primrose Post-Delisting Monitoring Plan, December 2020 | Supporting & Related Material | Environmental Report | 2022-02-03T05:00:00Z | 2022 | 2 | 2022-02-03T12:59:21Z | 0 | 0 | 0900006484c17f01 | |||
| FWS-R8-ES-2019-0065-0020 | FWS | Endangered and Threatened Wildlife and Plants; Removing Camissonia benitensis (San Benito evening-primrose) from the Federal List of Endangered and Threatened Plants FWS-R8-ES-2019-0065 | Endangered and Threatened Species: Removing San Benito Evening-Primrose (Camissonia benitensis) | Rule | 2022-02-03T05:00:00Z | 2022 | 2 | 2022-02-03T12:59:01Z | 2022-02010 | 0 | 0 | 0900006484f4ffae | |||
| FWS-R8-ES-2019-0065-0021 | FWS | Endangered and Threatened Wildlife and Plants; Removing Camissonia benitensis (San Benito evening-primrose) from the Federal List of Endangered and Threatened Plants FWS-R8-ES-2019-0065 | SBEP References Final Rule | Supporting & Related Material | Reference (external attachments) | 2022-02-03T05:00:00Z | 2022 | 2 | 2022-02-03T12:59:14Z | 0 | 0 | 0900006484c17f00 | |||
| FWS-R8-ES-2019-0065-0002 | FWS | Endangered and Threatened Wildlife and Plants; Removing Camissonia benitensis (San Benito evening-primrose) from the Federal List of Endangered and Threatened Plants FWS-R8-ES-2019-0065 | Literature Cited pDL San Benito evening primrose | Supporting & Related Material | Reference (external attachments) | 2020-06-01T04:00:00Z | 2020 | 6 | 2020-06-01T12:01:09Z | 0 | 0 | 0900006483d57faa | |||
| FWS-R8-ES-2019-0065-0001 | FWS | Endangered and Threatened Wildlife and Plants; Removing Camissonia benitensis (San Benito evening-primrose) from the Federal List of Endangered and Threatened Plants FWS-R8-ES-2019-0065 | Endangered and Threatened Species: Removing San Benito Evening-Primrose (Camissonia benitensis) From the Federal List | Proposed Rule | 2020-06-01T04:00:00Z | 2020 | 6 | 2020-06-01T04:00:00Z | 2020-08-01T03:59:59Z | 2020-08-07T01:02:44Z | 2020-11024 | 0 | 0 | 09000064846bf684 | |
| FWS-R8-ES-2019-0065-0006 | FWS | Endangered and Threatened Wildlife and Plants; Removing Camissonia benitensis (San Benito evening-primrose) from the Federal List of Endangered and Threatened Plants FWS-R8-ES-2019-0065 | USFWS 2006 Recovery Plan for Camissonia benitensis and USFWS 2009 5yr Review San Benito evening primrose | Supporting & Related Material | 2020-06-01T04:00:00Z | 2020 | 6 | 2020-06-01T18:28:45Z | 0 | 0 | 09000064846c169d | ||||
| FWS-R8-ES-2019-0065-0004 | FWS | Endangered and Threatened Wildlife and Plants; Removing Camissonia benitensis (San Benito evening-primrose) from the Federal List of Endangered and Threatened Plants FWS-R8-ES-2019-0065 | Peer Review Plan for the Proposed Delisting of San Benito Evening Primrose | Supporting & Related Material | Technical Support Document | 2020-06-01T04:00:00Z | 2020 | 6 | 2020-06-01T12:01:11Z | 0 | 0 | 0900006483fc718a | |||
| FWS-R8-ES-2019-0065-0003 | FWS | Endangered and Threatened Wildlife and Plants; Removing Camissonia benitensis (San Benito evening-primrose) from the Federal List of Endangered and Threatened Plants FWS-R8-ES-2019-0065 | Draft Post Delisting Monitoring Plan San Benito evening primrose | Supporting & Related Material | Environmental Report | 2020-06-01T04:00:00Z | 2020 | 6 | 2020-06-01T12:01:10Z | 0 | 0 | 0900006483d57fab | |||
| FWS-R8-ES-2019-0065-0005 | FWS | Endangered and Threatened Wildlife and Plants; Removing Camissonia benitensis (San Benito evening-primrose) from the Federal List of Endangered and Threatened Plants FWS-R8-ES-2019-0065 | Supporting Files - See Attachments | Supporting & Related Material | Reference (external attachments) | 2020-06-01T04:00:00Z | 2020 | 6 | 2020-06-01T18:26:26Z | 0 | 0 | 09000064840e628a |
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);