documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where agency_id = "APHIS", docket_id = "APHIS-2022-0031" and posted_year = 2023 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, posted_date (date), comment_start_date (date), last_modified (date)
| 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-0019 | APHIS | Emergency Response for Highly Pathogenic Avian Influenza Outbreaks in Seven States APHIS-2022-0031 | 22-031-1 EA 2023-03-03 | Supporting & Related Material | Environmental Assessment | 2023-08-24T04:00:00Z | 2023 | 8 | 2023-08-24T13:19:23Z | 0 | 0 | 0900006485e7bf8c | |||
| APHIS-2022-0031-0015 | 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; Draft Finding of No Significant Impact | Notice | Availability of Document | 2023-08-24T04:00:00Z | 2023 | 8 | 2023-08-24T04:00:00Z | 2023-09-26T03:59:59Z | 2023-09-26T01:04:31Z | 2023-18185 | 0 | 0 | 0900006485ee0a9d |
| APHIS-2022-0031-0016 | APHIS | Emergency Response for Highly Pathogenic Avian Influenza Outbreaks in Seven States APHIS-2022-0031 | FONSI HPAI EA_2022-09-15_signed | Supporting & Related Material | Environmental Assessment | 2023-08-24T04:00:00Z | 2023 | 8 | 2023-08-24T13:18:16Z | 0 | 0 | 0900006485376f79 | |||
| APHIS-2022-0031-0017 | APHIS | Emergency Response for Highly Pathogenic Avian Influenza Outbreaks in Seven States APHIS-2022-0031 | FONSI HPAI EA_2022-09-15_signed | Supporting & Related Material | EA and FONSI | 2023-08-24T04:00:00Z | 2023 | 8 | 2023-08-24T13:18:56Z | 0 | 0 | 0900006485379584 | |||
| APHIS-2022-0031-0018 | APHIS | Emergency Response for Highly Pathogenic Avian Influenza Outbreaks in Seven States APHIS-2022-0031 | 22-031-1 Draft FONSI 2023-03-03 | Supporting & Related Material | Finding of no Significant Impact | 2023-08-24T04:00:00Z | 2023 | 8 | 2023-08-24T13:19:10Z | 0 | 0 | 0900006485e785e6 |
Advanced export
JSON shape: default, array, newline-delimited, object
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);