documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where docket_id = "FWS-R4-ES-2009-0029" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, posted_date, posted_month, withdrawn, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 4
agency_id 1
- FWS 9
| 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-2009-0029-0069 | FWS | Gopher tortoise FWS-R4-ES-2009-0029 | Endangered and Threatened Species: Finding for the Gopher Tortoise Eastern and Western Distinct Population Segments | Proposed Rule | 2022-10-12T04:00:00Z | 2022 | 10 | 2022-10-12T12:51:36Z | 2022-21659 | 0 | 0 | 09000064853f61d9 | |||
| FWS-R4-ES-2009-0029-0071 | FWS | Gopher tortoise FWS-R4-ES-2009-0029 | Peer and Partner Reviews | Supporting & Related Material | 2022-10-12T04:00:00Z | 2022 | 10 | 2022-10-12T12:54:41Z | 0 | 0 | 0900006485376241 | ||||
| FWS-R4-ES-2009-0029-0072 | FWS | Gopher tortoise FWS-R4-ES-2009-0029 | NOTE TO FILE: Comparison of 2019 Regulations and Previous Policy and Analysis for Gopher Tortoise Findings | Supporting & Related Material | 2022-10-12T04:00:00Z | 2022 | 10 | 2022-10-12T12:54:43Z | 0 | 0 | 0900006485376274 | ||||
| FWS-R4-ES-2009-0029-0073 | FWS | Gopher tortoise FWS-R4-ES-2009-0029 | Literature Cited (See Attachments) | Supporting & Related Material | 2022-10-12T04:00:00Z | 2022 | 10 | 2022-10-13T11:56:24Z | 0 | 0 | 09000064853f6a93 | ||||
| FWS-R4-ES-2009-0029-0070 | FWS | Gopher tortoise FWS-R4-ES-2009-0029 | Literature Cited (See Attachments) | Supporting & Related Material | 2022-10-12T00:00:00Z | 2022 | 10 | 2022-10-12T17:02:29Z | 0 | 1 | 090000648537613e | ||||
| FWS-R4-ES-2009-0029-0067 | FWS | Gopher tortoise FWS-R4-ES-2009-0029 | Endangered and Threatened Wildlife and Plants: 12-Month Finding on Petition to List Gopher Tortoise as Threatened in Eastern Portion of its Range | Rule | 2011-07-27T04:00:00Z | 2011 | 7 | 2011-07-27T04:00:00Z | 2011-07-27T13:46:27Z | 2011-18856 | 0 | 0 | 0900006480ecd3f5 | ||
| FWS-R4-ES-2009-0029-0068 | FWS | Gopher tortoise FWS-R4-ES-2009-0029 | Literature Cited for 12-Month Finding on Petition to List Gopher Tortoise as Threatened in Eastern Portion of its Range | Supporting & Related Material | Index | 2011-07-27T04:00:00Z | 2011 | 7 | 2013-02-26T17:29:40Z | 0 | 0 | 0900006480ecd9c0 | |||
| FWS-R4-ES-2009-0029-0045 | FWS | Gopher tortoise FWS-R4-ES-2009-0029 | Endangered and Threatened Wildlife and Plants: 90-Day Finding on a Petition to List the Eastern Population of the Gopher Tortoise as Threatened | Proposed Rule | 2010-01-12T05:00:00Z | 2010 | 1 | 2010-01-12T05:00:00Z | 2010-03-16T03:59:59Z | 2013-02-26T17:29:29Z | 2010-00311 | 0 | 0 | 0900006480a7b9d5 | |
| FWS-R4-ES-2009-0029-0001 | FWS | Gopher tortoise FWS-R4-ES-2009-0029 | 90-Day Finding on a Petition to List the Eastern Population of the Gopher Tortoise (Gopherus polyphemus | Notice | 2009-09-09T04:00:00Z | 2009 | 9 | 2009-09-09T04:00:00Z | 2010-03-01T04:59:59Z | 2013-02-26T17:29:23Z | E9-21481 | 0 | 0 | 0900006480a1f1bf |
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);