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", docket_id = "FWS-R6-ES-2017-0044" and posted_year = 2017 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subtype, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

document_type 2

  • Supporting & Related Material 10
  • Notice 1

posted_year 1

  • 2017 · 11 ✖

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-R6-ES-2017-0044-0005 FWS Draft Supplement to Environmental Impact Statement and Amendment to Habitat Conservation Plan for Forest Management in Montana FWS-R6-ES-2017-0044 1 -Supplemental Environmental Impact Statement - Amendment to ESA Permit and MT Dept Natural Resources Conservation Forested State Trust Lands Habitat Conservation Plan Supporting & Related Material Environmental Impact Statement 2017-08-29T04:00:00Z 2017 8     2017-08-29T12:37:27Z   0 0 0900006482a5228b
FWS-R6-ES-2017-0044-0006 FWS Draft Supplement to Environmental Impact Statement and Amendment to Habitat Conservation Plan for Forest Management in Montana FWS-R6-ES-2017-0044 Appendix A. Proposed Amendments to the 2010 HCP Supporting & Related Material   2017-08-29T04:00:00Z 2017 8     2017-08-29T12:37:27Z   0 0 0900006482a5228c
FWS-R6-ES-2017-0044-0009 FWS Draft Supplement to Environmental Impact Statement and Amendment to Habitat Conservation Plan for Forest Management in Montana FWS-R6-ES-2017-0044 Appendix D. DNRC Funding for the Amended HCP Supporting & Related Material Report 2017-08-29T04:00:00Z 2017 8     2017-08-29T12:37:27Z   0 0 0900006482a53974
FWS-R6-ES-2017-0044-0003 FWS Draft Supplement to Environmental Impact Statement and Amendment to Habitat Conservation Plan for Forest Management in Montana FWS-R6-ES-2017-0044 Proposed Amendments to the 2010 HCP Supporting & Related Material Report 2017-08-29T04:00:00Z 2017 8     2017-08-29T12:37:26Z   0 0 0900006482a52289
FWS-R6-ES-2017-0044-0008 FWS Draft Supplement to Environmental Impact Statement and Amendment to Habitat Conservation Plan for Forest Management in Montana FWS-R6-ES-2017-0044 Appendix C. DNRC Assessment of Incidental Take for the Added Lands Supporting & Related Material Report 2017-08-29T04:00:00Z 2017 8     2017-08-29T12:37:27Z   0 0 0900006482a53973
FWS-R6-ES-2017-0044-0001 FWS Draft Supplement to Environmental Impact Statement and Amendment to Habitat Conservation Plan for Forest Management in Montana FWS-R6-ES-2017-0044 Endangered and Threatened Wildlife and Plants; Permits; Draft Supplement to Environmental Impact Statement, Amendment to Habitat Conservation Plan for Forest Management in Montana, and Application for Amended Incidental Take Permit Notice   2017-08-29T04:00:00Z 2017 8 2017-08-29T04:00:00Z 2017-10-14T03:59:59Z 2017-10-14T01:04:24Z 2017-18418 0 0 0900006482aecefb
FWS-R6-ES-2017-0044-0010 FWS Draft Supplement to Environmental Impact Statement and Amendment to Habitat Conservation Plan for Forest Management in Montana FWS-R6-ES-2017-0044 Appendix E. Summary of Road Conditions on Added Lands Supporting & Related Material Report 2017-08-29T04:00:00Z 2017 8     2017-08-29T12:37:27Z   0 0 0900006482a53975
FWS-R6-ES-2017-0044-0004 FWS Draft Supplement to Environmental Impact Statement and Amendment to Habitat Conservation Plan for Forest Management in Montana FWS-R6-ES-2017-0044 Signed Application to Amend Montana Department of Natural Resources and Conservation HCP Permit TE60208A-0 Supporting & Related Material Application 2017-08-29T04:00:00Z 2017 8     2017-08-29T12:37:26Z   0 0 0900006482a5228a
FWS-R6-ES-2017-0044-0007 FWS Draft Supplement to Environmental Impact Statement and Amendment to Habitat Conservation Plan for Forest Management in Montana FWS-R6-ES-2017-0044 Appendix B. US District Court Montana Settlement Agreement 2015 Supporting & Related Material Report 2017-08-29T04:00:00Z 2017 8     2017-08-29T12:37:27Z   0 0 0900006482a53972
FWS-R6-ES-2017-0044-0011 FWS Draft Supplement to Environmental Impact Statement and Amendment to Habitat Conservation Plan for Forest Management in Montana FWS-R6-ES-2017-0044 Appendix F. 2012 HCP Baseline Tables for Grizzly Bears and Lynx Supporting & Related Material Report 2017-08-29T04:00:00Z 2017 8     2017-08-29T12:37:28Z   0 0 0900006482a53976
FWS-R6-ES-2017-0044-0002 FWS Draft Supplement to Environmental Impact Statement and Amendment to Habitat Conservation Plan for Forest Management in Montana FWS-R6-ES-2017-0044 74 FR 30617 Montana Department of Natural Resources and Conservation; Draft Environmental Impact Statement Availability and Public Meetings Supporting & Related Material   2017-08-29T04:00:00Z 2017 8     2017-08-29T12:37:25Z   0 0 0900006482679647

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);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;
Powered by Datasette · Queries took 1606.247ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API