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-R1-ES-2022-0074" and posted_year = 2024 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), last_modified (date)

document_type 2

  • Supporting & Related Material 4
  • Notice 2

posted_year 1

  • 2024 · 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-R1-ES-2022-0074-8671 FWS Barred Owl Management Strategy; Final Environmental Impact Statement; Washington, Oregon, and California FWS-R1-ES-2022-0074 Final Barred Owl Management Strategy Supporting & Related Material   2024-09-06T04:00:00Z 2024 9     2024-09-06T12:13:33Z   0 0 09000064866c00ad
FWS-R1-ES-2022-0074-8672 FWS Barred Owl Management Strategy; Final Environmental Impact Statement; Washington, Oregon, and California FWS-R1-ES-2022-0074 Record of Decision for Final Barred Owl Management Strategy Implementation and issuance of a Migratory Bird Treaty Act Special Purpose Permit in Washington, Oregon, and California Supporting & Related Material   2024-09-06T04:00:00Z 2024 9     2024-09-06T12:13:33Z   0 0 09000064866c00f7
FWS-R1-ES-2022-0074-8670 FWS Barred Owl Management Strategy; Final Environmental Impact Statement; Washington, Oregon, and California FWS-R1-ES-2022-0074 Record of Decision for the Barred Owl Management Strategy; Washington, Oregon, and California Notice   2024-09-06T04:00:00Z 2024 9 2024-09-06T04:00:00Z   2024-09-06T12:08:49Z 2024-20073 0 0 09000064866cadc9
FWS-R1-ES-2022-0074-8669 FWS Barred Owl Management Strategy; Final Environmental Impact Statement; Washington, Oregon, and California FWS-R1-ES-2022-0074 Final Proposed Barred Owl Management Strategy Supporting & Related Material   2024-07-05T04:00:00Z 2024 7     2024-07-05T12:33:28Z   0 0 09000064865d9261
FWS-R1-ES-2022-0074-8668 FWS Barred Owl Management Strategy; Final Environmental Impact Statement; Washington, Oregon, and California FWS-R1-ES-2022-0074 Final EIS - Barred Owl Management Strategy Supporting & Related Material   2024-07-05T04:00:00Z 2024 7     2024-07-05T12:33:26Z   0 0 09000064865d9260
FWS-R1-ES-2022-0074-8667 FWS Barred Owl Management Strategy; Final Environmental Impact Statement; Washington, Oregon, and California FWS-R1-ES-2022-0074 Final Environmental Impact Statement for the Barred Owl Management Strategy; Washington, Oregon, and California Notice   2024-07-05T04:00:00Z 2024 7 2024-07-05T04:00:00Z   2024-07-05T12:33:09Z 2024-14724 0 0 09000064865dc49f

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