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-2005-0040" 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)

posted_year 3

  • 2004 2
  • 2005 2
  • 2006 2

document_type 3

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

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-2005-0040-0011 APHIS Importation of Christmas Cactus and Easter Cactus in Growing Media from the Netherlands and Denmark APHIS-2005-0040 Importation of Christmas Cactus and Easter Cactus in Growing Media From the Netherlands and Denmark Rule Final rule 2006-03-31T14:38:17Z 2006 3     2008-01-07T22:36:51Z 06-03126 0 0 0900006480153120
APHIS-2005-0040-0012 APHIS Importation of Christmas Cactus and Easter Cactus in Growing Media from the Netherlands and Denmark APHIS-2005-0040 Importation of Schlumbergera and Rhipsalidopsis from The Netherlands and Denmark; Environmental Assessment, January 2006 Supporting & Related Material Environmental assessment 2006-03-31T05:00:00Z 2006 3     2006-09-02T12:39:24Z   0 0 090000648015006b
APHIS-2005-0040-0001 APHIS Importation of Christmas Cactus and Easter Cactus in Growing Media from the Netherlands and Denmark APHIS-2005-0040 Importation of Christmas Cactus and Easter Cactus in Growing Media From the Netherlands and Denmark Proposed Rule Proposed rule 2005-04-27T04:00:00Z 2005 4 2005-04-27T04:00:00Z 2005-06-28T03:59:59Z 2008-01-07T22:36:53Z   0 0 0900006480087c23
APHIS-2005-0040-0002 APHIS Importation of Christmas Cactus and Easter Cactus in Growing Media from the Netherlands and Denmark APHIS-2005-0040 Importation of Schlumbergera and Rhipsalidopsis from The Netherlands and Denmark: Environmental Assessment April 2005 Supporting & Related Material Report 2005-04-01T05:00:00Z 2005 4     2006-09-02T12:39:24Z   0 0 0900006480087c26
APHIS-2005-0040-0004 APHIS Importation of Christmas Cactus and Easter Cactus in Growing Media from the Netherlands and Denmark APHIS-2005-0040 Importation of Christmas Cactus, Schlumbergera spp. and Easter Cactus, Rhipsalidopsis spp., In APHIS Approved Growing Media, Into the United States, From Denmark Supporting & Related Material Report 2004-06-15T04:00:00Z 2004 6     2006-09-02T12:39:24Z   0 0 0900006480087c2c
APHIS-2005-0040-0003 APHIS Importation of Christmas Cactus and Easter Cactus in Growing Media from the Netherlands and Denmark APHIS-2005-0040 Importation of Christmas Cactus, Schlumbergera spp. and Easter Cactus, Rhipsalidopsis spp., In APHIS Approved Growing Media Into the United States, From The Netherlands Supporting & Related Material Report 2004-06-15T04:00:00Z 2004 6     2006-09-02T12:39:24Z   0 0 0900006480087c29

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