home / aphis

inspections

APHIS inspection records for licensed facilities. 110,000+ inspections from 2014–present with violation counts and links to official reports.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

7 rows where cert_number = "51-C-0127" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: inspection_date (date)

inspection_type 0

id cert_number inspection_date ▲ inspection_type critical_count noncritical_count direct_count teachable_moment_count pdf_url pdf_local_path
f72bdafdfaa0ae8e Party Animals, LLC 51-C-0127 2025-09-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000n4KvP&d=%2Fa%2FSJ0000067Y9Z%2FmUNQITgfogJ9koUsbX1eHIgaLInQAyMnf5m2RYqcs14&asPdf=false  
d2faf29629316e4a Party Animals, LLC 51-C-0127 2025-03-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000Q7lD0&d=%2Fa%2FSJ000002YlrN%2F8Gk03XJw2vIvOugXDXQZQrqHjH81RPtQZgoU8kCALV4&asPdf=false  
59c1c62749f9617e Party Animals, LLC 51-C-0127 2024-12-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000HVYyE&d=%2Fa%2FSJ000001QZxd%2FXTKdyaELveNCJNUufRwM6JBg6J171l7ibsY_Mu6W1p0&asPdf=false  
f582e052b5ae76db Party Animals, LLC 51-C-0127 2024-03-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CsEnk&d=%2Fa%2F3d000002hwL0%2F2.G_ALOt95_66ct0ESnj_A55pbZzGcBR6uaOLI.4yzI&asPdf=false  
b47b3a23419762a9 Party Animals, LLC 51-C-0127 2023-07-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009B5GB&d=%2Fa%2F3d000001SS9I%2FdPngRVMQjsd3rLWz0GPBzepOVjYYTaOt9lV3I4gi6Qw&asPdf=false  
fefe2e4bf0c9846b Party Animals, LLC 51-C-0127 2022-09-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awjci&d=%2Fa%2F3d000000pVqO%2Fs5x4AwsL5Ol561ImqtJb7kAc2xiYpKZIzfv9Y0SSbcU&asPdf=false  
58cdf9820e18c20d Party Animals, LLC 51-C-0127 2022-03-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9Ti5&d=%2Fa%2F3d000000ph92%2FmRDPJL5_nV7FEp1MBNQHEyCsoqa6xWYLS32jBSbr2V8&asPdf=false  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE inspections (
    id TEXT PRIMARY KEY,
    cert_number TEXT REFERENCES facilities(cert_number),
    inspection_date TEXT,
    inspection_type TEXT,
    critical_count INTEGER,
    noncritical_count INTEGER,
    direct_count INTEGER,
    teachable_moment_count INTEGER,
    pdf_url TEXT,
    pdf_local_path TEXT
);
CREATE INDEX idx_inspections_date ON inspections(inspection_date);
CREATE INDEX idx_inspections_cert ON inspections(cert_number);
Powered by Datasette · Queries took 359.773ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API