home / openregs

documents

Regulatory documents from Regulations.gov including rules, proposed rules, notices, and supporting materials.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

8 rows where docket_id = "APHIS-2013-0059" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: title, subtype, posted_date, posted_month, withdrawn, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

document_type 3

  • Supporting & Related Material 4
  • Proposed Rule 2
  • Rule 2

posted_year 2

  • 2014 7
  • 2015 1

agency_id 1

  • APHIS 8
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-0059-0016 APHIS Importation of Unshu Oranges From Japan Into the United States APHIS-2013-0059 Technical Amendments: Importation of Fresh Unshu Oranges from Japan into the U.S. Rule Final Rule 2015-08-11T04:00:00Z 2015 8 2015-08-11T04:00:00Z   2015-08-11T13:17:02Z 2015-19698 0 0 0900006481c033b9
APHIS-2013-0059-0015 APHIS Importation of Unshu Oranges From Japan Into the United States APHIS-2013-0059 Final Economic Analysis Supporting & Related Material Economic Analysis 2014-10-27T04:00:00Z 2014 10     2014-10-27T14:33:54Z   0 0 09000064818dc92d
APHIS-2013-0059-0014 APHIS Importation of Unshu Oranges From Japan Into the United States APHIS-2013-0059 Importation of Fresh Unshu Oranges from Japan into the United States Rule Final Rule 2014-10-27T04:00:00Z 2014 10 2014-10-27T04:00:00Z   2014-10-28T23:49:37Z 2014-25469 0 0 09000064818fede6
APHIS-2013-0059-0005 APHIS Importation of Unshu Oranges From Japan Into the United States APHIS-2013-0059 Importation of Fresh Unshu Oranges From Japan Into the United States Proposed Rule   2014-04-11T00:00:00Z 2014 4     2014-04-25T16:09:51Z   0 1 09000064816afd22
APHIS-2013-0059-0004 APHIS Importation of Unshu Oranges From Japan Into the United States APHIS-2013-0059 Importation of Fresh Unshu Oranges from Japan into the United States Proposed Rule Advance Notice of Proposed Rulemaking (ANPRM) 2014-04-10T04:00:00Z 2014 4 2014-04-10T04:00:00Z 2014-06-10T03:59:59Z 2014-10-29T14:42:34Z 2014-08019 0 0 09000064816ad7fe
APHIS-2013-0059-0003 APHIS Importation of Unshu Oranges From Japan Into the United States APHIS-2013-0059 Importation of Unshu Orange, Citrus reticulata var. unshu, Fruit from Japan into the Continental United States Supporting & Related Material Risk Management Document 2014-04-03T04:00:00Z 2014 4     2014-04-03T15:42:07Z   0 0 090000648169ab28
APHIS-2013-0059-0002 APHIS Importation of Unshu Oranges From Japan Into the United States APHIS-2013-0059 Importation of Japanese Unshu Orange, Citrus reticulata Blanco var. Unshu, Fruit into the Continental United States Supporting & Related Material Risk Assessment 2014-04-03T04:00:00Z 2014 4     2014-04-03T15:42:00Z   0 0 090000648169ab27
APHIS-2013-0059-0001 APHIS Importation of Unshu Oranges From Japan Into the United States APHIS-2013-0059 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 Economic Analysis 2014-04-03T04:00:00Z 2014 4     2014-04-03T15:41:53Z   0 0 090000648169ab26

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 39.434ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API