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

8 rows where cert_number = "65-C-0578" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, noncritical_count, 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
18e0dc5fce17e609 Triple R Farms Hattiesburg, LLC 65-C-0578 2025-07-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000gOTK3&d=%2Fa%2FSJ0000057eST%2FQTwssieCCbM6PsNWcyBrtcI7kB8eE0f0daTKPX.BQ0k&asPdf=false  
67102046cc661e65 Triple R Farms Hattiesburg, LLC 65-C-0578 2024-08-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000003N5Ge&d=%2Fa%2FSJ000000BQLl%2FP3TO1IsOGpEfAQFgHMhy.geYSsTDgXmP3GNiApqx2PI&asPdf=false  
6164f76223370670 Triple R Farms Hattiesburg, LLC 65-C-0578 2024-04-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000D4Jlt&d=%2Fa%2F3d000002mLrW%2FS1j1cWhsT2Z.9LlLfeDcHKdsiBBj20OiFe_0S8Au2.E&asPdf=false  
3ab513cf17e4e2c2 Triple R Farms Hattiesburg, LLC 65-C-0578 2024-02-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CGhVO&d=%2Fa%2F3d000002W7I4%2FQvZDEsRHOZtt0hkbV3QyfGa6qAs0rwfVOcEEeofnjCg&asPdf=false  
640499ba72718f0d Triple R Farms Hattiesburg, LLC 65-C-0578 2023-11-08   2 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AnLh1&d=%2Fa%2F3d0000026qjT%2F_G65bqWXQNC8XE5BwS6kiOJcfR5yyBuRmVti9Kpn4Bg&asPdf=false  
8adf47d5fdb92d26 Triple R Farms Hattiesburg, LLC 65-C-0578 2023-08-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009gP7M&d=%2Fa%2F3d000001gArT%2FPF66EImzXg6LOLUXooIf7.s1gnMw1tk3axzE2CBdNKU&asPdf=false  
5f8bf335bd3a7fc4 Triple R Farms Hattiesburg, LLC 65-C-0578 2023-07-18   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009BwLY&d=%2Fa%2F3d000001Smha%2FN.9Yb3PqbTy04BDP.n_09nI19L9kxLK_J0aFAoceIq0&asPdf=false  
933743d07be89d2a Triple R Farms Hattiesburg, LLC 65-C-0578 2023-05-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008Num3&d=%2Fa%2F3d000001C8My%2FLdl1xVPXNCVom.9H6jVYME4LrF45YMB1RhYjz58ZiG0&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 655.849ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API