documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
4 rows where agency_id = "APHIS", docket_id = "APHIS-2009-0100" and posted_year = 2012 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), 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-2009-0100-0014 | APHIS | Irradiation Treatment; Location of Facilities in the Southern United States APHIS-2009-0100 | Irradiation Treatment: Location of Facilities in Southern United States; Technical Amendment | Rule | Final Rule | 2012-09-21T04:00:00Z | 2012 | 9 | 2012-09-21T04:00:00Z | 2012-09-21T14:28:31Z | 2012-23346 | 0 | 0 | 09000064811218b2 | |
| APHIS-2009-0100-0012 | APHIS | Irradiation Treatment; Location of Facilities in the Southern United States APHIS-2009-0100 | Analysis in Support of Certification that the Rule will not have a Significant Economic Impact on a Substantial Number of Small Entities; Amendment of Irradiation Treatments for Fruit Flies and Other Pests of Concern in Southern United States | Supporting & Related Material | Economic Analysis | 2012-07-20T04:00:00Z | 2012 | 7 | 2012-07-20T15:30:22Z | 0 | 0 | 090000648106c07c | |||
| APHIS-2009-0100-0011 | APHIS | Irradiation Treatment; Location of Facilities in the Southern United States APHIS-2009-0100 | Irradiation Treatment; Location of Facilities in the Southern United States | Rule | Final Rule | 2012-07-20T04:00:00Z | 2012 | 7 | 2012-07-20T04:00:00Z | 2012-07-20T15:30:04Z | 2012-17725 | 0 | 0 | 09000064810a71e7 | |
| APHIS-2009-0100-0013 | APHIS | Irradiation Treatment; Location of Facilities in the Southern United States APHIS-2009-0100 | Irradiation Facilities for Phytosanitary Treatments in the Southern United States; Environmental Assessment and Finding of No significant Impact | Supporting & Related Material | Environmental Assessment/FONSI | 2012-07-20T04:00:00Z | 2012 | 7 | 2012-07-20T15:30:28Z | 0 | 0 | 090000648106c07d |
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);