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-2008-0023" and document_type = "Proposed Rule" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: title, subtype, posted_month, comment_start_date (date)

posted_year 3

  • 2009 3
  • 2008 2
  • 2015 1

document_type 1

  • Proposed Rule · 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-2008-0023-5602 APHIS Importation, Interstate Movement, and Release into the Environment of Certain Genetically Engineered Organisms APHIS-2008-0023 Importation, Interstate Movement, and Release Into the Environment of Certain Genetically Engineered Organisms Proposed Rule Withdrawal 2015-03-04T05:00:00Z 2015 3 2015-03-04T05:00:00Z   2015-03-04T23:07:21Z 2015-04463 0 0 0900006481a2a4cf
APHIS-2008-0023-4282 APHIS Importation, Interstate Movement, and Release into the Environment of Certain Genetically Engineered Organisms APHIS-2008-0023 Importation, Interstate Movement, and Release Into the Environment of Certain Genetically Engineered Organisms Proposed Rule Extension of comment period 2009-04-13T04:00:00Z 2009 4 2009-04-13T04:00:00Z 2009-06-30T03:59:59Z 2011-06-11T16:56:06Z E9-8352 0 0 0900006480951d90
APHIS-2008-0023-0548 APHIS Importation, Interstate Movement, and Release into the Environment of Certain Genetically Engineered Organisms APHIS-2008-0023 Introduction of Organisms and Products Altered or Produced Through Genetic Engineering Proposed Rule Proposed rule 2009-03-11T04:00:00Z 2009 3 2009-03-11T04:00:00Z 2009-06-02T03:59:59Z 2009-03-19T13:47:34Z E9-5372 0 0 0900006480903a8e
APHIS-2008-0023-0519 APHIS Importation, Interstate Movement, and Release into the Environment of Certain Genetically Engineered Organisms APHIS-2008-0023 Importation, Interstate Movement, and Release Into the Environment of Certain Genetically Engineered Organisms Proposed Rule Extension of comment period 2009-01-16T05:00:00Z 2009 1 2009-01-16T05:00:00Z   2011-06-11T16:56:06Z   0 0 0900006480822d3b
APHIS-2008-0023-0075 APHIS Importation, Interstate Movement, and Release into the Environment of Certain Genetically Engineered Organisms APHIS-2008-0023 Importation, Interstate Movement, and Release Into the Environment of Certain Genetically Engineered Organisms; Correction Proposed Rule Correction 2008-11-10T05:00:00Z 2008 11     2011-06-11T16:56:06Z E8-26717 0 0 09000064807a13ff
APHIS-2008-0023-0001 APHIS Importation, Interstate Movement, and Release into the Environment of Certain Genetically Engineered Organisms APHIS-2008-0023 Importation, Interstate Movement, and Release Into the Environment of Certain Genetically Engineered Organisms Proposed Rule Other 2008-10-09T04:00:00Z 2008 10 2008-10-09T04:00:00Z 2009-06-02T03:59:59Z 2011-06-11T16:56:06Z E8-23584 0 0 09000064807410a2

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