documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "FWS-R9-ES-2011-0073" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, 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 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-R9-ES-2011-0073-0116 | FWS | Revisions to the Regulations for Impact Analyses of Critical Habitat FWS-R9-ES-2011-0073 | Endangered and Threatened Wildlife and Plants: Impact Analyses of Critical Habitat | Rule | 2013-08-28T04:00:00Z | 2013 | 8 | 2013-08-28T04:00:00Z | 2013-08-28T13:39:56Z | 2013-20994 | 0 | 0 | 09000064813c97e5 | ||
| FWS-R9-ES-2011-0073-0073 | FWS | Revisions to the Regulations for Impact Analyses of Critical Habitat FWS-R9-ES-2011-0073 | Endangered and Threatened Wildlife and Plants: Impact Analyses of Critical Habitat | Proposed Rule | 2012-11-08T05:00:00Z | 2012 | 11 | 2012-11-08T05:00:00Z | 2013-02-07T04:59:59Z | 2013-02-23T03:01:54Z | 2012-27248 | 0 | 0 | 0900006481162989 | |
| FWS-R9-ES-2011-0073-0067 | FWS | Revisions to the Regulations for Impact Analyses of Critical Habitat FWS-R9-ES-2011-0073 | Advance Notice of Reopening of Comment Period | Supporting & Related Material | Memorandum | 2012-10-24T04:00:00Z | 2012 | 10 | 2012-10-24T19:26:06Z | 0 | 0 | 090000648114f13b | |||
| FWS-R9-ES-2011-0073-0032 | FWS | Revisions to the Regulations for Impact Analyses of Critical Habitat FWS-R9-ES-2011-0073 | Consideration to Reopen Comment Period | Supporting & Related Material | Memorandum | 2012-10-23T04:00:00Z | 2012 | 10 | 2012-10-23T19:44:12Z | 0 | 0 | 090000648114d45b | |||
| FWS-R9-ES-2011-0073-0001 | FWS | Revisions to the Regulations for Impact Analyses of Critical Habitat FWS-R9-ES-2011-0073 | Endangered and Threatened Wildlife and Plants: Impact Analyses of Critical Habitat | Proposed Rule | 2012-08-24T04:00:00Z | 2012 | 8 | 2012-08-24T04:00:00Z | 2012-10-24T03:59:59Z | 2012-11-02T02:00:36Z | 2012-20438 | 0 | 0 | 09000064810ef088 | |
| FWS-R9-ES-2011-0073-0004 | FWS | Revisions to the Regulations for Impact Analyses of Critical Habitat FWS-R9-ES-2011-0073 | References Cited | Supporting & Related Material | Index | 2012-08-24T04:00:00Z | 2012 | 8 | 2012-08-24T13:36:13Z | 0 | 0 | 09000064810e550d | |||
| FWS-R9-ES-2011-0073-0003 | FWS | Revisions to the Regulations for Impact Analyses of Critical Habitat FWS-R9-ES-2011-0073 | Presidential Document: Memorandum of February 28, 2012: Minimizing Regulatory Burdens | Supporting & Related Material | Reference (internal unless indicated) | 2012-08-24T04:00:00Z | 2012 | 8 | 2012-08-24T13:36:13Z | 0 | 0 | 09000064810e550c | |||
| FWS-R9-ES-2011-0073-0002 | FWS | Revisions to the Regulations for Impact Analyses of Critical Habitat FWS-R9-ES-2011-0073 | Memo from Office of Solicitor dated October 3, 2008: The Secretary's Authority to Exclude Areas from a Critical Habitat Designation Under Section 4(b)(2) of the Endangered Species Act | Supporting & Related Material | Reference (internal unless indicated) | 2012-08-24T04:00:00Z | 2012 | 8 | 2012-08-24T13:36:12Z | 0 | 0 | 09000064810e550b |
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);