documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
4 rows where docket_id = "FWS-R5-ES-2015-0001" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 3
agency_id 1
- FWS 4
| 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-R5-ES-2015-0001-0079 | FWS | Remove the Eastern Puma (=Cougar) from the Federal List of Endangered and Threatened Wildlife FWS-R5-ES-2015-0001 | Literature cited for Eastern Cougar Final Rule | Supporting & Related Material | Reference (external attachments) | 2018-01-26T05:00:00Z | 2018 | 1 | 2018-01-26T19:48:58Z | 0 | 0 | 0900006482e6e0b8 | |||
| FWS-R5-ES-2015-0001-0078 | FWS | Remove the Eastern Puma (=Cougar) from the Federal List of Endangered and Threatened Wildlife FWS-R5-ES-2015-0001 | Endangered and Threatened Species: Removing Eastern Puma (Cougar) from Federal List of Endangered and Threatened Wildlife | Rule | 2018-01-23T05:00:00Z | 2018 | 1 | 2018-01-23T05:00:00Z | 2018-01-23T14:05:24Z | 2018-01127 | 0 | 0 | 0900006482e4a7e3 | ||
| FWS-R5-ES-2015-0001-0051 | FWS | Remove the Eastern Puma (=Cougar) from the Federal List of Endangered and Threatened Wildlife FWS-R5-ES-2015-0001 | Proposed rule; reopening of comment period -Endangered and Threatened Species: Removing Eastern Puma (=Cougar) From the Federal List of Endangered and Threatened Wildlife | Proposed Rule | 2016-06-28T04:00:00Z | 2016 | 6 | 2016-06-28T04:00:00Z | 2016-07-29T03:59:59Z | 2016-08-23T01:00:45Z | 2016-15227 | 0 | 0 | 0900006482074203 | |
| FWS-R5-ES-2015-0001-0001 | FWS | Remove the Eastern Puma (=Cougar) from the Federal List of Endangered and Threatened Wildlife FWS-R5-ES-2015-0001 | Endangered and Threatened Wildlife and Plants: Removing Eastern Puma (equal Cougar) from the Federal List of Endangered and Threatened Wildlife | Proposed Rule | 2015-06-17T04:00:00Z | 2015 | 6 | 2015-06-17T04:00:00Z | 2015-08-18T03:59:59Z | 2015-08-25T01:30:22Z | 2015-14931 | 0 | 0 | 0900006481b41106 |
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);