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-2021-0020" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: title, subtype, posted_date, posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

document_type 3

  • Supporting & Related Material 5
  • Proposed Rule 2
  • Rule 1

posted_year 2

  • 2023 5
  • 2024 3

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-2021-0020-2011 APHIS Animal Disease Traceability; Electronic Identification APHIS-2021-0020 Use of Electronic Identification Eartags as Official Identification in Cattle and Bison Rule Final Rule 2024-05-09T04:00:00Z 2024 5 2024-05-09T04:00:00Z   2024-05-09T12:24:37Z 2024-09717 0 0 09000064865531fc
APHIS-2021-0020-2013 APHIS Animal Disease Traceability; Electronic Identification APHIS-2021-0020 Official Animal Identification Device Standards (OAIDS) Supporting & Related Material Guidance 2024-05-09T04:00:00Z 2024 5     2024-05-09T12:32:00Z   0 0 0900006486543584
APHIS-2021-0020-2012 APHIS Animal Disease Traceability; Electronic Identification APHIS-2021-0020 Regulatory Impact Analysis & Final Regulatory Flexibility Analysis for Animal Disease Traceability; Electronic Identification Supporting & Related Material Economic Analysis 2024-05-09T04:00:00Z 2024 5     2024-05-09T12:31:54Z   0 0 0900006486542cc8
APHIS-2021-0020-0772 APHIS Animal Disease Traceability; Electronic Identification APHIS-2021-0020 Use of Electronic Identification Eartags as Official Identification in Cattle and Bison Proposed Rule Extension of Comment Period 2023-03-20T04:00:00Z 2023 3     2023-06-02T01:01:04Z 2023-05575 0 0 09000064857fddd0
APHIS-2021-0020-0001 APHIS Animal Disease Traceability; Electronic Identification APHIS-2021-0020 Use of Electronic Identification Eartags as Official Identification in Cattle and Bison Proposed Rule Notice of Proposed Rulemaking (NPRM) 2023-01-19T05:00:00Z 2023 1 2023-01-19T05:00:00Z 2023-04-20T03:59:59Z 2023-06-02T01:00:43Z 2023-00505 0 0 09000064855f8ac3
APHIS-2021-0020-0002 APHIS Animal Disease Traceability; Electronic Identification APHIS-2021-0020 21-020-1 RIA Supporting & Related Material Economic Analysis 2023-01-19T05:00:00Z 2023 1     2023-01-19T14:25:42Z   0 0 090000648555b200
APHIS-2021-0020-0003 APHIS Animal Disease Traceability; Electronic Identification APHIS-2021-0020 21-020-1 OAIDS Supporting & Related Material Guidance 2023-01-19T05:00:00Z 2023 1     2023-01-19T14:26:06Z   0 0 090000648555b1ff
APHIS-2021-0020-0004 APHIS Animal Disease Traceability; Electronic Identification APHIS-2021-0020 20-021-1 adt-trace-perf-report-2013-2022 Supporting & Related Material Background Material 2023-01-19T05:00:00Z 2023 1     2023-01-19T14:27:38Z   0 0 090000648555bac0

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