documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where docket_id = "FWS-R7-ES-2012-0009" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 3
agency_id 1
- FWS 5
| 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-2012-0009-0028 | FWS | Special Rule for the Polar Bear FWS-R7-ES-2012-0009 | Endangered and Threatened Wildlife and Plants: Special Rule for the Polar Bear Under Section 4(d) of the Endangered Species Act | Rule | 2013-02-20T05:00:00Z | 2013 | 2 | 2013-02-20T05:00:00Z | 2013-02-20T14:01:43Z | 2013-03136 | 0 | 0 | 09000064811fe424 | ||
| FWS-R7-ES-2012-0009-0029 | FWS | Special Rule for the Polar Bear FWS-R7-ES-2012-0009 | Finding of No Significant Impact (FONSI) for Threatened Polar Bears | Supporting & Related Material | Finding of no Significant Impact | 2013-02-20T05:00:00Z | 2013 | 2 | 2013-02-20T14:01:59Z | 0 | 0 | 09000064811eaac1 | |||
| FWS-R7-ES-2012-0009-0030 | FWS | Special Rule for the Polar Bear FWS-R7-ES-2012-0009 | Environmental Assessment for Endangered Species Act 4(d) Regulations for Threatened Polar Bears | Supporting & Related Material | Environmental Assessment | 2013-02-20T05:00:00Z | 2013 | 2 | 2013-02-20T14:01:59Z | 0 | 0 | 09000064811eaac2 | |||
| FWS-R7-ES-2012-0009-0002 | FWS | Special Rule for the Polar Bear FWS-R7-ES-2012-0009 | Draft Environmental Assessment - Proposed Endangered Species Act 4(d)Regulations for Threatened Polar Bears | Supporting & Related Material | Environmental Assessment | 2012-04-19T04:00:00Z | 2012 | 4 | 2012-04-19T13:32:32Z | 0 | 0 | 0900006480ff15f3 | |||
| FWS-R7-ES-2012-0009-0001 | FWS | Special Rule for the Polar Bear FWS-R7-ES-2012-0009 | Endangered and Threatened Wildlife and Plants: Special Rule for the Polar Bear | Proposed Rule | 2012-04-19T04:00:00Z | 2012 | 4 | 2012-04-19T04:00:00Z | 2012-06-19T03:59:59Z | 2012-08-18T02:01:20Z | 2012-09403 | 0 | 0 | 0900006480ff40ad |
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);