documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
4 rows where docket_id = "APHIS-2013-0095" 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-2013-0095-0005 | APHIS | Notice of Availability of a Treatment Evaluation Document for Methyl Bromide Treatment for Kumquat APHIS-2013-0095 | Affirmation of Addition of a Treatment Schedule for Methyl Bromide Fumigation of Kumquat | Notice | Availability of Document | 2014-06-04T04:00:00Z | 2014 | 6 | 2014-06-04T04:00:00Z | 2014-06-04T14:11:05Z | 2014-13008 | 0 | 0 | 09000064817280fe | |
| APHIS-2013-0095-0002 | APHIS | Notice of Availability of a Treatment Evaluation Document for Methyl Bromide Treatment for Kumquat APHIS-2013-0095 | Amend PPQ Treatment Manual to Add Methyl Bromide Treatment for Kumquat (Fortunella japonica), Treatment Evaluation Document | Supporting & Related Material | Evaluation document | 2014-01-30T05:00:00Z | 2014 | 1 | 2014-01-30T17:06:57Z | 0 | 0 | 0900006481535317 | |||
| APHIS-2013-0095-0001 | APHIS | Notice of Availability of a Treatment Evaluation Document for Methyl Bromide Treatment for Kumquat APHIS-2013-0095 | Treatment Evaluation Documents; Availability: Methyl Bromide Treatment for Kumquat | Notice | Availability of Document | 2014-01-30T05:00:00Z | 2014 | 1 | 2014-01-30T05:00:00Z | 2014-04-01T03:59:59Z | 2014-02-04T02:06:28Z | 2014-01761 | 0 | 0 | 09000064815358ac |
| APHIS-2013-0095-0003 | APHIS | Notice of Availability of a Treatment Evaluation Document for Methyl Bromide Treatment for Kumquat APHIS-2013-0095 | Mitigated Finding of No Significant Impact for the Environmental Assessment for Importation of Fresh Citrus Fruit from Uruguay, including Citrus Hybrids and Fortunella spp. into the Continental United States (September 2013) | Supporting & Related Material | Finding of no Significant Impact | 2014-01-30T05:00:00Z | 2014 | 1 | 2014-01-30T17:06:58Z | 0 | 0 | 0900006481535318 |
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);