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-2007-0061" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

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

posted_year 1

  • 2007 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-2007-0061-0012 APHIS Importation of Blueberries From South Africa, Uruguay, and Argentina With Cold Treatment APHIS-2007-0061 Importation of Blueberries From South Africa, Uruguay, and Argentina With Cold Treatment Rule Final rule 2007-09-17T04:00:00Z 2007 9     2014-01-18T17:24:34Z E7-18276 0 0 0900006480286cdc
APHIS-2007-0061-0006 APHIS Importation of Blueberries From South Africa, Uruguay, and Argentina With Cold Treatment APHIS-2007-0061 Importation of Blueberries From South Africa, Uruguay, and Argentina With Cold Treatment; Correction Proposed Rule Correction 2007-06-15T04:00:00Z 2007 6     2011-06-11T16:55:53Z E7-11616 0 0 0900006480252a5c
APHIS-2007-0061-0004 APHIS Importation of Blueberries From South Africa, Uruguay, and Argentina With Cold Treatment APHIS-2007-0061 Importation of fresh highbush and rabbit-eye blueberry (Vaccinium corymbosum L & V. virgatum Aiton) fruit into the Continental United States from Uruguay; A Pathway-Initiated Risk Assessment, April 2007 Supporting & Related Material Risk assessment 2007-06-05T04:00:00Z 2007 6     2007-06-05T13:43:39Z   0 0 0900006480248150
APHIS-2007-0061-0002 APHIS Importation of Blueberries From South Africa, Uruguay, and Argentina With Cold Treatment APHIS-2007-0061 Risk Management Document: Importation of Fresh Blueberry fruit (Vaccinium spp.) from Uruguay and South Africa into the Continental United States, dated April 16, 2007 Supporting & Related Material Support/Background 2007-06-05T04:00:00Z 2007 6     2007-06-05T13:43:37Z   0 0 0900006480248143
APHIS-2007-0061-0003 APHIS Importation of Blueberries From South Africa, Uruguay, and Argentina With Cold Treatment APHIS-2007-0061 Qualitative Pathway-Initiated Risk Assessment of the Importation of Blueberry Fruits (Vaccinium species) from the Republic of South Africa into the United States, dated April 2007 Supporting & Related Material Risk assessment 2007-06-05T04:00:00Z 2007 6     2007-06-05T13:43:38Z   0 0 0900006480248148
APHIS-2007-0061-0001 APHIS Importation of Blueberries From South Africa, Uruguay, and Argentina With Cold Treatment APHIS-2007-0061 Importation of Blueberries From South Africa, Uruguay, and Argentina With Cold Treatment Proposed Rule Proposed rule 2007-06-05T04:00:00Z 2007 6 2007-06-05T04:00:00Z 2007-07-21T03:59:59Z 2011-06-11T16:55:53Z E7-10818 0 0 0900006480249540

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);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;
Powered by Datasette · Queries took 2046.129ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API