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

6 rows where docket_id = "FWS-R6-ES-2017-0057" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 5
  • Notice 1

posted_year 1

  • 2017 6

agency_id 1

  • FWS 6
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-0057-0003 FWS Draft Supplement to the Grizzly Bear Recovery Plan: Habitat-Based Recovery Criteria for the Northern Continental Divide Ecosystem (NCDE) FWS-R6-ES-2017-0057 NCDE Habitat Supplement Review Morehouse Supporting & Related Material Reference (internal unless indicated) 2017-12-12T05:00:00Z 2017 12     2017-12-12T13:55:12Z   0 0 0900006482cee3c0
FWS-R6-ES-2017-0057-0006 FWS Draft Supplement to the Grizzly Bear Recovery Plan: Habitat-Based Recovery Criteria for the Northern Continental Divide Ecosystem (NCDE) FWS-R6-ES-2017-0057 Peer Review Plan Supporting & Related Material Technical Support Document 2017-12-12T05:00:00Z 2017 12     2017-12-12T13:55:12Z   0 0 0900006482cef781
FWS-R6-ES-2017-0057-0005 FWS Draft Supplement to the Grizzly Bear Recovery Plan: Habitat-Based Recovery Criteria for the Northern Continental Divide Ecosystem (NCDE) FWS-R6-ES-2017-0057 Review of NCDE Habitat Supplement for USFWS Proctor Supporting & Related Material Reference (internal unless indicated) 2017-12-12T05:00:00Z 2017 12     2017-12-12T13:55:12Z   0 0 0900006482cee464
FWS-R6-ES-2017-0057-0004 FWS Draft Supplement to the Grizzly Bear Recovery Plan: Habitat-Based Recovery Criteria for the Northern Continental Divide Ecosystem (NCDE) FWS-R6-ES-2017-0057 Review of NCDE Grizzly Bear Recovery Plan - Habitat Based Recovery Criteria_BMcLellan Supporting & Related Material Reference (internal unless indicated) 2017-12-12T05:00:00Z 2017 12     2017-12-12T13:55:12Z   0 0 0900006482cee463
FWS-R6-ES-2017-0057-0002 FWS Draft Supplement to the Grizzly Bear Recovery Plan: Habitat-Based Recovery Criteria for the Northern Continental Divide Ecosystem (NCDE) FWS-R6-ES-2017-0057 Grizzly Bear Recovery Plan - Draft Supplement: Habitat-based Recovery Criteria for the Northern Continental Divide Ecosystem Supporting & Related Material Reference (internal unless indicated) 2017-12-12T05:00:00Z 2017 12     2017-12-12T13:55:11Z   0 0 0900006482cee3bf
FWS-R6-ES-2017-0057-0001 FWS Draft Supplement to the Grizzly Bear Recovery Plan: Habitat-Based Recovery Criteria for the Northern Continental Divide Ecosystem (NCDE) FWS-R6-ES-2017-0057 Endangered and Threatened Wildlife and Plants; Draft Supplement to the Grizzly Bear Recovery Plan: Habitat-Based Recovery Criteria for the Northern Continental Divide Ecosystem: Notice of document availability; request for comments; notice of public workshop. Notice   2017-12-12T05:00:00Z 2017 12 2017-12-12T05:00:00Z 2018-01-27T04:59:59Z 2018-02-01T02:03:18Z 2017-26257 0 0 0900006482cfdb61

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