documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where docket_id = "FWS-R8-ES-2016-0078" and posted_year = 2017 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, posted_date, posted_month, last_modified, withdrawn, 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-2016-0078-0030 | FWS | Listing of the San Fernando Valley Spineflower (Chorizanthe parryi var. Fernandina) FWS-R8-ES-2016-0078 | Candidate Conservation Agreement for the San Fernando Valley Spineflower | Supporting & Related Material | Technical Support Document | 2017-12-04T05:00:00Z | 2017 | 12 | 2017-12-04T18:45:21Z | 0 | 0 | 0900006482cd62b8 | |||
| FWS-R8-ES-2016-0078-0025 | FWS | Listing of the San Fernando Valley Spineflower (Chorizanthe parryi var. Fernandina) FWS-R8-ES-2016-0078 | Exhibit B - Spineflower Conservation Plan | Supporting & Related Material | Report | 2017-11-13T05:00:00Z | 2017 | 11 | 2017-11-13T14:10:44Z | 0 | 0 | 0900006482b491c6 | |||
| FWS-R8-ES-2016-0078-0026 | FWS | Listing of the San Fernando Valley Spineflower (Chorizanthe parryi var. Fernandina) FWS-R8-ES-2016-0078 | Exhibit C - Spineflower Additional Conservation Areas Map | Supporting & Related Material | Map | 2017-11-13T05:00:00Z | 2017 | 11 | 2017-11-13T14:10:44Z | 0 | 0 | 0900006482b491c7 | |||
| FWS-R8-ES-2016-0078-0021 | FWS | Listing of the San Fernando Valley Spineflower (Chorizanthe parryi var. Fernandina) FWS-R8-ES-2016-0078 | Endangered and Threatened Species: Threatened Species Status for Chorizanthe parryi var. fernandina (San Fernando Valley Spineflower) | Proposed Rule | 2017-11-13T05:00:00Z | 2017 | 11 | 2017-11-13T05:00:00Z | 2017-12-14T04:59:59Z | 2017-12-15T02:01:00Z | 2017-24474 | 0 | 0 | 0900006482c6a28e | |
| FWS-R8-ES-2016-0078-0023 | FWS | Listing of the San Fernando Valley Spineflower (Chorizanthe parryi var. Fernandina) FWS-R8-ES-2016-0078 | Exhibit A - Spineflower Introduction Plan | Supporting & Related Material | Report | 2017-11-13T05:00:00Z | 2017 | 11 | 2017-11-13T14:10:43Z | 0 | 0 | 0900006482b49135 | |||
| FWS-R8-ES-2016-0078-0024 | FWS | Listing of the San Fernando Valley Spineflower (Chorizanthe parryi var. Fernandina) FWS-R8-ES-2016-0078 | Exhibit A - Spineflower Introduction Plan - Appendices | Supporting & Related Material | Report | 2017-11-13T05:00:00Z | 2017 | 11 | 2017-11-13T14:10:44Z | 0 | 0 | 0900006482b491c5 | |||
| FWS-R8-ES-2016-0078-0027 | FWS | Listing of the San Fernando Valley Spineflower (Chorizanthe parryi var. Fernandina) FWS-R8-ES-2016-0078 | Exhibit D - Spineflower Conservation Plan Enrolled Lands Map | Supporting & Related Material | Map | 2017-11-13T05:00:00Z | 2017 | 11 | 2017-11-13T14:10:45Z | 0 | 0 | 0900006482b491c8 | |||
| FWS-R8-ES-2016-0078-0022 | FWS | Listing of the San Fernando Valley Spineflower (Chorizanthe parryi var. Fernandina) FWS-R8-ES-2016-0078 | Candidate Conservation Agreement for the San Fernando Valley Spineflower | Supporting & Related Material | 2017-11-13T00:00:00Z | 2017 | 11 | 2017-12-04T18:45:49Z | 0 | 1 | 0900006482b49134 | ||||
| FWS-R8-ES-2016-0078-0019 | FWS | Listing of the San Fernando Valley Spineflower (Chorizanthe parryi var. Fernandina) FWS-R8-ES-2016-0078 | Endangered and Threatened Species: 6-Month Extension of Final Determination on Proposed Threatened Status for Chorizanthe parryi var. fernandina (San Fernando Valley Spineflower) | Proposed Rule | 2017-07-19T04:00:00Z | 2017 | 7 | 2017-07-19T04:00:00Z | 2017-08-19T03:59:59Z | 2017-08-19T01:03:56Z | 2017-15126 | 0 | 0 | 090000648293e9d6 |
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);