home / openregs

documents

Regulatory documents from Regulations.gov including rules, proposed rules, notices, and supporting materials.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

9 rows where docket_id = "FWS-R1-ES-2011-0096" sorted by posted_date descending

✎ View and edit SQL

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

  • Supporting & Related Material 5
  • Proposed Rule 3
  • Rule 1

posted_year 2

  • 2012 8
  • 2011 1

agency_id 1

  • FWS 9
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-2011-0096-0308 FWS Designation of Critical Habitat for the Southern Selkirk Mountains Population of Woodland Caribou (Rangifer taradnus caribou) FWS-R1-ES-2011-0096 Endangered and Threatened Wildlife and Plants: Designation of Critical Habitat for the Southern Selkirk Mountains Population of Woodland Caribou Rule   2012-11-28T05:00:00Z 2012 11 2012-11-28T05:00:00Z   2012-11-28T15:34:13Z 2012-28512 0 0 09000064811762ec
FWS-R1-ES-2011-0096-0311 FWS Designation of Critical Habitat for the Southern Selkirk Mountains Population of Woodland Caribou (Rangifer taradnus caribou) FWS-R1-ES-2011-0096 Recovery Plan for Selkirk Mountain Woodland Caribou, March,1994 Supporting & Related Material Technical Support Document 2012-11-28T05:00:00Z 2012 11     2012-11-28T15:34:39Z   0 0 090000648117341d
FWS-R1-ES-2011-0096-0309 FWS Designation of Critical Habitat for the Southern Selkirk Mountains Population of Woodland Caribou (Rangifer taradnus caribou) FWS-R1-ES-2011-0096 References Cited for Designation of Critical Habitat for the Southern Selkirk Mountains Population of Woodland Caribou Supporting & Related Material Reference (internal unless indicated) 2012-11-28T05:00:00Z 2012 11     2012-11-28T15:34:39Z   0 0 0900006481173117
FWS-R1-ES-2011-0096-0310 FWS Designation of Critical Habitat for the Southern Selkirk Mountains Population of Woodland Caribou (Rangifer taradnus caribou) FWS-R1-ES-2011-0096 Econonomic Analysis of Critical Habitat Designation for the Southern Selkirik Mountains Population of Woodland Caribou Supporting & Related Material Economic Analysis 2012-11-28T05:00:00Z 2012 11     2012-11-28T15:34:39Z   0 0 0900006481173479
FWS-R1-ES-2011-0096-0293 FWS Designation of Critical Habitat for the Southern Selkirk Mountains Population of Woodland Caribou (Rangifer taradnus caribou) FWS-R1-ES-2011-0096 Draft Economic Analysis of Critical Habitat Designation for the Southern Selkirk Mountains Populations of Woodland Caribou Supporting & Related Material Economic Analysis 2012-05-31T04:00:00Z 2012 5     2012-05-31T13:28:52Z   0 0 090000648100b1b0
FWS-R1-ES-2011-0096-0294 FWS Designation of Critical Habitat for the Southern Selkirk Mountains Population of Woodland Caribou (Rangifer taradnus caribou) FWS-R1-ES-2011-0096 References Cited for Notice of Availability of Draft Economic Analysis Supporting & Related Material Reference (internal unless indicated) 2012-05-31T04:00:00Z 2012 5     2012-05-31T13:28:53Z   0 0 090000648100b1b1
FWS-R1-ES-2011-0096-0292 FWS Designation of Critical Habitat for the Southern Selkirk Mountains Population of Woodland Caribou (Rangifer taradnus caribou) FWS-R1-ES-2011-0096 Endangered and Threatened Wildlife and Plants: Designation of Critical Habitat for Southern Selkirk Mountains Population of Woodland Caribou Proposed Rule   2012-05-31T04:00:00Z 2012 5 2012-05-31T04:00:00Z 2012-07-03T03:59:59Z 2012-07-25T02:02:05Z 2012-12867 0 0 0900006481022d0c
FWS-R1-ES-2011-0096-0183 FWS Designation of Critical Habitat for the Southern Selkirk Mountains Population of Woodland Caribou (Rangifer taradnus caribou) FWS-R1-ES-2011-0096 Endangered and Threatened Wildlife and Plants: Designation of Critical Habitat for the Southern Selkirk Mountains Population of Woodland Caribou (Rangifer tarandus caribou) Proposed Rule   2012-03-21T04:00:00Z 2012 3 2012-03-21T04:00:00Z 2012-05-22T03:59:59Z 2013-01-18T03:07:03Z 2012-06853 0 0 0900006480fdc8be
FWS-R1-ES-2011-0096-0001 FWS Designation of Critical Habitat for the Southern Selkirk Mountains Population of Woodland Caribou (Rangifer taradnus caribou) FWS-R1-ES-2011-0096 Endangered and Threatened Wildlife and Plants: Designation of Critical Habitat for Southern Selkirk Mountains Population of Woodland Caribou (Rangifer tarandus caribou) Proposed Rule   2011-11-30T05:00:00Z 2011 11 2011-11-30T05:00:00Z 2012-01-31T04:59:59Z 2011-11-30T14:16:33Z 2011-30451 0 0 0900006480f76d4a

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 44.613ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API