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-2018-0076" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 3
agency_id 1
- FWS 6
| 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-0076-0040 | FWS | Endangered and Threatened Wildlife and Plants; Threatened Species Status for Coastal DPS of the Pacific Marten FWS-R8-ES-2018-0076 | Endangered and Threatened Species: Coastal Distinct Population Segment of the Pacific Marten | Rule | 2020-10-08T04:00:00Z | 2020 | 10 | 2020-10-08T12:58:10Z | 2020-19136 | 0 | 0 | 09000064848ec1b9 | |||
| FWS-R8-ES-2018-0076-0041 | FWS | Endangered and Threatened Wildlife and Plants; Threatened Species Status for Coastal DPS of the Pacific Marten FWS-R8-ES-2018-0076 | Coastal Marten FL Reference Cited -- See Attachments | Supporting & Related Material | Reference (external attachments) | 2020-10-08T04:00:00Z | 2020 | 10 | 2020-10-08T17:56:15Z | 0 | 0 | 09000064848ed462 | |||
| FWS-R8-ES-2018-0076-0007 | FWS | Endangered and Threatened Wildlife and Plants; Threatened Species Status for Coastal DPS of the Pacific Marten FWS-R8-ES-2018-0076 | References for Proposed Rule Coastal DPS Pacific Marten - See attached files | Supporting & Related Material | 2018-10-11T04:00:00Z | 2018 | 10 | 2020-01-31T06:56:49Z | 0 | 0 | 09000064837c2f30 | ||||
| FWS-R8-ES-2018-0076-0006 | FWS | Endangered and Threatened Wildlife and Plants; Threatened Species Status for Coastal DPS of the Pacific Marten FWS-R8-ES-2018-0076 | Coastal Marten Species Status Assessment Version 1.1 | Supporting & Related Material | Assessment Document or Analysis | 2018-10-11T04:00:00Z | 2018 | 10 | 2018-10-11T13:59:28Z | 0 | 0 | 09000064837bf707 | |||
| FWS-R8-ES-2018-0076-0005 | FWS | Endangered and Threatened Wildlife and Plants; Threatened Species Status for Coastal DPS of the Pacific Marten FWS-R8-ES-2018-0076 | Coastal Marten Species Status Assessment Version 2.0 | Supporting & Related Material | Assessment Document or Analysis | 2018-10-11T04:00:00Z | 2018 | 10 | 2018-10-11T13:59:20Z | 0 | 0 | 09000064837bf706 | |||
| FWS-R8-ES-2018-0076-0001 | FWS | Endangered and Threatened Wildlife and Plants; Threatened Species Status for Coastal DPS of the Pacific Marten FWS-R8-ES-2018-0076 | Endangered and Threatened Species: Threatened Species Status for Coastal Distinct Population Segment of the Pacific Marten | Proposed Rule | 2018-10-09T04:00:00Z | 2018 | 10 | 2018-10-09T04:00:00Z | 2018-12-11T04:59:59Z | 2019-02-01T02:09:35Z | 2018-21794 | 0 | 0 | 09000064837a9e6c |
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);