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

8 rows where docket_id = "APHIS-2006-0118" and posted_year = 2006 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 3

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

posted_year 1

  • 2006 · 8 ✖

agency_id 1

  • APHIS 8
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-0118-0013 APHIS Chronic Wasting Disease Herd Certification Program APHIS-2006-0118 Chronic Wasting Disease Herd Certification Program and Interstate Movement of Farmed or Captive Deer, Elk, and Moose; Petitions and Request for Comments Proposed Rule Extension of comment period 2006-11-21T05:00:00Z 2006 11     2011-06-11T16:55:32Z E6-19662 0 0 09000064801e3d41
APHIS-2006-0118-0004 APHIS Chronic Wasting Disease Herd Certification Program APHIS-2006-0118 Chronic Wasting Disease Herd Certification Program and Interstate Movement of Farmed or Captive Deer, Elk, and Moose; Petitions and Request for Comments Proposed Rule Advance notice of proposed rulemaking 2006-11-03T12:35:00Z 2006 11 2006-11-03T12:35:00Z 2007-01-04T04:59:59Z 2011-06-11T16:55:33Z E6-18564 0 0 09000064801dd305
APHIS-2006-0118-0007 APHIS Chronic Wasting Disease Herd Certification Program APHIS-2006-0118 Association of Fish & Wildlife Agencies (AFWA) petition Supporting & Related Material Letter 2006-11-03T05:00:00Z 2006 11     2006-11-03T12:38:18Z   0 0 09000064801dc695
APHIS-2006-0118-0006 APHIS Chronic Wasting Disease Herd Certification Program APHIS-2006-0118 National Assembly of State Animal Health Officials (NASAHO) petition Supporting & Related Material Letter 2006-11-03T05:00:00Z 2006 11     2006-11-03T12:38:17Z   0 0 09000064801dc68e
APHIS-2006-0118-0005 APHIS Chronic Wasting Disease Herd Certification Program APHIS-2006-0118 United States Animal Health Association (USAHA) petition Supporting & Related Material Letter 2006-11-03T05:00:00Z 2006 11     2006-11-03T12:38:17Z   0 0 09000064801dc682
APHIS-2006-0118-0003 APHIS Chronic Wasting Disease Herd Certification Program APHIS-2006-0118 Chronic Wasting Disease Herd Certification Program and Interstate Movement of Farmed or Captive Deer, Elk, and Moose; Delay of Effective Date Rule Final rule 2006-09-08T11:21:13Z 2006 9     2008-01-07T22:36:59Z E6-14861 0 0 09000064801c8b46
APHIS-2006-0118-0001 APHIS Chronic Wasting Disease Herd Certification Program APHIS-2006-0118 Chronic Wasting Disease Herd Certification Program and Interstate Movement of Farmed or Captive Deer, Elk, and Moose Rule Final rule 2006-07-21T11:23:38Z 2006 7     2011-06-11T16:55:32Z 06-06367 0 0 09000064801a3516
APHIS-2006-0118-0002 APHIS Chronic Wasting Disease Herd Certification Program APHIS-2006-0118 Chronic Wasting Disease Herd Certification Program Economic Analysis; June 29, 2006 Supporting & Related Material Economic analysis 2006-07-21T04:00:00Z 2006 7     2009-04-01T15:47:44Z   0 0 09000064801a2a59

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