documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where agency_id = "FWS" and docket_id = "FWS-R4-ES-2021-0058" 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 · 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-R4-ES-2021-0058-0007 | FWS | Endangered and Threatened Wildlife and Plants; Reclassification of Mitracarpus polycladus from Endangered to Threatened with a Section 4(d) Rule FWS-R4-ES-2021-0058 | Mitracarpus polycladus_fDnL_Lit Cited | Supporting & Related Material | 2023-11-01T04:00:00Z | 2023 | 11 | 2023-11-01T12:29:49Z | 0 | 0 | 0900006485a88b1b | ||||
| FWS-R4-ES-2021-0058-0005 | FWS | Endangered and Threatened Wildlife and Plants; Reclassification of Mitracarpus polycladus from Endangered to Threatened with a Section 4(d) Rule FWS-R4-ES-2021-0058 | 20220608_pDnL_rule_Mitracarpus polycladus_Signed_line numbers_Barios peer review | Supporting & Related Material | 2023-11-01T04:00:00Z | 2023 | 11 | 2023-11-01T12:29:35Z | 0 | 0 | 0900006485a88b1d | ||||
| FWS-R4-ES-2021-0058-0006 | FWS | Endangered and Threatened Wildlife and Plants; Reclassification of Mitracarpus polycladus from Endangered to Threatened with a Section 4(d) Rule FWS-R4-ES-2021-0058 | 20230308-M_polycaldus_IntraService Sec 7_4dRule_signed | Supporting & Related Material | 2023-11-01T04:00:00Z | 2023 | 11 | 2023-11-01T12:29:43Z | 0 | 0 | 0900006485a88b1c | ||||
| FWS-R4-ES-2021-0058-0003 | FWS | Endangered and Threatened Wildlife and Plants; Reclassification of Mitracarpus polycladus from Endangered to Threatened with a Section 4(d) Rule FWS-R4-ES-2021-0058 | Endangered and Threatened Species: Reclassifying Mitracarpus polycladus | Rule | 2023-11-01T04:00:00Z | 2023 | 11 | 2023-11-01T04:00:00Z | 2023-11-01T12:27:28Z | 2023-24059 | 0 | 0 | 09000064861bdf1c | ||
| FWS-R4-ES-2021-0058-0004 | FWS | Endangered and Threatened Wildlife and Plants; Reclassification of Mitracarpus polycladus from Endangered to Threatened with a Section 4(d) Rule FWS-R4-ES-2021-0058 | COI_Form_Peer_review_Mitracarpus polycladus_Barrios | Supporting & Related Material | 2023-11-01T04:00:00Z | 2023 | 11 | 2023-11-01T12:28:38Z | 0 | 0 | 0900006485a88b1a | ||||
| FWS-R4-ES-2021-0058-0002 | FWS | Endangered and Threatened Wildlife and Plants; Reclassification of Mitracarpus polycladus from Endangered to Threatened with a Section 4(d) Rule FWS-R4-ES-2021-0058 | Mitracarpus polycladus Lit Cited - See Attachments | Supporting & Related Material | 2022-06-23T04:00:00Z | 2022 | 6 | 2022-06-23T12:09:57Z | 0 | 0 | 0900006484f9dec0 | ||||
| FWS-R4-ES-2021-0058-0001 | FWS | Endangered and Threatened Wildlife and Plants; Reclassification of Mitracarpus polycladus from Endangered to Threatened with a Section 4(d) Rule FWS-R4-ES-2021-0058 | Endangered and Threatened Species: Reclassification of Mitracarpus polycladus from Endangered to Threatened with a Section 4(d) Rule | Proposed Rule | 2022-06-23T04:00:00Z | 2022 | 6 | 2022-06-23T04:00:00Z | 2022-08-23T03:59:59Z | 2022-06-23T12:09:22Z | 2022-13229 | 0 | 0 | 090000648518877b |
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);