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

5 rows where docket_id = "APHIS-2022-0031" and posted_year = 2024 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: posted_date, withdrawn, comment_start_date (date)

document_type 2

  • Supporting & Related Material 4
  • Notice 1

posted_year 1

  • 2024 · 5 ✖

agency_id 1

  • APHIS 5
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
APHIS-2022-0031-0025 APHIS Emergency Response for Highly Pathogenic Avian Influenza Outbreaks in Seven States APHIS-2022-0031 Emergency Response for Highly Pathogenic Avian Influenza Outbreaks in the United States Migratory Bird Flyways: Final Supplemental Environmental Assessment Supporting & Related Material Environmental Assessment 2024-12-20T05:00:00Z 2024 12     2024-12-20T21:11:40Z   0 0 09000064868830ae
APHIS-2022-0031-0024 APHIS Emergency Response for Highly Pathogenic Avian Influenza Outbreaks in Seven States APHIS-2022-0031 Finding of No Significant Impact Supporting & Related Material Finding of no Significant Impact 2024-12-19T05:00:00Z 2024 12     2024-12-20T00:48:09Z   0 0 09000064868807b2
APHIS-2022-0031-0021 APHIS Emergency Response for Highly Pathogenic Avian Influenza Outbreaks in Seven States APHIS-2022-0031 Environmental Assessments; Availability, etc.: Emergency Response for Highly Pathogenic Avian Influenza Outbreaks in the United States Migratory Bird Flyways, Finding of No Significant Impact Notice Availability of Environmental Assessment 2024-12-19T05:00:00Z 2024 12 2024-12-19T05:00:00Z   2024-12-19T14:00:26Z 2024-30256 0 0 090000648687e55f
APHIS-2022-0031-0023 APHIS Emergency Response for Highly Pathogenic Avian Influenza Outbreaks in Seven States APHIS-2022-0031 Emergency Response for Highly Pathogenic Avian Influenza Outbreaks in the United States Migratory Bird Flyways Final Supplemental Environmental Assessment Supporting & Related Material   2024-12-19T00:00:00Z 2024 12     2024-12-20T21:02:36Z   0 1 0900006486844b81
APHIS-2022-0031-0022 APHIS Emergency Response for Highly Pathogenic Avian Influenza Outbreaks in Seven States APHIS-2022-0031 Finding of No Significant Impact Emergency Response for Highly Pathogenic Avian Influenza Outbreaks in the United States Migratory Bird Flyways Supplemental Environmental Assessment Supporting & Related Material   2024-12-19T00:00:00Z 2024 12     2024-12-20T00:46:26Z   0 1 0900006486844c1f

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