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

4 rows where docket_id = "APHIS-2014-0002" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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 2
  • Proposed Rule 1
  • Rule 1

posted_year 2

  • 2014 3
  • 2015 1

agency_id 1

  • APHIS 4
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-0002-0011 APHIS Importation of Kiwis From Chile Into the United States APHIS-2014-0002 Importation of Kiwi from Chile into the United States Rule Final Rule 2015-09-17T04:00:00Z 2015 9 2015-09-17T04:00:00Z   2015-09-17T14:40:16Z 2015-23383 0 0 0900006481c7bced
APHIS-2014-0002-0003 APHIS Importation of Kiwis From Chile Into the United States APHIS-2014-0002 Analysis in Support of Certification that the Rule will not have a Significant Economic Impact on a Substantial Number of Small Entities: Importation of Kiwi from Chile into the United States Supporting & Related Material Economic Analysis 2014-10-16T04:00:00Z 2014 10     2016-10-31T15:05:37Z   0 0 09000064818b317d
APHIS-2014-0002-0002 APHIS Importation of Kiwis From Chile Into the United States APHIS-2014-0002 Commodity Import Evaluation Document (CIED): Importation of Fresh Fruits of Kiwi (Actinidia deliciosa and Actinidia chinensis) from Chile into the United States Supporting & Related Material Evaluation document 2014-10-16T04:00:00Z 2014 10     2016-10-31T15:05:37Z   0 0 09000064818b317c
APHIS-2014-0002-0001 APHIS Importation of Kiwis From Chile Into the United States APHIS-2014-0002 Imports: Kiwi From Chile into the United States Proposed Rule Notice of Proposed Rulemaking (NPRM) 2014-10-16T04:00:00Z 2014 10 2014-10-16T04:00:00Z 2014-12-16T04:59:59Z 2014-12-16T03:07:01Z 2014-24631 0 0 09000064818c85eb

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