documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where docket_id = "APHIS-2010-0127" and posted_year = 2011 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, posted_date, posted_month, last_modified, 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-2010-0127-0041 | APHIS | Movement of Hass Avocados From Areas Where Mediterranean Fruit Fly or South American Fruit Fly Exist APHIS-2010-0127 | Final Regulatory Flexibility Analysis: Host Status of 'Hass' Avocados to Mediterranean Fruit Fly, Ceratitis capitata (Wiedemann) and South American fruit fly, Anastrepha fraterculus | Supporting & Related Material | Economic Analysis | 2011-07-22T04:00:00Z | 2011 | 7 | 2011-07-22T13:37:47Z | 0 | 0 | 0900006480ec5098 | |||
| APHIS-2010-0127-0040 | APHIS | Movement of Hass Avocados From Areas Where Mediterranean Fruit Fly or South American Fruit Fly Exist APHIS-2010-0127 | Movement of Hass Avocados from Areas where Mediterranean Fruit Fly or South American Fruit Fly Exist | Rule | Final Rule | 2011-07-22T04:00:00Z | 2011 | 7 | 2011-07-22T04:00:00Z | 2011-07-22T13:37:03Z | 2011-18707 | 0 | 0 | 0900006480ec957d | |
| APHIS-2010-0127-0021 | APHIS | Movement of Hass Avocados From Areas Where Mediterranean Fruit Fly or South American Fruit Fly Exist APHIS-2010-0127 | Movement of Hass Avocados From Areas Where Mediterranean Fruit Fly or South American Fruit Fly Exist | Proposed Rule | Extension of comment period | 2011-05-09T04:00:00Z | 2011 | 5 | 2011-06-11T16:56:32Z | 2011-11173 | 0 | 0 | 0900006480c42be9 | ||
| APHIS-2010-0127-0004 | APHIS | Movement of Hass Avocados From Areas Where Mediterranean Fruit Fly or South American Fruit Fly Exist APHIS-2010-0127 | Initial Regulatory Flexibility Analysis: Movement of Hass avocadoes from areas where the Mediterranean fruit fly or South American fruit fly exists | Supporting & Related Material | Economic analysis | 2011-04-11T04:00:00Z | 2011 | 4 | 2011-06-11T16:56:32Z | 0 | 0 | 0900006480c21326 | |||
| APHIS-2010-0127-0002 | APHIS | Movement of Hass Avocados From Areas Where Mediterranean Fruit Fly or South American Fruit Fly Exist APHIS-2010-0127 | Commodity Import Evaluation Document (CIED):Host status of ‘Hass’ avocados to Mediterranean fruit fly, Ceratitis capitata (Wiedemann) and the South American fruit fly, Anastrepha fraterculus (Wiedemann) | Supporting & Related Material | Other | 2011-04-04T04:00:00Z | 2011 | 4 | 2011-04-04T14:11:17Z | 0 | 0 | 0900006480c13c73 | |||
| APHIS-2010-0127-0001 | APHIS | Movement of Hass Avocados From Areas Where Mediterranean Fruit Fly or South American Fruit Fly Exist APHIS-2010-0127 | Movement of Hass Avocados from Areas where Mediterranean Fruit Fly or South American Fruit Fly Exist | Proposed Rule | Proposed rule | 2011-04-04T04:00:00Z | 2011 | 4 | 2011-04-04T04:00:00Z | 2011-05-19T03:59:59Z | 2011-06-11T16:56:31Z | 2011-07894 | 0 | 0 | 0900006480c1ae1b |
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);