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

7 rows where docket_id = "FWS-R8-ES-2022-0066" and posted_year = 2022 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 6
  • Proposed Rule 1

posted_year 1

  • 2022 · 7 ✖

agency_id 1

  • FWS 7
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-R8-ES-2022-0066-0003 FWS Endangered and Threatened Wildlife and Plants; Removing Island Bedstraw (Galium buxifolium) and Santa Cruz Island Dudleya (Dudleya nesiotica) from the List of Endangered and Threatened Plants and Draft Post-Delisting Monitoring Plan FWS-R8-ES-2022-0066 Post-Delisting Monitoring Plan Dudleya nesiotica (Santa Cruz Island dudleya) Supporting & Related Material   2022-12-01T05:00:00Z 2022 12     2022-12-01T16:02:00Z   0 0 0900006485141afe
FWS-R8-ES-2022-0066-0004 FWS Endangered and Threatened Wildlife and Plants; Removing Island Bedstraw (Galium buxifolium) and Santa Cruz Island Dudleya (Dudleya nesiotica) from the List of Endangered and Threatened Plants and Draft Post-Delisting Monitoring Plan FWS-R8-ES-2022-0066 Post-Delisting Monitoring Plan Galium buxifolium (island bedstraw) Supporting & Related Material   2022-12-01T05:00:00Z 2022 12     2022-12-01T16:02:24Z   0 0 0900006485141aff
FWS-R8-ES-2022-0066-0007 FWS Endangered and Threatened Wildlife and Plants; Removing Island Bedstraw (Galium buxifolium) and Santa Cruz Island Dudleya (Dudleya nesiotica) from the List of Endangered and Threatened Plants and Draft Post-Delisting Monitoring Plan FWS-R8-ES-2022-0066 Thirteen Plant Taxa from the Northern Channel Islands Recovery Plan Supporting & Related Material   2022-12-01T05:00:00Z 2022 12     2022-12-01T16:04:56Z   0 0 0900006485141b02
FWS-R8-ES-2022-0066-0001 FWS Endangered and Threatened Wildlife and Plants; Removing Island Bedstraw (Galium buxifolium) and Santa Cruz Island Dudleya (Dudleya nesiotica) from the List of Endangered and Threatened Plants and Draft Post-Delisting Monitoring Plan FWS-R8-ES-2022-0066 Endangered and Threatened Species: Island Bedstraw and Santa Cruz Island Dudleya; Removal from List of Endangered and Threatened Plants Proposed Rule   2022-12-01T05:00:00Z 2022 12 2022-12-01T05:00:00Z 2023-01-31T04:59:59Z 2023-01-31T02:00:54Z 2022-25974 0 0 090000648550e7af
FWS-R8-ES-2022-0066-0006 FWS Endangered and Threatened Wildlife and Plants; Removing Island Bedstraw (Galium buxifolium) and Santa Cruz Island Dudleya (Dudleya nesiotica) from the List of Endangered and Threatened Plants and Draft Post-Delisting Monitoring Plan FWS-R8-ES-2022-0066 Santa Cruz Island Dudleya (Dudleya nesiotica) Species Status Assessment Supporting & Related Material   2022-12-01T05:00:00Z 2022 12     2022-12-01T16:03:56Z   0 0 0900006485141b01
FWS-R8-ES-2022-0066-0002 FWS Endangered and Threatened Wildlife and Plants; Removing Island Bedstraw (Galium buxifolium) and Santa Cruz Island Dudleya (Dudleya nesiotica) from the List of Endangered and Threatened Plants and Draft Post-Delisting Monitoring Plan FWS-R8-ES-2022-0066 REFERENCES CITED Supporting & Related Material   2022-12-01T05:00:00Z 2022 12     2022-12-01T16:01:36Z   0 0 0900006485141afd
FWS-R8-ES-2022-0066-0005 FWS Endangered and Threatened Wildlife and Plants; Removing Island Bedstraw (Galium buxifolium) and Santa Cruz Island Dudleya (Dudleya nesiotica) from the List of Endangered and Threatened Plants and Draft Post-Delisting Monitoring Plan FWS-R8-ES-2022-0066 Island Bedstraw (Galium buxifolium) DRAFT - Species Status Assessment Supporting & Related Material   2022-12-01T05:00:00Z 2022 12     2022-12-01T16:03:21Z   0 0 0900006485141b00

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