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

7 rows where agency_id = "APHIS" and docket_id = "APHIS-2009-0100" 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 3

  • Supporting & Related Material 4
  • Rule 2
  • Proposed Rule 1

posted_year 2

  • 2012 4
  • 2011 3

agency_id 1

  • APHIS · 7 ✖
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-2009-0100-0014 APHIS Irradiation Treatment; Location of Facilities in the Southern United States APHIS-2009-0100 Irradiation Treatment: Location of Facilities in Southern United States; Technical Amendment Rule Final Rule 2012-09-21T04:00:00Z 2012 9 2012-09-21T04:00:00Z   2012-09-21T14:28:31Z 2012-23346 0 0 09000064811218b2
APHIS-2009-0100-0012 APHIS Irradiation Treatment; Location of Facilities in the Southern United States APHIS-2009-0100 Analysis in Support of Certification that the Rule will not have a Significant Economic Impact on a Substantial Number of Small Entities; Amendment of Irradiation Treatments for Fruit Flies and Other Pests of Concern in Southern United States Supporting & Related Material Economic Analysis 2012-07-20T04:00:00Z 2012 7     2012-07-20T15:30:22Z   0 0 090000648106c07c
APHIS-2009-0100-0011 APHIS Irradiation Treatment; Location of Facilities in the Southern United States APHIS-2009-0100 Irradiation Treatment; Location of Facilities in the Southern United States Rule Final Rule 2012-07-20T04:00:00Z 2012 7 2012-07-20T04:00:00Z   2012-07-20T15:30:04Z 2012-17725 0 0 09000064810a71e7
APHIS-2009-0100-0013 APHIS Irradiation Treatment; Location of Facilities in the Southern United States APHIS-2009-0100 Irradiation Facilities for Phytosanitary Treatments in the Southern United States; Environmental Assessment and Finding of No significant Impact Supporting & Related Material Environmental Assessment/FONSI 2012-07-20T04:00:00Z 2012 7     2012-07-20T15:30:28Z   0 0 090000648106c07d
APHIS-2009-0100-0002 APHIS Irradiation Treatment; Location of Facilities in the Southern United States APHIS-2009-0100 Generic Phytosanitary Criteria for Establishing Locations for Irradiation Facilities in the Southern United States: Treatment Evaluation Document Supporting & Related Material Technical Support Document 2011-09-29T04:00:00Z 2011 9     2011-09-29T14:35:43Z   0 0 0900006480f13aac
APHIS-2009-0100-0003 APHIS Irradiation Treatment; Location of Facilities in the Southern United States APHIS-2009-0100 Regulatory Impact Analysis & Analysis in Support of Certification that the Rule will not have a Significant Economic Impact on a Substantial Numberof Small Entities Supporting & Related Material Economic Analysis 2011-09-29T04:00:00Z 2011 9     2011-09-29T14:35:47Z   0 0 0900006480f13aae
APHIS-2009-0100-0001 APHIS Irradiation Treatment; Location of Facilities in the Southern United States APHIS-2009-0100 Irradiation Treatment; Location of Facilities in the Southern United States Proposed Rule Advance Notice of Proposed Rulemaking (ANPRM) 2011-09-29T04:00:00Z 2011 9 2011-09-29T04:00:00Z 2011-11-29T04:59:59Z 2011-09-29T14:35:31Z 2011-25092 0 0 0900006480f429f3

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