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

6 rows where docket_id = "APHIS-2014-0042" and posted_year = 2015 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 4
  • Notice 2

posted_year 1

  • 2015 · 6 ✖

agency_id 1

  • APHIS 6
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-0042-0008 APHIS Recognizing the Classical Swine Fever, Foot-and-Mouth Disease, Swine Vesicular Disease, and Rinderpest Status of Croatia APHIS-2014-0042 Classical Swine Fever, Foot-and-Mouth Disease, Rinderpest, and Swine Vesicular Disease Status of Croatia Notice Determinations 2015-10-23T04:00:00Z 2015 10 2015-10-23T04:00:00Z   2015-10-23T13:19:41Z 2015-27092 0 0 0900006481ce4ab2
APHIS-2014-0042-0007 APHIS Recognizing the Classical Swine Fever, Foot-and-Mouth Disease, Swine Vesicular Disease, and Rinderpest Status of Croatia APHIS-2014-0042 Finding of No Significant Impact: Importation of Swine and Swine Commodities from Croatia: Environmental Assessment Supporting & Related Material Finding of no Significant Impact 2015-09-09T04:00:00Z 2015 9     2015-09-09T15:06:17Z   0 0 0900006481c620cb
APHIS-2014-0042-0002 APHIS Recognizing the Classical Swine Fever, Foot-and-Mouth Disease, Swine Vesicular Disease, and Rinderpest Status of Croatia APHIS-2014-0042 APHIS Animal Health Status Evaluation of the Republic of Croatia for Classical Swine Fever, Swine Vesicular Disease, Foot and Mouth Disease, and Rinderpest Supporting & Related Material Risk Assessment 2015-02-04T05:00:00Z 2015 2     2015-02-04T13:53:20Z   0 0 09000064819f2c8e
APHIS-2014-0042-0003 APHIS Recognizing the Classical Swine Fever, Foot-and-Mouth Disease, Swine Vesicular Disease, and Rinderpest Status of Croatia APHIS-2014-0042 Environmental Assessment Supporting & Related Material Environmental Assessment 2015-02-04T05:00:00Z 2015 2     2015-02-04T13:58:46Z   0 0 09000064819f2c8f
APHIS-2014-0042-0004 APHIS Recognizing the Classical Swine Fever, Foot-and-Mouth Disease, Swine Vesicular Disease, and Rinderpest Status of Croatia APHIS-2014-0042 Posted in error Supporting & Related Material   2015-02-04T00:00:00Z 2015 2     2015-09-09T15:25:49Z   0 1 09000064819f2c90
APHIS-2014-0042-0001 APHIS Recognizing the Classical Swine Fever, Foot-and-Mouth Disease, Swine Vesicular Disease, and Rinderpest Status of Croatia APHIS-2014-0042 Evaluations; Availability: Classical Swine Fever and Vesicular Disease, Foot-and-Mouth Disease and Rinderpest Status of Croatia Notice Availability of Document 2015-02-03T05:00:00Z 2015 2 2015-02-03T05:00:00Z 2015-04-07T03:59:59Z 2015-04-07T02:05:11Z 2015-02011 0 0 09000064819eff9d

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