documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
4 rows where docket_id = "APHIS-2015-0097" 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)
document_type 2
agency_id 1
- APHIS 4
| 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-2015-0097-0003 | APHIS | Asian Longhorned Beetle; Updated List of Regulated Articles APHIS-2015-0097 | Regulated Articles: Asian Longhorned Beetle | Rule | Affirmation of an Interim Rule | 2017-05-25T04:00:00Z | 2017 | 5 | 2017-05-25T04:00:00Z | 2017-05-25T12:07:41Z | 2017-10675 | 0 | 0 | 0900006482610319 | |
| APHIS-2015-0097-0004 | APHIS | Asian Longhorned Beetle; Updated List of Regulated Articles APHIS-2015-0097 | Updated List of Regulated Articles for ALB: Economic Analysis | Supporting & Related Material | Economic Analysis | 2017-05-25T04:00:00Z | 2017 | 5 | 2017-05-25T12:10:28Z | 0 | 0 | 09000064825e60b0 | |||
| APHIS-2015-0097-0002 | APHIS | Asian Longhorned Beetle; Updated List of Regulated Articles APHIS-2015-0097 | Economic Analysis: ALB; Updated List of Regulated Areas | Supporting & Related Material | Economic Analysis | 2016-06-17T04:00:00Z | 2016 | 6 | 2016-06-20T12:42:23Z | 0 | 0 | 090000648204b52e | |||
| APHIS-2015-0097-0001 | APHIS | Asian Longhorned Beetle; Updated List of Regulated Articles APHIS-2015-0097 | List of Regulated Articles: Asian Longhorned Beetle | Rule | Interim Final Rule | 2016-06-16T04:00:00Z | 2016 | 6 | 2016-06-16T04:00:00Z | 2016-08-16T03:59:59Z | 2016-06-16T14:03:19Z | 2016-14248 | 0 | 0 | 090000648204536e |
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);