documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "APHIS-2022-0004" and posted_year = 2023 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
| 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-2022-0004-0007 | APHIS | Amendments to the Horse Protection Regulations APHIS-2022-0004 | National Academies of Sciences, Engineering, and Medicine. 2021. A Review of Methods for Detecting Soreness in Horses. Washington, DC: The National Academies Press. | Supporting & Related Material | Reference (external attachments) | 2023-08-21T04:00:00Z | 2023 | 8 | 2023-08-21T14:22:29Z | 0 | 0 | 0900006485e05130 | |||
| APHIS-2022-0004-0008 | APHIS | Amendments to the Horse Protection Regulations APHIS-2022-0004 | Information Collection Request, Supporting Statement: HPA Amendments, Proposed Rule | Supporting & Related Material | Paperwork Packages | 2023-08-21T04:00:00Z | 2023 | 8 | 2023-08-21T14:22:34Z | 0 | 0 | 0900006485e051a1 | |||
| APHIS-2022-0004-0005 | APHIS | Amendments to the Horse Protection Regulations APHIS-2022-0004 | Clayton, Hillary, “Rehabilitation for Horses.” Paper presented at American Association of Equine Practitioners, July 2014 | Supporting & Related Material | Reference (external attachments) | 2023-08-21T04:00:00Z | 2023 | 8 | 2023-08-21T14:22:19Z | 0 | 0 | 0900006485e0512e | |||
| APHIS-2022-0004-0003 | APHIS | Amendments to the Horse Protection Regulations APHIS-2022-0004 | Thermography in Diagnosis of Inflammatory Processes in Horses in Response to Various Chemical and Physical Factors (Summary of the Research From September 1978 to December 1982). Submitted to USDA by Dr. Ram C. Purohit, Associate Professor, Department of Large Animal Surgery and Medicine School of Veterinary Medicine, Auburn University. | Supporting & Related Material | Reference (external attachments) | 2023-08-21T04:00:00Z | 2023 | 8 | 2023-08-21T14:22:09Z | 0 | 0 | 0900006485e0512c | |||
| APHIS-2022-0004-0004 | APHIS | Amendments to the Horse Protection Regulations APHIS-2022-0004 | HPA Regulatory Impact Analysis & Initial Regulatory Flexibility Analysis, August 2023 | Supporting & Related Material | Economic Analysis | 2023-08-21T04:00:00Z | 2023 | 8 | 2023-08-21T14:22:14Z | 0 | 0 | 0900006485e0512d | |||
| APHIS-2022-0004-0006 | APHIS | Amendments to the Horse Protection Regulations APHIS-2022-0004 | Expert Elicitation in Support of the Economic Analysis of the Tennessee Walking and Racking Horse Industry, Final Report. Contract No. AG-6395-D-12-0343. Prepared for USDA-APHIS by Melanie Ball and Mary K. Muth for RTI International, November 2012. | Supporting & Related Material | Reference (external attachments) | 2023-08-21T04:00:00Z | 2023 | 8 | 2023-08-21T14:22:24Z | 0 | 0 | 0900006485e0512f | |||
| APHIS-2022-0004-0001 | APHIS | Amendments to the Horse Protection Regulations APHIS-2022-0004 | Horse Protection | Proposed Rule | Notice of Proposed Rulemaking (NPRM) | 2023-08-21T04:00:00Z | 2023 | 8 | 2023-08-21T04:00:00Z | 2023-10-21T03:59:59Z | 2023-10-22T01:00:24Z | 2023-17814 | 0 | 0 | 0900006485ec9d30 |
| APHIS-2022-0004-0002 | APHIS | Amendments to the Horse Protection Regulations APHIS-2022-0004 | OIG Audit Report: Administration of the Horse Protection Program and the Slaughter Horse Transport Program, September 2010 | Supporting & Related Material | Reference (external attachments) | 2023-08-21T04:00:00Z | 2023 | 8 | 2023-08-21T14:22:04Z | 0 | 0 | 0900006485cd2292 |
Advanced export
JSON shape: default, array, newline-delimited, object
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);