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-R6-ES-2019-0029" and posted_year = 2019 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 8
  • Proposed Rule 1

posted_year 1

  • 2019 · 9 ✖

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-R6-ES-2019-0029-0008 FWS Endangered and Threatened Wildlife and Plants; Listing Determination and Critical Habitat Designation for Graham's Beardtongue and White River Beardtongue FWS-R6-ES-2019-0029 Penstemon Conservation Agreement 2014 Jul 22 Supporting & Related Material Technical Support Document 2019-09-12T04:00:00Z 2019 9     2019-09-12T17:15:06Z   0 0 0900006483f48a0d
FWS-R6-ES-2019-0029-0010 FWS Endangered and Threatened Wildlife and Plants; Listing Determination and Critical Habitat Designation for Graham's Beardtongue and White River Beardtongue FWS-R6-ES-2019-0029 References Cited for Beardtongues Comment Period Reopener 2019 Supporting & Related Material Reference (external attachments) 2019-09-12T04:00:00Z 2019 9     2019-09-12T17:16:01Z   0 0 0900006483f48a0f
FWS-R6-ES-2019-0029-0001 FWS Endangered and Threatened Wildlife and Plants; Listing Determination and Critical Habitat Designation for Graham's Beardtongue and White River Beardtongue FWS-R6-ES-2019-0029 Endangered and Threatened Wildlife and Plants: Status for Graham's Beardtongue (Penstemon grahamii) and White River Beardtongue (Penstemon scariosus var. albifluvis); Designation of Critical Habitat for Graham's Beardtongue and White River Beardtongue Proposed Rule   2019-09-12T04:00:00Z 2019 9 2019-09-12T04:00:00Z 2019-10-16T03:59:59Z 2019-10-17T01:02:14Z 2019-19768 0 0 0900006483f43f9c
FWS-R6-ES-2019-0029-0007 FWS Endangered and Threatened Wildlife and Plants; Listing Determination and Critical Habitat Designation for Graham's Beardtongue and White River Beardtongue FWS-R6-ES-2019-0029 Expert Panel Workshop Notes - Final with Appendices Supporting & Related Material Meeting Transcripts 2019-09-12T04:00:00Z 2019 9     2019-09-12T17:14:25Z   0 0 0900006483f489d8
FWS-R6-ES-2019-0029-0004 FWS Endangered and Threatened Wildlife and Plants; Listing Determination and Critical Habitat Designation for Graham's Beardtongue and White River Beardtongue FWS-R6-ES-2019-0029 Maps and New Survey Data - See Attached Files Supporting & Related Material Map 2019-09-12T04:00:00Z 2019 9     2019-09-12T17:10:41Z   0 0 0900006483f489d2
FWS-R6-ES-2019-0029-0002 FWS Endangered and Threatened Wildlife and Plants; Listing Determination and Critical Habitat Designation for Graham's Beardtongue and White River Beardtongue FWS-R6-ES-2019-0029 New Monitoring Information - See Attached Files Supporting & Related Material Technical Support Document 2019-09-12T04:00:00Z 2019 9     2019-09-12T17:08:27Z   0 0 0900006483f48937
FWS-R6-ES-2019-0029-0005 FWS Endangered and Threatened Wildlife and Plants; Listing Determination and Critical Habitat Designation for Graham's Beardtongue and White River Beardtongue FWS-R6-ES-2019-0029 Conservation Team 2018 Final Addendum Signatures Supporting & Related Material Report 2019-09-12T04:00:00Z 2019 9     2019-09-12T17:13:07Z   0 0 0900006483f489d6
FWS-R6-ES-2019-0029-0009 FWS Endangered and Threatened Wildlife and Plants; Listing Determination and Critical Habitat Designation for Graham's Beardtongue and White River Beardtongue FWS-R6-ES-2019-0029 Penstemon Conservation Team 2018c Meeting Minutes 20 Nov 2018 Supporting & Related Material Meeting Transcripts 2019-09-12T04:00:00Z 2019 9     2019-09-12T17:15:38Z   0 0 0900006483f48a0e
FWS-R6-ES-2019-0029-0006 FWS Endangered and Threatened Wildlife and Plants; Listing Determination and Critical Habitat Designation for Graham's Beardtongue and White River Beardtongue FWS-R6-ES-2019-0029 Conservation Team 2018b Conservation Area Modifications Supporting & Related Material Report 2019-09-12T04:00:00Z 2019 9     2019-09-12T17:13:40Z   0 0 0900006483f489d7

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