documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "FWS-R7-ES-2009-0042" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: 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 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-R7-ES-2009-0042-0253 | FWS | Critical Habitat for the Polar Bear FWS-R7-ES-2009-0042 | Economic Analysis of Critical Habitat Designation for the Polar Bear in the United States | Supporting & Related Material | 2010-12-09T05:00:00Z | 2010 | 12 | 2014-01-18T19:45:19Z | 0 | 0 | 0900006480bb359c | ||||
| FWS-R7-ES-2009-0042-0252 | FWS | Critical Habitat for the Polar Bear FWS-R7-ES-2009-0042 | Endangered and Threatened Wildlife and Plants: Designation of Critical Habitat for the Polar Bear (Ursus maritimus) in the United States | Rule | 2010-12-07T05:00:00Z | 2010 | 12 | 2010-12-07T05:00:00Z | 2011-06-11T16:43:20Z | 2010-29925 | 0 | 0 | 0900006480bb0cf3 | ||
| FWS-R7-ES-2009-0042-0246 | FWS | Critical Habitat for the Polar Bear FWS-R7-ES-2009-0042 | Anchorage Public Hearing | Supporting & Related Material | 2010-07-07T04:00:00Z | 2010 | 7 | 2014-01-17T21:33:29Z | 0 | 0 | 0900006480b1494b | ||||
| FWS-R7-ES-2009-0042-0247 | FWS | Critical Habitat for the Polar Bear FWS-R7-ES-2009-0042 | BArrow Public Hearing | Supporting & Related Material | 2010-07-07T04:00:00Z | 2010 | 7 | 2014-01-17T21:33:29Z | 0 | 0 | 0900006480b1494c | ||||
| FWS-R7-ES-2009-0042-0207 | FWS | Critical Habitat for the Polar Bear FWS-R7-ES-2009-0042 | BLM - Alaska Response to Polar Bear Critical Habitat | Other | 2010-05-14T04:00:00Z | 2010 | 5 | 2010-05-14T04:00:00Z | 2014-01-17T21:33:06Z | 0 | 0 | 0900006480aede17 | |||
| FWS-R7-ES-2009-0042-0206 | FWS | Critical Habitat for the Polar Bear FWS-R7-ES-2009-0042 | Draft Report Economic Analysis of Critical Habitat Designation for the Polar Bear in the United States | Supporting & Related Material | 2010-05-05T04:00:00Z | 2010 | 5 | 2014-01-17T21:33:03Z | 0 | 0 | 0900006480ae5b91 | ||||
| FWS-R7-ES-2009-0042-0205 | FWS | Critical Habitat for the Polar Bear FWS-R7-ES-2009-0042 | Endangered and Threatened Wildlife and Plants: Designation of Critical Habitat for the Polar Bear in the United States | Proposed Rule | 2010-05-05T04:00:00Z | 2010 | 5 | 2010-05-05T04:00:00Z | 2010-07-07T03:59:59Z | 2014-01-17T21:33:04Z | 2010-10512 | 0 | 0 | 0900006480ae7166 | |
| FWS-R7-ES-2009-0042-0001 | FWS | Critical Habitat for the Polar Bear FWS-R7-ES-2009-0042 | Endangered and Threatened Wildlife and Plants; Designation of Critical Habitat for the Polar Bear (Ursus maritimus) in the United States | Proposed Rule | 2009-10-29T04:00:00Z | 2009 | 10 | 2009-10-29T04:00:00Z | 2009-12-29T04:59:59Z | 2014-01-17T21:32:39Z | E9-25876 | 0 | 0 | 0900006480a4dd0e |
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);