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 agency_id = "APHIS", document_type = "Rule" and posted_year = 2021 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: posted_date, posted_month, comment_start_date, posted_date (date), comment_start_date (date), last_modified (date)

posted_year 1

  • 2021 · 6 ✖

document_type 1

  • 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-2009-0095-0059 APHIS Importation of Sheep, Goats, and Certain Other Ruminants APHIS-2009-0095 Importation of Sheep, Goats, and Certain Other Ruminants Rule Final Rule 2021-12-03T05:00:00Z 2021 12 2021-12-03T05:00:00Z   2021-12-03T15:31:23Z 2021-26302 0 0 0900006484e9c820
APHIS-2020-0101-0146 APHIS Handling of Animals; Contingency Plans APHIS-2020-0101 Handling of Animals; Contingency Plans Rule Final Rule 2021-12-03T05:00:00Z 2021 12 2021-12-03T05:00:00Z   2021-12-03T15:28:19Z 2021-26174 0 0 0900006484e9c78d
APHIS-2019-0001-0064 APHIS Animal Welfare Act: Research Facility Registration Updates, Continuous Reviews, and Annual Reports APHIS-2019-0001 Animal Welfare Act Research Facility Registration Updates, Reviews, and Reports Rule Final Rule 2021-11-24T05:00:00Z 2021 11 2021-11-24T05:00:00Z   2021-11-29T14:00:27Z 2021-25614 0 0 0900006484e7c9c4
APHIS-2016-0034-0013 APHIS Importation of Pummelo From Thailand APHIS-2016-0034 Decision to Authorize the Importation of Pummelo From Thailand Into the Continental United States Rule Final Rule 2021-11-10T05:00:00Z 2021 11 2021-11-10T05:00:00Z   2021-11-10T14:28:43Z 2021-24490 0 0 0900006484e3b735
APHIS-2020-0065-0008 APHIS Voluntary Trichinae Certification Program APHIS-2020-0065 Elimination of the Voluntary Trichinae Certification Program Rule Final Rule 2021-09-24T04:00:00Z 2021 9 2021-09-24T04:00:00Z   2021-09-24T14:12:23Z 2021-20634 0 0 0900006484da6443
APHIS-2021-0003-0001 APHIS Technical Amendments, 9 CFR parts 92-95: Definitions of European Union and United Kingdom APHIS-2021-0003 Definitions of the European Union and the United Kingdom Rule Final Rule 2021-08-16T04:00:00Z 2021 8 2021-08-16T04:00:00Z   2021-08-16T12:21:34Z 2021-16900 0 0 0900006484c634a2

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