documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "FWS-R8-ES-2018-0042" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, 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 7
| 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-0042-0014 | FWS | Endangered and Threatened Wildlife and Plants; Reclassification of Layia carnosa (Beach Layia) from Endangered to Threatened FWS-R8-ES-2018-0042 | Beach Layia Final Downlist References Cited | Supporting & Related Material | 2022-03-31T04:00:00Z | 2022 | 3 | 2022-03-31T12:30:24Z | 0 | 0 | 0900006484fd6744 | ||||
| FWS-R8-ES-2018-0042-0013 | FWS | Endangered and Threatened Wildlife and Plants; Reclassification of Layia carnosa (Beach Layia) from Endangered to Threatened FWS-R8-ES-2018-0042 | Endangered and Threatened Species: Reclassification of the Endangered Layia carnosa (Beach Layia) to Threatened | Rule | 2022-03-31T04:00:00Z | 2022 | 3 | 2022-03-31T12:30:09Z | 2022-06740 | 0 | 0 | 0900006484fefb9c | |||
| FWS-R8-ES-2018-0042-0008 | FWS | Endangered and Threatened Wildlife and Plants; Reclassification of Layia carnosa (Beach Layia) from Endangered to Threatened FWS-R8-ES-2018-0042 | Endangered and Threatened Species: Reclassification of Layia carnosa (Beach Layia) From Endangered to Threatened Species Status With Section 4(d) Rule | Proposed Rule | 2021-04-13T04:00:00Z | 2021 | 4 | 2021-04-13T04:00:00Z | 2021-05-14T03:59:59Z | 2021-05-15T01:00:12Z | 2021-07608 | 0 | 0 | 0900006484aa48ef | |
| FWS-R8-ES-2018-0042-0004 | FWS | Endangered and Threatened Wildlife and Plants; Reclassification of Layia carnosa (Beach Layia) from Endangered to Threatened FWS-R8-ES-2018-0042 | Reference Files - See Attached | Supporting & Related Material | 2020-09-30T04:00:00Z | 2020 | 9 | 2020-09-30T15:00:16Z | 0 | 0 | 0900006483fef19b | ||||
| FWS-R8-ES-2018-0042-0003 | FWS | Endangered and Threatened Wildlife and Plants; Reclassification of Layia carnosa (Beach Layia) from Endangered to Threatened FWS-R8-ES-2018-0042 | References Cited for Reclassification of Layia carnosa | Supporting & Related Material | Reference (external attachments) | 2020-09-30T04:00:00Z | 2020 | 9 | 2020-09-30T15:00:15Z | 0 | 0 | 0900006483fef57a | |||
| FWS-R8-ES-2018-0042-0001 | FWS | Endangered and Threatened Wildlife and Plants; Reclassification of Layia carnosa (Beach Layia) from Endangered to Threatened FWS-R8-ES-2018-0042 | Endangered and Threatened Species: Reclassification of Layia carnosa (Beach Layia) From Endangered to Threatened Species Status With Section 4(d) Rule | Proposed Rule | 2020-09-30T04:00:00Z | 2020 | 9 | 2020-09-30T04:00:00Z | 2020-12-01T04:59:59Z | 2020-10-13T01:00:49Z | 2020-19026 | 0 | 0 | 09000064848a22ab | |
| FWS-R8-ES-2018-0042-0002 | FWS | Endangered and Threatened Wildlife and Plants; Reclassification of Layia carnosa (Beach Layia) from Endangered to Threatened FWS-R8-ES-2018-0042 | Species Status Assessment Report for Beach Layia (Layia carnosa) | Supporting & Related Material | Environmental Report | 2020-09-30T04:00:00Z | 2020 | 9 | 2020-09-30T15:00:14Z | 0 | 0 | 0900006483c4b94b |
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);