documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "FWS-R4-ES-2021-0007" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, 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-0007-0041 | FWS | Endangered and Threatened Wildlife and Plants; 12–Month Petition Finding and Threatened Species Status with Section 4(d) Rule for Suwannee Alligator Snapping Turtle FWS-R4-ES-2021-0007 | Endangered and Threatened Species: Status for the Suwannee Alligator Snapping Turtle with a Section 4(d) Rule | Rule | 2024-06-27T04:00:00Z | 2024 | 6 | 2024-06-27T12:53:23Z | 2024-13946 | 0 | 0 | 09000064865cd786 | |||
| FWS-R4-ES-2021-0007-0042 | FWS | Endangered and Threatened Wildlife and Plants; 12–Month Petition Finding and Threatened Species Status with Section 4(d) Rule for Suwannee Alligator Snapping Turtle FWS-R4-ES-2021-0007 | Suwannee Alligator Snapping Turtle Final Rule Literature Cited - See Attachments | Supporting & Related Material | 2024-06-27T04:00:00Z | 2024 | 6 | 2024-06-27T12:15:51Z | 0 | 0 | 09000064865c7bb6 | ||||
| FWS-R4-ES-2021-0007-0004 | FWS | Endangered and Threatened Wildlife and Plants; 12–Month Petition Finding and Threatened Species Status with Section 4(d) Rule for Suwannee Alligator Snapping Turtle FWS-R4-ES-2021-0007 | Suwannee Alligator Snapping Turtle SSA v1.0 Peer Reviewer COI_DMoll | Supporting & Related Material | Assessment Document or Analysis | 2021-04-07T04:00:00Z | 2021 | 4 | 2021-04-07T12:55:44Z | 0 | 0 | 0900006484a9e2e8 | |||
| FWS-R4-ES-2021-0007-0005 | FWS | Endangered and Threatened Wildlife and Plants; 12–Month Petition Finding and Threatened Species Status with Section 4(d) Rule for Suwannee Alligator Snapping Turtle FWS-R4-ES-2021-0007 | Literature Cited -- See attachments for individual reference files | Supporting & Related Material | Reference (external attachments) | 2021-04-07T04:00:00Z | 2021 | 4 | 2021-04-07T15:25:58Z | 0 | 0 | 0900006484a9e2e6 | |||
| FWS-R4-ES-2021-0007-0001 | FWS | Endangered and Threatened Wildlife and Plants; 12–Month Petition Finding and Threatened Species Status with Section 4(d) Rule for Suwannee Alligator Snapping Turtle FWS-R4-ES-2021-0007 | Endangered and Threatened Species: 12-Month Petition Finding and Threatened Species Status with Section 4(d) Rule for Suwannee Alligator Snapping Turtle | Proposed Rule | 2021-04-07T04:00:00Z | 2021 | 4 | 2021-04-07T04:00:00Z | 2021-06-08T03:59:59Z | 2021-06-08T01:00:17Z | 2021-06946 | 0 | 0 | 0900006484a9e886 | |
| FWS-R4-ES-2021-0007-0002 | FWS | Endangered and Threatened Wildlife and Plants; 12–Month Petition Finding and Threatened Species Status with Section 4(d) Rule for Suwannee Alligator Snapping Turtle FWS-R4-ES-2021-0007 | Suwannee alligator snapping turtle SSA v1.1 | Supporting & Related Material | Environmental Report | 2021-04-07T04:00:00Z | 2021 | 4 | 2021-04-07T12:55:02Z | 0 | 0 | 0900006484a9e2e5 | |||
| FWS-R4-ES-2021-0007-0003 | FWS | Endangered and Threatened Wildlife and Plants; 12–Month Petition Finding and Threatened Species Status with Section 4(d) Rule for Suwannee Alligator Snapping Turtle FWS-R4-ES-2021-0007 | Suwannee alligator snapping turtle SSA v1.0 Peer Reviewer Comments | Supporting & Related Material | Assessment Document or Analysis | 2021-04-07T04:00:00Z | 2021 | 4 | 2021-04-07T12:55:19Z | 0 | 0 | 0900006484a9e2e7 |
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);