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-2010-0048" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 3

  • 2011 4
  • 2013 2
  • 2014 1

document_type 2

  • Supporting & Related Material 5
  • Rule 2

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-2010-0048-0014 APHIS Citrus Canker, Citrus Greening, and Asian Citrus Psyllid; Interstate Movement of Regulated Nursery Stock APHIS-2010-0048 Revised protocol document Supporting & Related Material Guidance 2014-01-14T05:00:00Z 2014 1     2014-01-14T13:56:26Z   0 0 0900006481457516
APHIS-2010-0048-0013 APHIS Citrus Canker, Citrus Greening, and Asian Citrus Psyllid; Interstate Movement of Regulated Nursery Stock APHIS-2010-0048 Final Regulatory Flexibility Analysis Supporting & Related Material Economic Analysis 2013-10-24T04:00:00Z 2013 10     2013-10-24T16:27:30Z   0 0 09000064814570e7
APHIS-2010-0048-0012 APHIS Citrus Canker, Citrus Greening, and Asian Citrus Psyllid; Interstate Movement of Regulated Nursery Stock APHIS-2010-0048 Interstate Movement of Regulated Nursery Stock: Citrus Canker, Citrus Greening and Asian Citrus Psyllid Rule Final Rule 2013-10-24T04:00:00Z 2013 10 2013-10-24T04:00:00Z   2013-10-24T16:27:09Z 2013-25019 0 0 090000648145d504
APHIS-2010-0048-0002 APHIS Citrus Canker, Citrus Greening, and Asian Citrus Psyllid; Interstate Movement of Regulated Nursery Stock APHIS-2010-0048 Interstate Movement of Citrus and Other Rutaceous Plants for Planting to Non-Quarantine Areas in Any State Supporting & Related Material Risk Management Document 2011-04-27T04:00:00Z 2011 4     2011-04-27T14:01:43Z   0 0 0900006480c28c5b
APHIS-2010-0048-0003 APHIS Citrus Canker, Citrus Greening, and Asian Citrus Psyllid; Interstate Movement of Regulated Nursery Stock APHIS-2010-0048 Protocol Document Supporting & Related Material Other 2011-04-27T04:00:00Z 2011 4     2011-04-27T14:01:51Z   0 0 0900006480c28c5c
APHIS-2010-0048-0001 APHIS Citrus Canker, Citrus Greening, and Asian Citrus Psyllid; Interstate Movement of Regulated Nursery Stock APHIS-2010-0048 Interstate Movement of Regulated Nursery Stock: Citrus Canker, Citrus Greening, and Asian Citrus Psyllid Rule Interim rule 2011-04-27T04:00:00Z 2011 4 2011-04-27T04:00:00Z 2011-06-28T03:59:59Z 2011-07-01T16:47:48Z 2011-10092 0 0 0900006480c3a61b
APHIS-2010-0048-0004 APHIS Citrus Canker, Citrus Greening, and Asian Citrus Psyllid; Interstate Movement of Regulated Nursery Stock APHIS-2010-0048 APHIS-2010-0048: Initial Economic Analysis Supporting & Related Material Economic analysis 2011-04-27T04:00:00Z 2011 4     2011-04-27T14:01:59Z   0 0 0900006480c28c5d

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