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

5 rows where docket_id = "APHIS-2006-0152" and document_type = "Notice" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 3

  • 2007 3
  • 2006 1
  • 2008 1

document_type 1

  • Notice · 5 ✖

agency_id 1

  • APHIS 5
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-2006-0152-0010 APHIS Supplemental Environmental Impact Statement for Importation of Solid Wood Packing Material APHIS-2006-0152 Importation of Solid Wood Packing Material; Record of Decision Notice Notice 2008-02-15T05:00:00Z 2008 2     2014-01-17T20:39:23Z E8-02908 0 0 09000064803b01da
APHIS-2006-0152-0008 APHIS Supplemental Environmental Impact Statement for Importation of Solid Wood Packing Material APHIS-2006-0152 EPA Notice of Availability of Final SEIS Notice Information collection; comment request 2007-11-23T18:21:52Z 2007 11     2014-01-17T20:41:16Z 65732 0 0 09000064803853ac
APHIS-2006-0152-0006 APHIS Supplemental Environmental Impact Statement for Importation of Solid Wood Packing Material APHIS-2006-0152 Supplemental Environmental Impact Statement for Importation of Solid Wood Packing Material Notice Other 2007-05-25T04:00:00Z 2007 5     2008-01-07T22:36:41Z E7-10107 0 0 09000064802432ac
APHIS-2006-0152-0002 APHIS Supplemental Environmental Impact Statement for Importation of Solid Wood Packing Material APHIS-2006-0152 EPA Notice of Availability of SEIS Notice Notice 2007-05-08T04:00:00Z 2007 5 2007-03-09T21:00:29Z 2007-04-24T03:59:59Z 2008-01-07T22:36:53Z 46 0 0 0900006480237e0f
APHIS-2006-0152-0001 APHIS Supplemental Environmental Impact Statement for Importation of Solid Wood Packing Material APHIS-2006-0152 Environmental statements; notice of intent: Solid wood packing material; importation Notice Notice 2006-10-24T11:49:21Z 2006 10 2007-05-25T11:30:20Z 2007-06-26T03:59:59Z 2008-01-07T22:36:48Z E6-17773 0 0 09000064801d8f21

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