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

8 rows where agency_id = "FWS" and docket_id = "FWS-R1-ES-2021-0070" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: posted_date, posted_month, last_modified, withdrawn, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

document_type 4

  • Supporting & Related Material 5
  • Notice 1
  • Proposed Rule 1
  • Rule 1

posted_year 2

  • 2022 6
  • 2023 2

agency_id 1

  • FWS · 8 ✖
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-R1-ES-2021-0070-0031 FWS Endangered and Threatened Wildlife and Plants; Threatened Species Status with Section 4(d) Rule for Sand Dune Phacelia and Designation of Critical Habitat FWS-R1-ES-2021-0070 Endangered and Threatened Species: Sand Dune Phacelia Rule   2023-08-22T04:00:00Z 2023 8     2023-08-22T18:09:40Z 2023-17669 0 0 0900006485ed53dd
FWS-R1-ES-2021-0070-0032 FWS Endangered and Threatened Wildlife and Plants; Threatened Species Status with Section 4(d) Rule for Sand Dune Phacelia and Designation of Critical Habitat FWS-R1-ES-2021-0070 Endangered and Threatened Wildlife and Plants; Threatened Species Status With Section 4(d) Rule for Sand Dune Phacelia and Designation of Critical Habitat Notice   2023-08-22T00:00:00Z 2023 8     2023-08-22T18:08:53Z   0 1 0900006485ed5f82
FWS-R1-ES-2021-0070-0006 FWS Endangered and Threatened Wildlife and Plants; Threatened Species Status with Section 4(d) Rule for Sand Dune Phacelia and Designation of Critical Habitat FWS-R1-ES-2021-0070 Sand Dune Phacelia Critical Habitat coordinates Supporting & Related Material   2022-03-22T04:00:00Z 2022 3     2022-03-22T12:17:35Z   0 0 0900006484fd6fe6
FWS-R1-ES-2021-0070-0002 FWS Endangered and Threatened Wildlife and Plants; Threatened Species Status with Section 4(d) Rule for Sand Dune Phacelia and Designation of Critical Habitat FWS-R1-ES-2021-0070 Literature Cited for Sand Dune Phacelia proposed rule Supporting & Related Material   2022-03-22T04:00:00Z 2022 3     2022-03-22T12:17:28Z   0 0 0900006484fd6fe5
FWS-R1-ES-2021-0070-0004 FWS Endangered and Threatened Wildlife and Plants; Threatened Species Status with Section 4(d) Rule for Sand Dune Phacelia and Designation of Critical Habitat FWS-R1-ES-2021-0070 Screening Analysis of the Likely Economic Impacts of Critical Habitat Designation for the Sand Dune Phacelia Supporting & Related Material   2022-03-22T04:00:00Z 2022 3     2022-03-22T12:17:33Z   0 0 0900006484fd77ed
FWS-R1-ES-2021-0070-0005 FWS Endangered and Threatened Wildlife and Plants; Threatened Species Status with Section 4(d) Rule for Sand Dune Phacelia and Designation of Critical Habitat FWS-R1-ES-2021-0070 Species Status Assessment for Sand Dune Phacelia (January 2021) Supporting & Related Material   2022-03-22T04:00:00Z 2022 3     2022-03-22T12:17:33Z   0 0 0900006484fd77ee
FWS-R1-ES-2021-0070-0003 FWS Endangered and Threatened Wildlife and Plants; Threatened Species Status with Section 4(d) Rule for Sand Dune Phacelia and Designation of Critical Habitat FWS-R1-ES-2021-0070 Incremental Effects Memorandum for the Economic Analysis for the Proposed Rule to Designate Critical Habitat for Sand Dune Phacelia (Phacelia argentea) Supporting & Related Material   2022-03-22T04:00:00Z 2022 3     2022-03-22T12:17:21Z   0 0 0900006484fd6fe7
FWS-R1-ES-2021-0070-0001 FWS Endangered and Threatened Wildlife and Plants; Threatened Species Status with Section 4(d) Rule for Sand Dune Phacelia and Designation of Critical Habitat FWS-R1-ES-2021-0070 Endangered and Threatened Species: Status for the Sand Dune Phacelia and Designation of Critical Habitat Proposed Rule   2022-03-22T04:00:00Z 2022 3 2022-03-22T04:00:00Z 2022-05-24T03:59:59Z 2022-06-28T01:00:27Z 2022-05326 0 0 0900006484fd814e

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