documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "FWS-R2-ES-2018-0104" and posted_year = 2021 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, posted_date (date), last_modified (date)
| 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-R2-ES-2018-0104-0028 | FWS | Endangered Species Status for Pectis imberbis Proposed and Threatened Species Status for Graptopetalum bartramii and Designation of Critical Habitat FWS-R2-ES-2018-0104 | Bartrams stonecrop Final Rule Lit Cited - See Attachments | Supporting & Related Material | Reference (external attachments) | 2021-11-05T04:00:00Z | 2021 | 11 | 2021-11-05T16:02:32Z | 0 | 0 | 0900006484bbc7b0 | |||
| FWS-R2-ES-2018-0104-0029 | FWS | Endangered Species Status for Pectis imberbis Proposed and Threatened Species Status for Graptopetalum bartramii and Designation of Critical Habitat FWS-R2-ES-2018-0104 | Bartrams stonecrop SSA Report v2.0 | Supporting & Related Material | Environmental Report | 2021-11-05T04:00:00Z | 2021 | 11 | 2021-11-05T16:02:35Z | 0 | 0 | 0900006484bbc7b1 | |||
| FWS-R2-ES-2018-0104-0027 | FWS | Endangered Species Status for Pectis imberbis Proposed and Threatened Species Status for Graptopetalum bartramii and Designation of Critical Habitat FWS-R2-ES-2018-0104 | Endangered and Threatened Species: Threatened Species Status for Bartram's Stonecrop with a Section 4(d) Rule | Rule | 2021-08-31T04:00:00Z | 2021 | 8 | 2021-08-31T12:28:56Z | 2021-18476 | 0 | 0 | 0900006484cb509d | |||
| FWS-R2-ES-2018-0104-0023 | FWS | Endangered Species Status for Pectis imberbis Proposed and Threatened Species Status for Graptopetalum bartramii and Designation of Critical Habitat FWS-R2-ES-2018-0104 | Endangered and Threatened Species: Endangered Status for the Beardless Chinchweed and Designation of Critical Habitat | Rule | 2021-06-15T04:00:00Z | 2021 | 6 | 2021-06-15T12:17:45Z | 2021-12005 | 0 | 0 | 0900006484b7f58a | |||
| FWS-R2-ES-2018-0104-0024 | FWS | Endangered Species Status for Pectis imberbis Proposed and Threatened Species Status for Graptopetalum bartramii and Designation of Critical Habitat FWS-R2-ES-2018-0104 | Beardless Chinchweed SSA Report 2.0 | Supporting & Related Material | Environmental Report | 2021-06-15T04:00:00Z | 2021 | 6 | 2021-06-15T12:04:38Z | 0 | 0 | 0900006484b7c4b3 | |||
| FWS-R2-ES-2018-0104-0026 | FWS | Endangered Species Status for Pectis imberbis Proposed and Threatened Species Status for Graptopetalum bartramii and Designation of Critical Habitat FWS-R2-ES-2018-0104 | Literature Cited for Beardless chinchweed (Pectis imberbis) --See attachments for individual files | Supporting & Related Material | Reference (external attachments) | 2021-06-15T04:00:00Z | 2021 | 6 | 2021-06-15T12:04:46Z | 0 | 0 | 0900006484b7c4b2 | |||
| FWS-R2-ES-2018-0104-0025 | FWS | Endangered Species Status for Pectis imberbis Proposed and Threatened Species Status for Graptopetalum bartramii and Designation of Critical Habitat FWS-R2-ES-2018-0104 | Beardless Chinchweed Shapefile documentation | Supporting & Related Material | Technical Support Document | 2021-06-15T04:00:00Z | 2021 | 6 | 2021-06-15T12:04:42Z | 0 | 0 | 0900006484b7c4b1 |
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);