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

9 rows where docket_id = "APHIS-2015-0091" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

  • Supporting & Related Material 7
  • Proposed Rule 1
  • Rule 1

posted_year 2

  • 2016 5
  • 2017 4

agency_id 1

  • APHIS 9
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-2015-0091-0011 APHIS Importation of Orchids in Growing Media From the Republic of Korea Into the Continental United States APHIS-2015-0091 Finding of No Significant Impact Supporting & Related Material Environmental Assessment/FONSI 2017-09-14T04:00:00Z 2017 9     2017-09-14T11:01:00Z   0 0 0900006482b140bb
APHIS-2015-0091-0014 APHIS Importation of Orchids in Growing Media From the Republic of Korea Into the Continental United States APHIS-2015-0091 Enivironmental Assessment Supporting & Related Material Environmental Assessment 2017-09-14T04:00:00Z 2017 9     2017-09-14T13:19:17Z   0 0 0900006482b140ba
APHIS-2015-0091-0013 APHIS Importation of Orchids in Growing Media From the Republic of Korea Into the Continental United States APHIS-2015-0091 Economic Analysis Supporting & Related Material Economic Analysis 2017-09-14T04:00:00Z 2017 9     2017-09-14T13:19:08Z   0 0 0900006482b140b9
APHIS-2015-0091-0012 APHIS Importation of Orchids in Growing Media From the Republic of Korea Into the Continental United States APHIS-2015-0091 Importation of Orchids in Growing Media from Republic of Korea into Continental United States Rule Final Rule 2017-09-14T04:00:00Z 2017 9 2017-09-14T04:00:00Z   2017-09-14T13:17:57Z 2017-19519 0 0 0900006482b34875
APHIS-2015-0091-0004 APHIS Importation of Orchids in Growing Media From the Republic of Korea Into the Continental United States APHIS-2015-0091 Economic Analysis Supporting & Related Material Economic Analysis 2016-08-12T04:00:00Z 2016 8     2016-08-12T12:54:58Z   0 0 090000648209b04c
APHIS-2015-0091-0005 APHIS Importation of Orchids in Growing Media From the Republic of Korea Into the Continental United States APHIS-2015-0091 Information Collection Supporting & Related Material Paperwork Packages 2016-08-12T04:00:00Z 2016 8     2016-08-12T12:54:58Z   0 0 090000648216eda8
APHIS-2015-0091-0002 APHIS Importation of Orchids in Growing Media From the Republic of Korea Into the Continental United States APHIS-2015-0091 Importation of Cymbidium spp. and Phalaenopsis spp. Orchid Plants in Approved Growing Media from Republic of Korea into the Continental United StatesA Pathway-Initiated Pest Risk Assessment Supporting & Related Material Risk Assessment 2016-08-12T04:00:00Z 2016 8     2016-08-12T12:54:58Z   0 0 0900006482098e64
APHIS-2015-0091-0001 APHIS Importation of Orchids in Growing Media From the Republic of Korea Into the Continental United States APHIS-2015-0091 Importation of Plants: Orchids in Growing Media From the Republic of Korea Proposed Rule Notice of Proposed Rulemaking (NPRM) 2016-08-12T04:00:00Z 2016 8 2016-08-12T04:00:00Z 2016-10-12T03:59:59Z 2016-10-11T13:02:02Z 2016-19224 0 0 09000064821709a9
APHIS-2015-0091-0003 APHIS Importation of Orchids in Growing Media From the Republic of Korea Into the Continental United States APHIS-2015-0091 Risk Management Document Supporting & Related Material Risk Management Document 2016-08-12T04:00:00Z 2016 8     2016-08-12T12:54:58Z   0 0 090000648209b04b

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 30.697ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API