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

9 rows where docket_id = "APHIS-2005-0047" 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 4

  • Supporting & Related Material 5
  • Proposed Rule 2
  • Notice 1
  • Rule 1

posted_year 2

  • 2006 7
  • 2005 2

agency_id 1

  • APHIS 9
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-0047-0022 APHIS Interstate Movement of Garbage from Hawaii APHIS-2005-0047 Interstate Movement of Garbage From Hawaii; Municipal Solid Waste Rule Final rule 2006-08-23T13:56:52Z 2006 8     2011-06-11T16:55:11Z E6-13968 0 0 09000064801bcf6a
APHIS-2005-0047-0024 APHIS Interstate Movement of Garbage from Hawaii APHIS-2005-0047 Movement of Plastic-baled Municipal Solid Waste from Hawaii to the Continental United States; Environmental Assessment, August 2006 Supporting & Related Material EA and FONSI 2006-08-23T04:00:00Z 2006 8     2006-09-02T12:42:11Z   0 0 09000064801bd25e
APHIS-2005-0047-0023 APHIS Interstate Movement of Garbage from Hawaii APHIS-2005-0047 The Risk of Introduction of Pests to the Continental United States via Plastic-Baled Municipal Solid Waste from Hawaii (March 2006, Updated August 2006) Supporting & Related Material Risk assessment 2006-08-23T04:00:00Z 2006 8     2006-09-02T12:42:11Z   0 0 09000064801bcc7d
APHIS-2005-0047-0017 APHIS Interstate Movement of Garbage from Hawaii APHIS-2005-0047 Interstate Movement of Garbage From Hawaii; Municipal Solid Waste Proposed Rule Extension of comment period 2006-05-31T12:36:33Z 2006 5     2008-01-07T22:36:40Z E6-08455 0 0 090000648017dcad
APHIS-2005-0047-0006 APHIS Interstate Movement of Garbage from Hawaii APHIS-2005-0047 Interstate Movement of Garbage From Hawaii; Municipal Solid Waste Proposed Rule Proposed rule 2006-04-20T11:24:37Z 2006 4 2006-04-20T11:24:37Z 2006-06-06T03:59:59Z 2008-01-07T22:36:43Z 06-03738 0 0 0900006480160904
APHIS-2005-0047-0007 APHIS Interstate Movement of Garbage from Hawaii APHIS-2005-0047 Movement of Plastic-Baled Municipal Solid Waste from Hawaii to the Continental United States; dated March 2006 Supporting & Related Material Environmental assessment 2006-04-20T04:00:00Z 2006 4     2006-09-02T12:42:10Z   0 0 0900006480160059
APHIS-2005-0047-0008 APHIS Interstate Movement of Garbage from Hawaii APHIS-2005-0047 The Risk of Introduction of Pests to the Continental United States via Plastic-Baled Municipal Solid Waste from Hawaii; dated March 2006 Supporting & Related Material Risk assessment 2006-04-20T04:00:00Z 2006 4     2006-09-02T12:42:10Z   0 0 0900006480160079
APHIS-2005-0047-0001 APHIS Interstate Movement of Garbage from Hawaii APHIS-2005-0047 Interstate Movement of Garbage from Hawaii; Availability of an Environmental Assessment Notice Notice 2005-05-20T04:00:00Z 2005 5 2005-05-20T04:00:00Z 2005-06-21T03:59:59Z 2008-01-07T22:36:56Z   0 0 0900006480087467
APHIS-2005-0047-0002 APHIS Interstate Movement of Garbage from Hawaii APHIS-2005-0047 Movement of Plastic-baled Municipal Solid Waste from Hawaii to the Continental United States: Environmental Assessment, May 2005 Supporting & Related Material Report 2005-05-01T04:00:00Z 2005 5     2006-09-02T12:42:10Z   0 0 090000648008746a

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