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

3 rows where docket_id = "APHIS-2010-0082" and posted_year = 2018 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Rule 2
  • Supporting & Related Material 1

posted_year 1

  • 2018 · 3 ✖

agency_id 1

  • APHIS 3
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-2010-0082-0033 APHIS Establishing a Performance Standard for Authorizing the Importation and Interstate Movement of Fruits and Vegetables APHIS-2010-0082 Establishing a Performance Standard for Authorizing the Importation and Interstate Movement of Fruits and Vegetables; Correction Rule Correction 2018-10-04T04:00:00Z 2018 10 2018-10-04T04:00:00Z   2018-10-04T13:53:47Z 2018-21627 0 0 0900006483794ede
APHIS-2010-0082-0032 APHIS Establishing a Performance Standard for Authorizing the Importation and Interstate Movement of Fruits and Vegetables APHIS-2010-0082 Regulatory Impact Analysis and Final Regulatory Flexibility Analysis: Establishing a Performance Standard for Authorizing the Importation and Interstate Movement of Fruits and Vegetables Supporting & Related Material Economic Analysis 2018-09-18T04:00:00Z 2018 9     2018-09-18T20:47:42Z   0 0 09000064836693e7
APHIS-2010-0082-0031 APHIS Establishing a Performance Standard for Authorizing the Importation and Interstate Movement of Fruits and Vegetables APHIS-2010-0082 Establishing a Performance Standard for Authorizing the Importation and Interstate Movement of Fruits and Vegetables Rule Final Rule 2018-09-14T04:00:00Z 2018 9 2018-09-14T04:00:00Z   2018-09-14T14:53:49Z 2018-19984 0 0 09000064836edc31

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