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-2008-0066" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 5
  • Notice 2

posted_year 1

  • 2008 7

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-2008-0066-0013 APHIS Notice of Availability of a Pest Risk Analysis for Importation of Guavas From Mexico Into the United States APHIS-2008-0066 Appendix to the Pest Risk Analysis for Importation of Guavas from Mexico into the United States Supporting & Related Material Risk assessment 2008-10-22T04:00:00Z 2008 10     2010-07-30T15:20:20Z   0 0 090000648074f404
APHIS-2008-0066-0014 APHIS Notice of Availability of a Pest Risk Analysis for Importation of Guavas From Mexico Into the United States APHIS-2008-0066 Importation of Fresh Guava (Psidium guajava) Fruit from Mexico into the United States; Revised Risk Management Document Supporting & Related Material Risk assessment 2008-10-22T04:00:00Z 2008 10     2010-07-30T15:20:21Z   0 0 090000648074f41c
APHIS-2008-0066-0012 APHIS Notice of Availability of a Pest Risk Analysis for Importation of Guavas From Mexico Into the United States APHIS-2008-0066 Notice of Decision To Issue Permits for the Importation of Guavas From Mexico Into the United States Notice Notice 2008-10-14T04:00:00Z 2008 10     2010-07-30T15:20:20Z E8-24334 0 0 090000648074f212
APHIS-2008-0066-0003 APHIS Notice of Availability of a Pest Risk Analysis for Importation of Guavas From Mexico Into the United States APHIS-2008-0066 Risk Management Document: Importation of Fresh Guava (Psidium guajava) Fruit from Mexico into the United States treated with 400 gy irradiation Supporting & Related Material Risk assessment 2008-06-26T04:00:00Z 2008 6     2010-07-30T15:20:19Z   0 0 090000648062f2c9
APHIS-2008-0066-0004 APHIS Notice of Availability of a Pest Risk Analysis for Importation of Guavas From Mexico Into the United States APHIS-2008-0066 Determination by the Administrator: Conditions for Importation into the Continental United States of Fresh Guava Fruit from Mexico Supporting & Related Material Report 2008-06-26T04:00:00Z 2008 6     2010-07-30T15:20:19Z   0 0 090000648062f2ec
APHIS-2008-0066-0001 APHIS Notice of Availability of a Pest Risk Analysis for Importation of Guavas From Mexico Into the United States APHIS-2008-0066 Notice of Availability of a Pest Risk Analysis for Importation of Guavas From Mexico Into the United States Notice Availability of a document 2008-06-26T04:00:00Z 2008 6 2008-06-26T04:00:00Z 2008-08-26T03:59:59Z 2010-07-30T15:20:19Z E8-14504 0 0 090000648063f60a
APHIS-2008-0066-0002 APHIS Notice of Availability of a Pest Risk Analysis for Importation of Guavas From Mexico Into the United States APHIS-2008-0066 Importation of Guava, Psidium guajava, from Mexico into the United States: A Pathway-initiated, Commodity Risk Analysis Supporting & Related Material Risk assessment 2008-06-26T04:00:00Z 2008 6     2010-07-30T15:20:18Z   0 0 090000648062f24c

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