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

11 rows where cert_number = "22-C-0133" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
d0e077368f7612a1 Barnyard Friends LLC 22-C-0133 2025-03-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000RJw0z&d=%2Fa%2FSJ000002jkGr%2FE0j52k3Lk9moQTDZaPDHGOglYmIVEazBdjVVJ_Z9OSA&asPdf=false  
ae153dcd20986084 Barnyard Friends LLC 22-C-0133 2023-11-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AgdgG&d=%2Fa%2F3d0000025jJ2%2FO17W34VY1QMCTbwzwewrLv1.ceqo6Ph.q8buX6xLcYQ&asPdf=false  
a3eb8771bff6be1e Barnyard Friends LLC 22-C-0133 2023-02-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007JdxG&d=%2Fa%2F3d000000t5FF%2F8zV0ZeimVYt5fiCqU4iOXGu2LXLQ6Yi2FEkK0Yddldo&asPdf=false  
b302c6796ba7080e Barnyard Friends LLC 22-C-0133 2023-01-05   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gPQD4&d=%2Fa%2F3d000000pbL2%2FCKvsw5jDMjWEXD5t3j7w0nIhG9UffB1QNA_X5bNN65M&asPdf=false  
51b70247f1f630ff Barnyard Friends LLC 22-C-0133 2021-08-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PN2Ns&d=%2Fa%2F3d000000pbKn%2FoWQsCpeGc3z1f4fnsb1O9uZR5b.Ixnnw5hFU2dYp9Hs&asPdf=false  
542b34371679fb0f Barnyard Friends LLC 22-C-0133 2020-09-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000FyMO7&d=%2Fa%2F3d000000pbKU%2Ffu_G_6Nb7mRe1WhMTQ1fCM2D9yWpCRMwllw632vkef8&asPdf=false  
baabd1d872b5a888 Barnyard Friends LLC 22-C-0133 2019-08-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcF6&d=%2Fa%2F3d000000pbKG%2FRV9qqCstbzx2M33G8DaunIxkcaSGIFPtgegjks54DtE&asPdf=false  
302d1b11a8a44dc4 Barnyard Friends LLC 22-C-0133 2018-06-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZ7F&d=%2Fa%2F3d000000pbLD%2FWl3Odj9qcq86CAPTnVYIohG.NKsquT5ievwZJhV12Xg&asPdf=false  
c4a2eba930c134a3 Barnyard Friends LLC 22-C-0133 2017-05-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgccG&d=%2Fa%2F3d000000pn3w%2FI9fkoC7aZceG35rYtO90JwHOz79inrlxqMH1lMPWNbc&asPdf=false  
afdb9d70a4c78551 Barnyard Friends LLC 22-C-0133 2016-01-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egc8r&d=%2Fa%2F3d000000pljE%2FFebK2DR5TVi8.cR3GFgF1F4PdLsSZAWM0YUj7Pz9p3k&asPdf=false  
e3e4256da4f53751 Barnyard Friends LLC 22-C-0133 2014-12-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egc5x&d=%2Fa%2F3d000000pleJ%2Fuz.pcykHQ.nJFba1g6ttF9hGXPEahJWmLQsuBGfbnzo&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 199.319ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API