documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "FWS-R1-ES-2009-0046" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, posted_date, posted_month, last_modified, withdrawn, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 3
agency_id 1
- FWS 8
| 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-R1-ES-2009-0046-0025 | FWS | Proposed Critical Habitat for Limnanthes floccosa ssp. grandiflora and Lomatium cookii FWS-R1-ES-2009-0046 | Final Draft Economic Analysis | Supporting & Related Material | 2010-07-21T04:00:00Z | 2010 | 7 | 2013-02-26T17:44:22Z | 0 | 0 | 0900006480b1920f | ||||
| FWS-R1-ES-2009-0046-0023 | FWS | Proposed Critical Habitat for Limnanthes floccosa ssp. grandiflora and Lomatium cookii FWS-R1-ES-2009-0046 | Endangered and Threatened Wildlife and Plants: Designation of Critical Habitat for Limnanthes floccosa ssp. grandiflora (Large-Flowered Woolly Meadowfoam); et al. | Rule | 2010-07-21T04:00:00Z | 2010 | 7 | 2010-07-21T04:00:00Z | 2011-06-11T16:42:39Z | 2010-17324 | 0 | 0 | 0900006480b1dab7 | ||
| FWS-R1-ES-2009-0046-0024 | FWS | Proposed Critical Habitat for Limnanthes floccosa ssp. grandiflora and Lomatium cookii FWS-R1-ES-2009-0046 | Literature Cited | Supporting & Related Material | 2010-07-21T04:00:00Z | 2010 | 7 | 2013-02-26T17:44:22Z | 0 | 0 | 0900006480b1920d | ||||
| FWS-R1-ES-2009-0046-0012 | FWS | Proposed Critical Habitat for Limnanthes floccosa ssp. grandiflora and Lomatium cookii FWS-R1-ES-2009-0046 | Notice Of Availability -- Draft Economic Analysis of the Proposed Designation of Critical Habitat for Cook's Lomatium and Large-Flowered Woolly Meadowfoam | Proposed Rule | 2010-01-12T16:58:50Z | 2010 | 1 | 2010-01-11T05:00:00Z | 2010-02-11T04:59:59Z | 2013-02-26T17:44:21Z | 2010-00323 | 0 | 0 | 0900006480a7ba25 | |
| FWS-R1-ES-2009-0046-0014 | FWS | Proposed Critical Habitat for Limnanthes floccosa ssp. grandiflora and Lomatium cookii FWS-R1-ES-2009-0046 | Draft Economic Analysis for Proposed Designation of Critical Habitat for Cook's Lomatium and Large-flowered Woolly Meadowfoam | Supporting & Related Material | 2010-01-12T05:00:00Z | 2010 | 1 | 2013-02-26T17:44:21Z | 0 | 0 | 0900006480a7c112 | ||||
| FWS-R1-ES-2009-0046-0013 | FWS | Proposed Critical Habitat for Limnanthes floccosa ssp. grandiflora and Lomatium cookii FWS-R1-ES-2009-0046 | Draft Economic Analysis for Proposed Designation of Critical Habitat for Cook's Lomatium and Large-flowered Woolly Meadowfoam | Supporting & Related Material | 2010-01-12T00:00:00Z | 2010 | 1 | 2013-02-26T17:44:21Z | 0 | 1 | 0900006480a7bc89 | ||||
| FWS-R1-ES-2009-0046-0003 | FWS | Proposed Critical Habitat for Limnanthes floccosa ssp. grandiflora and Lomatium cookii FWS-R1-ES-2009-0046 | References Cited | Supporting & Related Material | 2009-08-06T04:00:00Z | 2009 | 8 | 2013-02-26T17:44:17Z | 0 | 0 | 09000064809f69dd | ||||
| FWS-R1-ES-2009-0046-0002 | FWS | Proposed Critical Habitat for Limnanthes floccosa ssp. grandiflora and Lomatium cookii FWS-R1-ES-2009-0046 | Endangered and Threatened Wildlife and Plants; Proposed Designation of Critical Habitat for Limnanthes floccosa | Proposed Rule | 2009-07-28T04:00:00Z | 2009 | 7 | 2009-07-28T04:00:00Z | 2009-09-29T03:59:59Z | 2013-02-26T17:44:17Z | E9-17522 | 0 | 0 | 09000064809fc201 |
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);