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-2018-0105" and posted_year = 2019 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, last_modified, 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-2018-0105-0123 | FWS | Threatened Species Status for the West Coast Distinct Population Segment of Fisher FWS-R8-ES-2018-0105 | Endangered and Threatened Species: Threatened Species Status for West Coast Distinct Population Segment of Fisher With Section 4(d) Rule | Proposed Rule | 2019-12-19T05:00:00Z | 2019 | 12 | 2019-12-19T05:00:00Z | 2020-01-04T04:59:59Z | 2020-01-15T02:01:35Z | 2019-27270 | 0 | 0 | 0900006484235d09 | |
| FWS-R8-ES-2018-0105-0080 | FWS | Threatened Species Status for the West Coast Distinct Population Segment of Fisher FWS-R8-ES-2018-0105 | 2014 Draft Species Report - Fisher, West Coast Populations | Supporting & Related Material | Report | 2019-11-13T05:00:00Z | 2019 | 11 | 2019-11-13T17:19:09Z | 0 | 0 | 090000648414f333 | |||
| FWS-R8-ES-2018-0105-0079 | FWS | Threatened Species Status for the West Coast Distinct Population Segment of Fisher FWS-R8-ES-2018-0105 | Final Fisher Species Report | Supporting & Related Material | Report | 2019-11-13T05:00:00Z | 2019 | 11 | 2019-11-13T17:15:07Z | 0 | 0 | 090000648414f278 | |||
| FWS-R8-ES-2018-0105-0075 | FWS | Threatened Species Status for the West Coast Distinct Population Segment of Fisher FWS-R8-ES-2018-0105 | FR Docs and Memos | Supporting & Related Material | Reference (internal unless indicated) | 2019-11-07T05:00:00Z | 2019 | 11 | 2019-11-07T14:04:07Z | 0 | 0 | 0900006484070dde | |||
| FWS-R8-ES-2018-0105-0073 | FWS | Threatened Species Status for the West Coast Distinct Population Segment of Fisher FWS-R8-ES-2018-0105 | References Cited | Supporting & Related Material | Reference (external attachments) | 2019-11-07T05:00:00Z | 2019 | 11 | 2019-11-07T14:04:04Z | 0 | 0 | 0900006484070d39 | |||
| FWS-R8-ES-2018-0105-0071 | FWS | Threatened Species Status for the West Coast Distinct Population Segment of Fisher FWS-R8-ES-2018-0105 | Endangered and Threatened Wildlife and Plants: Threatened Species Status for West Coast Distinct Population Segment of Fisher | Proposed Rule | 2019-11-07T05:00:00Z | 2019 | 11 | 2019-11-07T05:00:00Z | 2019-12-10T04:59:59Z | 2019-12-18T02:01:18Z | 2019-23737 | 0 | 0 | 090000648412740f | |
| FWS-R8-ES-2018-0105-0074 | FWS | Threatened Species Status for the West Coast Distinct Population Segment of Fisher FWS-R8-ES-2018-0105 | FR Reviewed and Cited Part 2 - See attached files | Supporting & Related Material | 2019-11-07T05:00:00Z | 2019 | 11 | 2019-11-07T14:04:06Z | 0 | 0 | 0900006484071365 | ||||
| FWS-R8-ES-2018-0105-0072 | FWS | Threatened Species Status for the West Coast Distinct Population Segment of Fisher FWS-R8-ES-2018-0105 | FR Reviewed and Cited Part 1 - See attached files | Supporting & Related Material | Reference (external attachments) | 2019-11-07T05:00:00Z | 2019 | 11 | 2019-11-07T14:04:04Z | 0 | 0 | 090000648406e71b | |||
| FWS-R8-ES-2018-0105-0001 | FWS | Threatened Species Status for the West Coast Distinct Population Segment of Fisher FWS-R8-ES-2018-0105 | Endangered and Threatened Species: Threatened Species Status for the West Coast Distinct Population Segment of Fisher | Proposed Rule | 2019-01-31T05:00:00Z | 2019 | 1 | 2019-01-31T05:00:00Z | 2019-03-05T04:59:59Z | 2019-03-05T10:14:45Z | 2018-28408 | 0 | 0 | 0900006483a2ec32 |
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);