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

11 rows where agency_id = "FWS" and docket_id = "FWS-R2-ES-2010-0085" sorted by posted_date descending

✎ View and edit SQL

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

  • Supporting & Related Material 8
  • Proposed Rule 2
  • Rule 1

posted_year 2

  • 2011 6
  • 2012 5

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-R2-ES-2010-0085-0071 FWS Designation of Critical Habitat for the Chiricahua Leopard Frog FWS-R2-ES-2010-0085 Endangered and Threatened Wildlife and Plants: Listing and Designation of Critical Habitat for the Chiricahua Leopard Frog Rule   2012-03-20T04:00:00Z 2012 3 2012-03-20T04:00:00Z   2012-03-20T13:44:29Z 2012-05953 0 0 0900006480fdb70a
FWS-R2-ES-2010-0085-0072 FWS Designation of Critical Habitat for the Chiricahua Leopard Frog FWS-R2-ES-2010-0085 Final Economic Analysis Supporting & Related Material Economic Analysis 2012-03-20T04:00:00Z 2012 3     2013-02-26T18:18:01Z   0 0 0900006480fdb07c
FWS-R2-ES-2010-0085-0073 FWS Designation of Critical Habitat for the Chiricahua Leopard Frog FWS-R2-ES-2010-0085 Final Environmental Assessment Supporting & Related Material Environmental Assessment 2012-03-20T04:00:00Z 2012 3     2013-02-26T18:18:01Z   0 0 0900006480fdb07d
FWS-R2-ES-2010-0085-0074 FWS Designation of Critical Habitat for the Chiricahua Leopard Frog FWS-R2-ES-2010-0085 Literature Cited Supporting & Related Material Reference (internal unless indicated) 2012-03-20T04:00:00Z 2012 3     2013-02-26T18:18:01Z   0 0 0900006480fdb07e
FWS-R2-ES-2010-0085-0075 FWS Designation of Critical Habitat for the Chiricahua Leopard Frog FWS-R2-ES-2010-0085 September 21, 2011, Federal Register publication Supporting & Related Material Reference (internal unless indicated) 2012-03-20T04:00:00Z 2012 3     2013-02-26T18:18:01Z   0 0 0900006480fdb07f
FWS-R2-ES-2010-0085-0052 FWS Designation of Critical Habitat for the Chiricahua Leopard Frog FWS-R2-ES-2010-0085 Draft Environmental Assessment for the Designation of Critical Habitat for the chiricahua Leopard Frog prepared by Mangi Environmental Group Supporting & Related Material Environmental Assessment 2011-09-21T04:00:00Z 2011 9     2013-02-26T18:17:24Z   0 0 0900006480f23577
FWS-R2-ES-2010-0085-0050 FWS Designation of Critical Habitat for the Chiricahua Leopard Frog FWS-R2-ES-2010-0085 Endangered and Threatened Wildlife and Plants: Listing and Designation of Critical Habitat for Chiricahua Leopard Frog Proposed Rule   2011-09-21T04:00:00Z 2011 9 2011-09-21T04:00:00Z 2011-10-22T03:59:59Z 2011-09-21T13:35:55Z 2011-24045 0 0 0900006480f256f1
FWS-R2-ES-2010-0085-0053 FWS Designation of Critical Habitat for the Chiricahua Leopard Frog FWS-R2-ES-2010-0085 References Cited for the Chiricahua Leopard Frog Notice of Availability of Draft Environmental Assessment, Draft Economic Analysis, and Revisions to the Proposed Critical Habitat Rule Supporting & Related Material Index 2011-09-21T04:00:00Z 2011 9     2013-02-26T18:17:24Z   0 0 0900006480f2357c
FWS-R2-ES-2010-0085-0051 FWS Designation of Critical Habitat for the Chiricahua Leopard Frog FWS-R2-ES-2010-0085 Draft Economic Analysis of Critical Habitat Designatin for the Chiricahua Leopard Frog prepared by Industrial Economics, Inc. Supporting & Related Material Economic Analysis 2011-09-21T04:00:00Z 2011 9     2013-02-26T18:17:24Z   0 0 0900006480f23523
FWS-R2-ES-2010-0085-0007 FWS Designation of Critical Habitat for the Chiricahua Leopard Frog FWS-R2-ES-2010-0085 Literature Cited March 2011 Supporting & Related Material   2011-04-01T04:00:00Z 2011 4     2013-02-26T18:17:02Z   0 0 0900006480c19cca
FWS-R2-ES-2010-0085-0001 FWS Designation of Critical Habitat for the Chiricahua Leopard Frog FWS-R2-ES-2010-0085 Endangered and Threatened Wildlife and Plants: Listing and Designation of Critical Habitat for the Chiricahua Leopard Frog Proposed Rule   2011-03-15T04:00:00Z 2011 3 2011-03-15T04:00:00Z 2011-05-17T03:59:59Z 2011-06-11T16:42:50Z 2011-04997 0 0 0900006480c07eb8

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 82.236ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API