documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where docket_id = "FWS-R1-ES-2017-0035" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 3
agency_id 1
- FWS 5
| 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-R1-ES-2017-0035-0027 | FWS | Reclassifying the Borax Lake Chub from Endangered to Threatened FWS-R1-ES-2017-0035 | Endangered and Threatened Species: Removing the Borax Lake Chub From the List of Endangered and Threatened Wildlife | Rule | 2020-06-11T04:00:00Z | 2020 | 6 | 2020-06-11T04:00:00Z | 2020-06-11T13:18:35Z | 2020-10861 | 0 | 0 | 09000064846e1641 | ||
| FWS-R1-ES-2017-0035-0001 | FWS | Reclassifying the Borax Lake Chub from Endangered to Threatened FWS-R1-ES-2017-0035 | Endangered and Threatened Species: Removing the Borax Lake Chub from the List of Endangered and Threatened Wildlife | Proposed Rule | 2019-02-26T05:00:00Z | 2019 | 2 | 2019-02-26T05:00:00Z | 2019-04-30T03:59:59Z | 2019-05-01T01:03:49Z | 2019-02979 | 0 | 0 | 0900006483aa6fea | |
| FWS-R1-ES-2017-0035-0004 | FWS | Reclassifying the Borax Lake Chub from Endangered to Threatened FWS-R1-ES-2017-0035 | References for Proposed Rule - See Attached Files | Supporting & Related Material | Reference (external attachments) | 2019-02-26T05:00:00Z | 2019 | 2 | 2019-02-26T14:52:01Z | 0 | 0 | 0900006483416347 | |||
| FWS-R1-ES-2017-0035-0003 | FWS | Reclassifying the Borax Lake Chub from Endangered to Threatened FWS-R1-ES-2017-0035 | Reference Files for Proposed Rule | Supporting & Related Material | Reference (external attachments) | 2019-02-26T05:00:00Z | 2019 | 2 | 2019-02-26T14:51:58Z | 0 | 0 | 0900006482bbf07e | |||
| FWS-R1-ES-2017-0035-0002 | FWS | Reclassifying the Borax Lake Chub from Endangered to Threatened FWS-R1-ES-2017-0035 | References Borax Lake Chub Downlisting Proposal | Supporting & Related Material | Reference (external attachments) | 2019-02-26T05:00:00Z | 2019 | 2 | 2019-02-26T14:51:56Z | 0 | 0 | 0900006482bbf281 |
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);