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-R4-ES-2020-0109" and posted_year = 2022 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Proposed Rule 3
  • Supporting & Related Material 3

posted_year 1

  • 2022 · 6 ✖

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-R4-ES-2020-0109-0186 FWS Endangered and Threatened Wildlife and Plants; Removal of 23 Species due to Extinction from the List of Endangered or Threatened Species; Ivory-billed woodpecker FWS-R4-ES-2020-0109 B. Harrison and T. Gallagher IBWO Presentation, July 18, 2022 Supporting & Related Material   2022-07-19T04:00:00Z 2022 7     2022-08-11T17:57:43Z   0 0 09000064851d2b23
FWS-R4-ES-2020-0109-0166 FWS Endangered and Threatened Wildlife and Plants; Removal of 23 Species due to Extinction from the List of Endangered or Threatened Species; Ivory-billed woodpecker FWS-R4-ES-2020-0109 Endangered and Threatened Species: 6-Month Extension of Final Determination on the Proposed Removal of the Ivory-billed Woodpecker from the List of Endangered and Threatened Wildlife Proposed Rule   2022-07-07T04:00:00Z 2022 7 2022-07-07T04:00:00Z 2022-08-09T03:59:59Z 2022-08-12T01:00:44Z 2022-14336 0 0 09000064851b442d
FWS-R4-ES-2020-0109-0165 FWS Endangered and Threatened Wildlife and Plants; Removal of 23 Species due to Extinction from the List of Endangered or Threatened Species; Ivory-billed woodpecker FWS-R4-ES-2020-0109 January 26, 2022 Virtual Public Meeting Transcript Supporting & Related Material   2022-03-25T04:00:00Z 2022 3     2022-03-25T15:26:10Z   0 0 0900006484fe358c
FWS-R4-ES-2020-0109-0164 FWS Endangered and Threatened Wildlife and Plants; Removal of 23 Species due to Extinction from the List of Endangered or Threatened Species; Ivory-billed woodpecker FWS-R4-ES-2020-0109 January 26, 2022 Virtual Public Meeting Recording Supporting & Related Material   2022-03-25T04:00:00Z 2022 3     2022-03-25T15:26:06Z   0 0 0900006484fe33a2
FWS-R4-ES-2020-0109-0108 FWS Endangered and Threatened Wildlife and Plants; Removal of 23 Species due to Extinction from the List of Endangered or Threatened Species; Ivory-billed woodpecker FWS-R4-ES-2020-0109 Endangered and Threatened Species: Removal of 23 Extinct Species from the Lists of Endangered and Threatened Wildlife and Plants; Ivory-billed Woodpecker; Correction Proposed Rule   2022-01-14T05:00:00Z 2022 1     2022-01-14T12:54:18Z 2022-00658 0 0 0900006484f1fcd9
FWS-R4-ES-2020-0109-0107 FWS Endangered and Threatened Wildlife and Plants; Removal of 23 Species due to Extinction from the List of Endangered or Threatened Species; Ivory-billed woodpecker FWS-R4-ES-2020-0109 Endangered and Threatened Species: Removal of 23 Extinct Species from the Lists of Endangered and Threatened Wildlife and Plants; Ivory-billed Woodpecker Proposed Rule   2022-01-11T05:00:00Z 2022 1 2022-01-11T05:00:00Z 2022-02-11T04:59:59Z 2022-02-19T02:00:41Z 2022-00322 0 0 0900006484f177a9

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);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;
Powered by Datasette · Queries took 8946.724ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API