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

5 rows where agency_id = "APHIS" and docket_id = "APHIS-2012-0053" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 3
  • Notice 2

posted_year 1

  • 2013 5

agency_id 1

  • APHIS · 5 ✖
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-2012-0053-0006 APHIS Importation of Fresh Oranges and Tangerines From Egypt Into the United States APHIS-2012-0053 Importation of Fresh Oranges and Tangerines from Egypt into the United States Notice Availability of Document 2013-08-16T04:00:00Z 2013 8 2013-08-16T04:00:00Z   2013-08-16T13:46:26Z 2013-19958 0 0 09000064813b5f9b
APHIS-2012-0053-0002 APHIS Importation of Fresh Oranges and Tangerines From Egypt Into the United States APHIS-2012-0053 Addition of a Cold Treatment Schedule T107-l to the Treatment Manual for Peach Fruit Fly Bactrocera zonata (Saunders) in Oranges and Tangerines Supporting & Related Material Evaluation document 2013-04-18T04:00:00Z 2013 4     2013-04-18T14:33:25Z   0 0 0900006481263924
APHIS-2012-0053-0003 APHIS Importation of Fresh Oranges and Tangerines From Egypt Into the United States APHIS-2012-0053 Pest List for the Importation of Fresh Orange and Tangerine (Citrus sinensis and C. reticulata) into the Continental United States from Egypt Supporting & Related Material Fact/Data Sheet 2013-04-18T04:00:00Z 2013 4     2013-04-18T14:33:43Z   0 0 0900006481263925
APHIS-2012-0053-0004 APHIS Importation of Fresh Oranges and Tangerines From Egypt Into the United States APHIS-2012-0053 Commodity Import Evaluation Document (CIED)Importation of oranges, Citrus sinensis L. (Osbeck)and Citrus reticulata Blanco, from Egypt to the Continental United States with cold treatment for Bactrocera zonata (Saunders) Supporting & Related Material Evaluation document 2013-04-18T04:00:00Z 2013 4     2013-04-18T14:33:57Z   0 0 0900006481263927
APHIS-2012-0053-0001 APHIS Importation of Fresh Oranges and Tangerines From Egypt Into the United States APHIS-2012-0053 Importation of Fresh Oranges and Tangerines from Egypt into the United States Notice Availability of Document 2013-04-18T04:00:00Z 2013 4 2013-04-18T04:00:00Z 2013-06-18T03:59:59Z 2013-05-02T01:03:03Z 2013-09146 0 0 0900006481299ae1

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