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 agency_id = "FWS" and docket_id = "FWS-R6-ES-2021-0134" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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 7
  • Proposed Rule 1
  • Rule 1

posted_year 2

  • 2024 5
  • 2022 4

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-2021-0134-0021 FWS Endangered and Threatened Wildlife and Plants; Threatened Species Status [with Section 4(d) Rule] for the Silverspot Butterfly (Speyeria nokomis nokomis) FWS-R6-ES-2021-0134 Recovery Outline for Silverspot Butterfly (Speyeria nokomis nokomis) Supporting & Related Material   2024-02-15T05:00:00Z 2024 2     2024-04-04T16:20:43Z   0 0 09000064864043b5
FWS-R6-ES-2021-0134-0017 FWS Endangered and Threatened Wildlife and Plants; Threatened Species Status [with Section 4(d) Rule] for the Silverspot Butterfly (Speyeria nokomis nokomis) FWS-R6-ES-2021-0134 Endangered and Threatened Species: Threatened Species Status for the Silverspot Butterfly Rule   2024-02-15T05:00:00Z 2024 2     2024-02-15T14:05:18Z 2024-03042 0 0 0900006486408c20
FWS-R6-ES-2021-0134-0020 FWS Endangered and Threatened Wildlife and Plants; Threatened Species Status [with Section 4(d) Rule] for the Silverspot Butterfly (Speyeria nokomis nokomis) FWS-R6-ES-2021-0134 Pers Comms - See Attachments Supporting & Related Material   2024-02-15T05:00:00Z 2024 2     2024-02-15T14:06:02Z   0 0 09000064863fab5f
FWS-R6-ES-2021-0134-0019 FWS Endangered and Threatened Wildlife and Plants; Threatened Species Status [with Section 4(d) Rule] for the Silverspot Butterfly (Speyeria nokomis nokomis) FWS-R6-ES-2021-0134 Grey Literature - See Attachments Supporting & Related Material   2024-02-15T05:00:00Z 2024 2     2024-02-15T14:06:02Z   0 0 09000064863fab5e
FWS-R6-ES-2021-0134-0018 FWS Endangered and Threatened Wildlife and Plants; Threatened Species Status [with Section 4(d) Rule] for the Silverspot Butterfly (Speyeria nokomis nokomis) FWS-R6-ES-2021-0134 Literature Cited for the Silverspot Butterfly Final Listing and 4d Rule Supporting & Related Material   2024-02-15T05:00:00Z 2024 2     2024-04-04T16:20:02Z   0 0 09000064863fab5b
FWS-R6-ES-2021-0134-0005 FWS Endangered and Threatened Wildlife and Plants; Threatened Species Status [with Section 4(d) Rule] for the Silverspot Butterfly (Speyeria nokomis nokomis) FWS-R6-ES-2021-0134 Silverspot SSA Report Peer Review - See attachments Supporting & Related Material   2022-05-06T04:00:00Z 2022 5     2024-04-04T16:19:39Z   0 0 0900006485058cb8
FWS-R6-ES-2021-0134-0002 FWS Endangered and Threatened Wildlife and Plants; Threatened Species Status [with Section 4(d) Rule] for the Silverspot Butterfly (Speyeria nokomis nokomis) FWS-R6-ES-2021-0134 Silverspot Butterfly Proposed Listing and 4d Literature Cited - See Attachments Supporting & Related Material   2022-05-04T04:00:00Z 2022 5     2022-05-04T12:24:24Z   0 0 0900006485047ed8
FWS-R6-ES-2021-0134-0003 FWS Endangered and Threatened Wildlife and Plants; Threatened Species Status [with Section 4(d) Rule] for the Silverspot Butterfly (Speyeria nokomis nokomis) FWS-R6-ES-2021-0134 20210211 Final S n nokomis SSA Version 1_508 Supporting & Related Material   2022-05-04T04:00:00Z 2022 5     2022-05-04T12:24:31Z   0 0 0900006485047ed9
FWS-R6-ES-2021-0134-0001 FWS Endangered and Threatened Wildlife and Plants; Threatened Species Status [with Section 4(d) Rule] for the Silverspot Butterfly (Speyeria nokomis nokomis) FWS-R6-ES-2021-0134 Endangered and Threatened Species: Status for the Silverspot Butterfly Proposed Rule   2022-05-04T04:00:00Z 2022 5 2022-05-04T04:00:00Z 2022-07-06T03:59:59Z 2022-07-07T01:00:38Z 2022-09446 0 0 090000648504cbfe

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