documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where docket_id = "APHIS-2023-0051" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, posted_date (date), comment_start_date (date), comment_end_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-2023-0051-0007 | APHIS | Managing Damage to Resources and Threats to Human Health and Safety Caused by Mammals in Virginia APHIS-2023-0051 | Supplement to Environmental Assessment: Managing Damage to Resources and Threats to Human Health and Safety Caused by Mammals in the Commonwealth of Virginia 2023 | Other | Supplement (SUP) | 2023-08-25T04:00:00Z | 2023 | 8 | 2023-08-25T04:00:00Z | 2023-08-25T12:41:37Z | 0 | 0 | 0900006485eeaefe | ||
| APHIS-2023-0051-0008 | APHIS | Managing Damage to Resources and Threats to Human Health and Safety Caused by Mammals in Virginia APHIS-2023-0051 | Decision and Finding of No Significant Impact: Environmental Assessment Supplement: Managing Damage to Resources and Threats to Human Health and Safety Caused by Mammals in the Commonwealth of Virginia, August 2023 | Supporting & Related Material | Decision | 2023-08-25T04:00:00Z | 2023 | 8 | 2023-08-25T12:41:45Z | 0 | 0 | 0900006485eeaf02 | |||
| APHIS-2023-0051-0002 | APHIS | Managing Damage to Resources and Threats to Human Health and Safety Caused by Mammals in Virginia APHIS-2023-0051 | ENVIRONMENTAL ASSESSMENT: Managing Damage to Resources and Threats to Human Health and Safety Caused by Mammals in the Commonwealth of Virginia, June 2017 | Supporting & Related Material | Environmental Assessment | 2023-06-14T04:00:00Z | 2023 | 6 | 2023-06-14T13:42:46Z | 0 | 0 | 0900006485b1985e | |||
| APHIS-2023-0051-0001 | APHIS | Managing Damage to Resources and Threats to Human Health and Safety Caused by Mammals in Virginia APHIS-2023-0051 | SUPPLEMENT TO THE ENVIRONMENTAL ASSESSMENT: Managing Damage to Resources and Threats to Human Health and Safety Caused by Mammals in the Commonwealth of Virginia, 2023 | Other | Supplement (SUP) | 2023-06-14T04:00:00Z | 2023 | 6 | 2023-06-14T04:00:00Z | 2023-08-01T03:59:59Z | 2023-07-05T01:00:57Z | 0 | 0 | 0900006485b198f8 | |
| APHIS-2023-0051-0003 | APHIS | Managing Damage to Resources and Threats to Human Health and Safety Caused by Mammals in Virginia APHIS-2023-0051 | DECISION AND FINDING OF NO SIGNIFICANT IMPACT: Environmental Assessment: Managing Damage to Resources and Threats to Human Health and Safety Caused by Mammals in the Commonwealth of Virginia, July 2017 | Supporting & Related Material | Decision | 2023-06-14T04:00:00Z | 2023 | 6 | 2023-06-14T13:42:57Z | 0 | 0 | 0900006485b198fd |
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);