documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where docket_id = "APHIS-2014-0032" and posted_year = 2015 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, withdrawn, 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-2014-0032-0377 | APHIS | Importation of Beef From a Region in Argentina APHIS-2014-0032 | Regulatory Impact Analysis and Final Regulatory Flexibility Analysis: Importation of Fresh (Chilled or Frozen) Beef from a Region in Northern Argentina | Supporting & Related Material | Economic Analysis | 2015-07-22T04:00:00Z | 2015 | 7 | 2016-10-31T15:09:08Z | 0 | 0 | 0900006481b99ef4 | |||
| APHIS-2014-0032-0375 | APHIS | Importation of Beef From a Region in Argentina APHIS-2014-0032 | Risk Analysis: Foot-and-Mouth Disease Risk from Importation of Fresh (Chilled or Frozen), Matured, Deboned Beef from Northern Argentina into the United States | Supporting & Related Material | Risk Assessment | 2015-07-02T04:00:00Z | 2015 | 7 | 2015-07-02T13:34:54Z | 0 | 0 | 0900006481a85e45 | |||
| APHIS-2014-0032-0376 | APHIS | Importation of Beef From a Region in Argentina APHIS-2014-0032 | Importation of Fresh Beef from Northern Argentina: Final Environmental Assessment | Supporting & Related Material | Environmental Assessment | 2015-07-02T04:00:00Z | 2015 | 7 | 2015-07-02T14:37:31Z | 0 | 0 | 0900006481b674bc | |||
| APHIS-2014-0032-0374 | APHIS | Importation of Beef From a Region in Argentina APHIS-2014-0032 | Finding of No Significant Impact: Importation of Fresh Beef from Northern Argentina | Supporting & Related Material | Finding of no Significant Impact | 2015-07-02T04:00:00Z | 2015 | 7 | 2015-07-02T13:34:38Z | 0 | 0 | 0900006481a85e44 | |||
| APHIS-2014-0032-0372 | APHIS | Importation of Beef From a Region in Argentina APHIS-2014-0032 | Importation of Beef From a Region in Argentina | Rule | Final Rule | 2015-07-02T04:00:00Z | 2015 | 7 | 2015-07-02T04:00:00Z | 2015-07-02T13:30:54Z | 2015-16335 | 0 | 0 | 0900006481b67122 | |
| APHIS-2014-0032-0373 | APHIS | Importation of Beef From a Region in Argentina APHIS-2014-0032 | Analysis in Support of Certification that the Rule will not have a Significant Economic Impact on a Substantial Number of Small Entities | Supporting & Related Material | 2015-07-02T00:00:00Z | 2015 | 7 | 2015-07-22T20:23:20Z | 0 | 1 | 0900006481a85e43 |
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);