documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
4 rows where docket_id = "FWS-R4-ES-2019-0070" 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 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-R4-ES-2019-0070-0014 | FWS | Endangered and Threatened Wildlife and Plants; Proposed Rule to Reclassify Eugenia woodburyana as Threatened and Proposed Special Rule FWS-R4-ES-2019-0070 | Endangered and Threatened Species: Reclassification of Eugenia woodburyana from Endangered to Threatened with a Section 4(d) Rule | Rule | 2022-12-02T05:00:00Z | 2022 | 12 | 2022-12-02T14:43:26Z | 2022-25706 | 0 | 0 | 0900006485511c59 | |||
| FWS-R4-ES-2019-0070-0012 | FWS | Endangered and Threatened Wildlife and Plants; Proposed Rule to Reclassify Eugenia woodburyana as Threatened and Proposed Special Rule FWS-R4-ES-2019-0070 | Endangered and Threatened Species: Reclassifying the Virgin Islands Tree Boa from Endangered to Threatened; Reclassification of Eugenia woodburyana as Threatened | Proposed Rule | 2021-04-26T04:00:00Z | 2021 | 4 | 2021-04-26T04:00:00Z | 2021-05-27T03:59:59Z | 2021-05-25T01:00:41Z | 2021-08580 | 0 | 0 | 0900006484ab6db3 | |
| FWS-R4-ES-2019-0070-0001 | FWS | Endangered and Threatened Wildlife and Plants; Proposed Rule to Reclassify Eugenia woodburyana as Threatened and Proposed Special Rule FWS-R4-ES-2019-0070 | Endangered and Threatened Wildlife and Plants: Reclassification of Eugenia woodburyana as Threatened and Section 4(d) Rule | Proposed Rule | 2020-10-21T04:00:00Z | 2020 | 10 | 2020-10-21T04:00:00Z | 2020-12-22T04:59:59Z | 2020-12-05T02:00:53Z | 2020-20300 | 0 | 0 | 090000648491f5d6 | |
| FWS-R4-ES-2019-0070-0002 | FWS | Endangered and Threatened Wildlife and Plants; Proposed Rule to Reclassify Eugenia woodburyana as Threatened and Proposed Special Rule FWS-R4-ES-2019-0070 | Literature cited E.woodburyana downlist - See attachments for files | Supporting & Related Material | Reference (external attachments) | 2020-10-21T04:00:00Z | 2020 | 10 | 2020-10-21T12:01:53Z | 0 | 0 | 090000648485e29c |
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);