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-HQ-ES-2020-0047" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 3

  • 2020 2
  • 2021 2
  • 2022 2

document_type 3

  • Proposed Rule 3
  • Rule 2
  • Supporting & Related Material 1

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-HQ-ES-2020-0047-61628 FWS Endangered and Threatened Wildlife and Plants; Regulations for Listing Endangered and Threatened Species and Designating Critical Habitat FWS-HQ-ES-2020-0047 USFWS NEPA CatEx Habitat Rescission, June 2022 Supporting & Related Material   2022-06-24T04:00:00Z 2022 6     2022-06-24T12:14:12Z   0 0 090000648517dcaa
FWS-HQ-ES-2020-0047-61627 FWS Endangered and Threatened Wildlife and Plants; Regulations for Listing Endangered and Threatened Species and Designating Critical Habitat FWS-HQ-ES-2020-0047 Endangered and Threatened Species: Listing Endangered and Threatened Species and Designating Critical Habitat Rule   2022-06-24T04:00:00Z 2022 6     2022-06-24T12:13:02Z 2022-13368 0 0 090000648518b8dc
FWS-HQ-ES-2020-0047-59118 FWS Endangered and Threatened Wildlife and Plants; Regulations for Listing Endangered and Threatened Species and Designating Critical Habitat FWS-HQ-ES-2020-0047 Endangered and Threatened Wildlife and Plants: Regulations for Listing Endangered and Threatened Species and Designating Critical Habitat Proposed Rule   2021-11-24T05:00:00Z 2021 11 2021-11-24T05:00:00Z 2021-12-14T04:59:59Z 2021-12-15T02:00:28Z 2021-25767 0 0 0900006484e7b8fb
FWS-HQ-ES-2020-0047-48647 FWS Endangered and Threatened Wildlife and Plants; Regulations for Listing Endangered and Threatened Species and Designating Critical Habitat FWS-HQ-ES-2020-0047 Endangered and Threatened Wildlife and Plants: Listing Endangered and Threatened Species and Designating Critical Habitat Proposed Rule   2021-10-27T04:00:00Z 2021 10 2021-10-27T04:00:00Z 2021-11-27T04:59:59Z 2021-11-30T02:00:39Z 2021-23214 0 0 0900006484dfa604
FWS-HQ-ES-2020-0047-48646 FWS Endangered and Threatened Wildlife and Plants; Regulations for Listing Endangered and Threatened Species and Designating Critical Habitat FWS-HQ-ES-2020-0047 Endangeredand Threatened Species: Regulations for Listing Endangered and Threatened Species and Designating Critical Habitat Rule   2020-12-16T05:00:00Z 2020 12     2020-12-16T13:09:38Z 2020-27693 0 0 09000064849a1ba3
FWS-HQ-ES-2020-0047-0001 FWS Endangered and Threatened Wildlife and Plants; Regulations for Listing Endangered and Threatened Species and Designating Critical Habitat FWS-HQ-ES-2020-0047 Endangered and Threatened Wildlife and Plants: Regulations for Listing Endangered and Threatened Species and Designating Critical Habitat Proposed Rule   2020-08-05T04:00:00Z 2020 8 2020-08-05T04:00:00Z 2020-09-05T03:59:59Z 2020-10-10T01:02:03Z 2020-17002 0 0 09000064847d732e

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