documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where docket_id = "APHIS-2014-0099" and posted_year = 2015 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-2014-0099-0027 | APHIS | Importation of Tomato Plantlets in Approved Growing Media From Mexico APHIS-2014-0099 | Importation of Live Greenhouse-Grown Tomato Plantlets on Approved Growing Media from Mexico to the Continental United States: Final Environmental Assessment | Supporting & Related Material | Environmental Assessment | 2015-10-02T04:00:00Z | 2015 | 10 | 2015-10-02T13:37:31Z | 0 | 0 | 0900006481c8ea2e | |||
| APHIS-2014-0099-0026 | APHIS | Importation of Tomato Plantlets in Approved Growing Media From Mexico APHIS-2014-0099 | Final Regulatory Flexibility Analysis | Supporting & Related Material | Economic Analysis | 2015-10-02T04:00:00Z | 2015 | 10 | 2015-10-02T13:37:22Z | 0 | 0 | 0900006481c8ea2b | |||
| APHIS-2014-0099-0028 | APHIS | Importation of Tomato Plantlets in Approved Growing Media From Mexico APHIS-2014-0099 | Finding of No Significant Impact | Supporting & Related Material | Finding of no Significant Impact | 2015-10-02T04:00:00Z | 2015 | 10 | 2015-10-02T13:37:40Z | 0 | 0 | 0900006481c8ea6e | |||
| APHIS-2014-0099-0025 | APHIS | Importation of Tomato Plantlets in Approved Growing Media From Mexico APHIS-2014-0099 | Importation of Tomato Plantlets in Approved Growing Media From Mexico | Rule | Final Rule | 2015-10-02T04:00:00Z | 2015 | 10 | 2015-10-02T04:00:00Z | 2015-10-02T13:34:33Z | 2015-25100 | 0 | 0 | 0900006481caaae2 | |
| APHIS-2014-0099-0004 | APHIS | Importation of Tomato Plantlets in Approved Growing Media From Mexico APHIS-2014-0099 | Initial Regulatory Flexibility Analysis | Supporting & Related Material | Economic Analysis | 2015-03-05T05:00:00Z | 2015 | 3 | 2015-03-05T17:27:21Z | 0 | 0 | 0900006481a23c39 | |||
| APHIS-2014-0099-0005 | APHIS | Importation of Tomato Plantlets in Approved Growing Media From Mexico APHIS-2014-0099 | Importation of Live Greenhouse-Grown Tomato Plantlets on Approved Growing Media from Mexico to the Continental United States: Draft Environmental Assessment | Supporting & Related Material | Environmental Assessment | 2015-03-05T05:00:00Z | 2015 | 3 | 2015-03-05T17:29:59Z | 0 | 0 | 0900006481a23f07 | |||
| APHIS-2014-0099-0001 | APHIS | Importation of Tomato Plantlets in Approved Growing Media From Mexico APHIS-2014-0099 | Imports: Tomato Plantlets in Approved Growing Media from Mexico | Proposed Rule | Notice of Proposed Rulemaking (NPRM) | 2015-03-05T05:00:00Z | 2015 | 3 | 2015-03-05T05:00:00Z | 2015-05-05T03:59:59Z | 2015-05-09T01:32:04Z | 2015-05058 | 0 | 0 | 0900006481a2e2b3 |
| APHIS-2014-0099-0003 | APHIS | Importation of Tomato Plantlets in Approved Growing Media From Mexico APHIS-2014-0099 | Importation of Live Greenhouse-Grown Tomato Plantlets (Solanum lycopersicum) in APHIS-Approved Growing Media from Mexico into the Continental United States | Supporting & Related Material | Risk Management Document | 2015-03-05T05:00:00Z | 2015 | 3 | 2015-03-05T17:27:05Z | 0 | 0 | 0900006481a23c38 | |||
| APHIS-2014-0099-0002 | APHIS | Importation of Tomato Plantlets in Approved Growing Media From Mexico APHIS-2014-0099 | Importation of Live Greenhouse-Grown Tomato Plantlets on Approved Growing Media from Mexico into the Continental United States: A Qualitative, Pathway-Initiated Pest Risk Assessment | Supporting & Related Material | Risk Assessment | 2015-03-05T05:00:00Z | 2015 | 3 | 2015-03-05T17:26:51Z | 0 | 0 | 0900006481a23c37 |
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);