documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
11 rows where docket_id = "FWS-R6-ES-2008-0026" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, posted_date, posted_month, last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 4
agency_id 1
- FWS 11
| 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-R6-ES-2008-0026-0540 | FWS | Designation of Critical Habitat for the Canada Lynx FWS-R6-ES-2008-0026 | Endangered and Threatened Wildlife and Plants: Revised Designation of Critical Habitat for the Contiguous United States Distinct Population Segment of the Canada Lynx | Rule | 2009-02-25T05:00:00Z | 2009 | 2 | 2009-02-25T05:00:00Z | 2009-02-26T04:59:59Z | 2014-01-17T21:31:48Z | E9-03512 | 0 | 0 | 09000064808dd3e8 | |
| FWS-R6-ES-2008-0026-0361 | FWS | Designation of Critical Habitat for the Canada Lynx FWS-R6-ES-2008-0026 | Draft Montana Conservation Partnership Agreement | Supporting & Related Material | 2008-11-14T05:00:00Z | 2008 | 11 | 2014-01-18T17:32:22Z | 0 | 0 | 0900006480798ac4 | ||||
| FWS-R6-ES-2008-0026-0355 | FWS | Designation of Critical Habitat for the Canada Lynx FWS-R6-ES-2008-0026 | Draft Montana Conservation Partnership Agreement | Supporting & Related Material | 2008-11-06T05:00:00Z | 2008 | 11 | 2014-01-17T21:26:26Z | 0 | 0 | 0900006480798af6 | ||||
| FWS-R6-ES-2008-0026-0353 | FWS | Designation of Critical Habitat for the Canada Lynx FWS-R6-ES-2008-0026 | Draft Economic Analysis for the Canada Lynx | Supporting & Related Material | 2008-11-06T05:00:00Z | 2008 | 11 | 2014-01-17T21:24:37Z | 0 | 0 | 0900006480798a95 | ||||
| FWS-R6-ES-2008-0026-0354 | FWS | Designation of Critical Habitat for the Canada Lynx FWS-R6-ES-2008-0026 | Draft Maine Conservation Partnership Agreement | Supporting & Related Material | 2008-11-06T05:00:00Z | 2008 | 11 | 2014-01-18T17:32:22Z | 0 | 0 | 0900006480798ad8 | ||||
| FWS-R6-ES-2008-0026-0350 | FWS | Designation of Critical Habitat for the Canada Lynx FWS-R6-ES-2008-0026 | Draft Economic Analysis of Critical Habitat Designation for the Canada Lynx | Supporting & Related Material | 2008-10-27T04:00:00Z | 2008 | 10 | 2014-01-17T21:10:44Z | 0 | 0 | 0900006480768859 | ||||
| FWS-R6-ES-2008-0026-0349 | FWS | Designation of Critical Habitat for the Canada Lynx FWS-R6-ES-2008-0026 | Draft Environmental Analysis: Lynx Critical Habitat | Supporting & Related Material | 2008-10-27T04:00:00Z | 2008 | 10 | 2014-01-17T21:10:44Z | 0 | 0 | 09000064807687d3 | ||||
| FWS-R6-ES-2008-0026-0352 | FWS | Designation of Critical Habitat for the Canada Lynx FWS-R6-ES-2008-0026 | Draft Maine Conservation Partnership Agreement 9-4-2008 | Supporting & Related Material | 2008-10-27T04:00:00Z | 2008 | 10 | 2014-01-18T16:36:14Z | 0 | 0 | 09000064807688c3 | ||||
| FWS-R6-ES-2008-0026-0351 | FWS | Designation of Critical Habitat for the Canada Lynx FWS-R6-ES-2008-0026 | Draft Montana Conservation Partnership Agreement 9-5-08 | Supporting & Related Material | 2008-10-27T04:00:00Z | 2008 | 10 | 2014-01-17T21:19:58Z | 0 | 0 | 09000064807688b8 | ||||
| FWS-R6-ES-2008-0026-0346 | FWS | Designation of Critical Habitat for the Canada Lynx FWS-R6-ES-2008-0026 | Endangered and Threatened Wildlife and Plants; Revised Critical Habitat for the Contiguous United States Distinct Population Segment of the Canada Lynx (Lynx canadensis) | Notice | 2008-10-21T04:00:00Z | 2008 | 10 | 2008-10-21T04:00:00Z | 2008-11-21T04:59:59Z | 2014-01-18T18:28:34Z | E8-24827 | 0 | 0 | 090000648076b617 | |
| FWS-R6-ES-2008-0026-0001 | FWS | Designation of Critical Habitat for the Canada Lynx FWS-R6-ES-2008-0026 | Endangered and Threatened Wildlife and Plants; Revised Critical Habitat for the Contiguous United States Distinct Population Segment of the Canada Lynx (Lynx canadensis) | Proposed Rule | 2008-02-28T05:00:00Z | 2008 | 2 | 2008-02-28T05:00:00Z | 2008-04-29T03:59:59Z | 2014-01-17T20:41:33Z | 08-00779 | 0 | 0 | 09000064803cf6fb |
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);