documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where docket_id = "APHIS-2012-0030" 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 3
agency_id 1
- APHIS 6
| 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-2012-0030-0635 | APHIS | ArborGen Inc.; Availability of Petition, Notice of Intent to Prepare an Environmental Impact Statement for Determination of Nonregulated Status of Freeze Tolerant Eucalyptus Lines, and Notice of Virtual Public Meetings APHIS-2012-0030 | Draft Environmental Impact Statement: ArborGen Inc Petition (11-019-01p) for Determination of Non-regulated Status for Freeze Tolerant Eucalyptus Lines FTE 427 and FTE 435 | Other | Environmental Impact Statement | 2017-04-21T04:00:00Z | 2017 | 4 | 2017-04-21T04:00:00Z | 2017-07-06T03:59:59Z | 2017-07-06T13:04:12Z | 0 | 0 | 09000064825671d5 | |
| APHIS-2012-0030-0634 | APHIS | ArborGen Inc.; Availability of Petition, Notice of Intent to Prepare an Environmental Impact Statement for Determination of Nonregulated Status of Freeze Tolerant Eucalyptus Lines, and Notice of Virtual Public Meetings APHIS-2012-0030 | Plant Pest Risk Assessment: ArborGen Inc. Petition (11-019-01p) for Determination of Non-regulated Status of Eucalyptus Hybrid Freeze Tolerant Events FTE427 and FTE435 | Other | Supplement (SUP) | 2017-04-21T04:00:00Z | 2017 | 4 | 2017-04-26T17:21:32Z | 0 | 0 | 0900006482567132 | |||
| APHIS-2012-0030-0632 | APHIS | ArborGen Inc.; Availability of Petition, Notice of Intent to Prepare an Environmental Impact Statement for Determination of Nonregulated Status of Freeze Tolerant Eucalyptus Lines, and Notice of Virtual Public Meetings APHIS-2012-0030 | Transcript of Online Virtual Public Meeting Held April 18, 2013, on Freeze Tolerant Eucalyptus | Supporting & Related Material | Environmental Impact Statement | 2013-05-07T04:00:00Z | 2013 | 5 | 2013-05-07T12:56:21Z | 0 | 0 | 09000064812bcf20 | |||
| APHIS-2012-0030-0631 | APHIS | ArborGen Inc.; Availability of Petition, Notice of Intent to Prepare an Environmental Impact Statement for Determination of Nonregulated Status of Freeze Tolerant Eucalyptus Lines, and Notice of Virtual Public Meetings APHIS-2012-0030 | Transcript of Online Virtual Public Meeting Held April 17, 2013, on Freeze Tolerant Eucalyptus | Supporting & Related Material | Environmental Impact Statement | 2013-05-07T04:00:00Z | 2013 | 5 | 2013-05-07T13:00:18Z | 0 | 0 | 09000064812bcf1f | |||
| APHIS-2012-0030-0002 | APHIS | ArborGen Inc.; Availability of Petition, Notice of Intent to Prepare an Environmental Impact Statement for Determination of Nonregulated Status of Freeze Tolerant Eucalyptus Lines, and Notice of Virtual Public Meetings APHIS-2012-0030 | Petition for Determination of Non-regulated Status for Freeze Tolerant Hybrid Eucalyptus Lines | Supporting & Related Material | Petition | 2013-02-27T05:00:00Z | 2013 | 2 | 2013-02-27T15:38:18Z | 0 | 0 | 090000648120343f | |||
| APHIS-2012-0030-0001 | APHIS | ArborGen Inc.; Availability of Petition, Notice of Intent to Prepare an Environmental Impact Statement for Determination of Nonregulated Status of Freeze Tolerant Eucalyptus Lines, and Notice of Virtual Public Meetings APHIS-2012-0030 | Petitions for Determination of Nonregulated Status; Availability: ArborGen Inc.; Freeze Tolerant Eucalyptus Lines; Environmental Impact Statement and Meeting | Notice | Notice of Receipt of Petition | 2013-02-27T05:00:00Z | 2013 | 2 | 2013-02-27T05:00:00Z | 2013-04-30T03:59:59Z | 2013-05-22T01:02:11Z | 2013-04519 | 0 | 0 | 090000648120cc68 |
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);