documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where docket_id = "FWS-R8-ES-2019-0065" and posted_year = 2020 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, 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-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);