documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where docket_id = "APHIS-2006-0172" and document_type = "Notice" sorted by posted_date descending
This data as json, CSV (advanced)
| 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-2006-0172-0057 | APHIS | Interstate Movement of Garbage from Hawaii; Availability of an Environmental Assessment APHIS-2006-0172 | Withdrawal of Findings of No Significant Impact: Interstate Movement of Garbage from Hawaii | Notice | Notice | 2010-10-04T04:00:00Z | 2010 | 10 | 2010-10-04T04:00:00Z | 2010-10-04T14:03:28Z | 2010-24817 | 0 | 0 | 0900006480b6676c | |
| APHIS-2006-0172-0053 | APHIS | Interstate Movement of Garbage from Hawaii; Availability of an Environmental Assessment APHIS-2006-0172 | Availability of an Environmental Assessment and Finding of No Significant Impact: Interstate Movement of Garbage from Hawaii | Notice | Notice | 2010-05-27T04:00:00Z | 2010 | 5 | 2010-05-27T04:00:00Z | 2010-05-27T16:02:15Z | 2010-12828 | 0 | 0 | 0900006480af4e0c | |
| APHIS-2006-0172-0012 | APHIS | Interstate Movement of Garbage from Hawaii; Availability of an Environmental Assessment APHIS-2006-0172 | Interstate Movement of Garbage from Hawaii; Availability of an Environmental Assessment | Notice | Availability of a document | 2010-01-19T05:00:00Z | 2010 | 1 | 2010-01-19T05:00:00Z | 2010-02-19T04:59:59Z | 2010-01-19T15:21:16Z | 2010-00944 | 0 | 0 | 0900006480a7f5ac |
| APHIS-2006-0172-0009 | APHIS | Interstate Movement of Garbage from Hawaii; Availability of an Environmental Assessment APHIS-2006-0172 | Interstate Movement of Garbage from Hawaii; Availability of a Pest Risk Assessment and an Environmental Assessment and Finding of No Significant Impact | Notice | Notice | 2006-12-28T05:00:00Z | 2006 | 12 | 2008-01-07T22:36:46Z | E6-22267 | 0 | 0 | 09000064801f057a | ||
| APHIS-2006-0172-0001 | APHIS | Interstate Movement of Garbage from Hawaii; Availability of an Environmental Assessment APHIS-2006-0172 | Interstate Movement of Garbage From Hawaii; Availability of an Environmental Assessment and a Pest Risk Assessment | Notice | Availability of a document | 2006-11-08T12:37:08Z | 2006 | 11 | 2006-11-08T12:37:08Z | 2006-12-09T04:59:59Z | 2008-01-07T22:36:46Z | E6-19027 | 0 | 0 | 09000064801dedd1 |
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);