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 docket_id = "APHIS-2006-0044" 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
  • Notice 2
  • Proposed Rule 1

posted_year 1

  • 2006 · 7 ✖

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-2006-0044-0525 APHIS Animal Welfare Act; Standards of Care for Elephants APHIS-2006-0044 Animal welfare: Captive elephants; space and living conditions Notice Notice 2006-10-24T12:27:41Z 2006 10     2008-01-07T22:36:54Z E6-17775 0 0 09000064801d8f61
APHIS-2006-0044-0117 APHIS Animal Welfare Act; Standards of Care for Elephants APHIS-2006-0044 Animal Welfare; Elephants Proposed Rule Extension of comment period 2006-09-15T11:13:35Z 2006 9     2008-01-07T22:36:54Z E6-15328 0 0 09000064801cae21
APHIS-2006-0044-0001 APHIS Animal Welfare Act; Standards of Care for Elephants APHIS-2006-0044 Animal Welfare; Elephants Notice Notice 2006-08-09T12:26:24Z 2006 8 2006-08-09T12:26:24Z 2006-12-12T04:59:59Z 2022-04-19T01:00:20Z E6-12935 0 0 09000064801b29bd
APHIS-2006-0044-0005 APHIS Animal Welfare Act; Standards of Care for Elephants APHIS-2006-0044 Addendum 2 to IDA Petition Supporting & Related Material Other 2006-08-09T04:00:00Z 2006 8     2006-09-02T12:50:30Z   0 0 09000064801ae924
APHIS-2006-0044-0004 APHIS Animal Welfare Act; Standards of Care for Elephants APHIS-2006-0044 Addendum 1 to IDA Petition Supporting & Related Material Other 2006-08-09T04:00:00Z 2006 8     2006-09-02T12:50:30Z   0 0 09000064801ae914
APHIS-2006-0044-0002 APHIS Animal Welfare Act; Standards of Care for Elephants APHIS-2006-0044 Petition from In Defense of Animals (IDA) Supporting & Related Material Other 2006-08-09T04:00:00Z 2006 8     2006-09-02T12:50:30Z   0 0 09000064801ae8bf
APHIS-2006-0044-0003 APHIS Animal Welfare Act; Standards of Care for Elephants APHIS-2006-0044 Declarations Accompanying IDA Petition Supporting & Related Material Other 2006-08-09T04:00:00Z 2006 8     2006-09-02T12:50:30Z   0 0 09000064801ae8eb

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