documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where docket_id = "FWS-R4-ES-2022-0042" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: last_modified, open_for_comment, posted_date (date), comment_start_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-R4-ES-2022-0042-0003 | FWS | Endangered and Threatened Wildlife and Plants; 90-Day Findings for Four Species; Southern population of bog turtle FWS-R4-ES-2022-0042 | Petition to List the Southern Population of the Bog Turtle (Glyptemys Muhlenbergii) Under the Endangered Species Act as a Threatened Species PRF_RD surname | Supporting & Related Material | 2022-10-19T04:00:00Z | 2022 | 10 | 2022-10-19T12:23:08Z | 0 | 0 | 09000064854095fb | ||||
| FWS-R4-ES-2022-0042-0004 | FWS | Endangered and Threatened Wildlife and Plants; 90-Day Findings for Four Species; Southern population of bog turtle FWS-R4-ES-2022-0042 | Bog Turtle Southern Population Petition - Center for Biological Diversity | Supporting & Related Material | 2022-10-19T04:00:00Z | 2022 | 10 | 2022-10-19T12:23:08Z | 0 | 0 | 090000648540964d | ||||
| FWS-R4-ES-2022-0042-0006 | FWS | Endangered and Threatened Wildlife and Plants; 90-Day Findings for Four Species; Southern population of bog turtle FWS-R4-ES-2022-0042 | Herman 2003_BogTurtleStatusAssessmentReduced | Supporting & Related Material | 2022-10-19T04:00:00Z | 2022 | 10 | 2022-10-19T12:23:10Z | 0 | 0 | 090000648541e623 | ||||
| FWS-R4-ES-2022-0042-0005 | FWS | Endangered and Threatened Wildlife and Plants; 90-Day Findings for Four Species; Southern population of bog turtle FWS-R4-ES-2022-0042 | Conservation Plan for the Bog Turtle (Glyptemys muhlenbergii) in North Carolina NC Wildlife Resources Commission | Supporting & Related Material | 2022-10-19T04:00:00Z | 2022 | 10 | 2022-10-19T12:23:09Z | 0 | 0 | 090000648541ab07 | ||||
| FWS-R4-ES-2022-0042-0002 | FWS | Endangered and Threatened Wildlife and Plants; 90-Day Findings for Four Species; Southern population of bog turtle FWS-R4-ES-2022-0042 | Southern bog turtle recommendations_William Schultz_redacted | Supporting & Related Material | 2022-10-19T04:00:00Z | 2022 | 10 | 2022-10-19T12:23:07Z | 0 | 0 | 09000064854095cf | ||||
| FWS-R4-ES-2022-0042-0001 | FWS | Endangered and Threatened Wildlife and Plants; 90-Day Findings for Four Species; Southern population of bog turtle FWS-R4-ES-2022-0042 | Endangered and Threatened Species: 90-Day Findings for Four Species | Proposed Rule | 2022-10-19T04:00:00Z | 2022 | 10 | 2022-10-19T04:00:00Z | 2024-11-12T23:46:30Z | 2022-22643 | 1 | 0 | 0900006485425dc5 |
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);