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 = "41-C-0168" 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
0399ccf9a651d6d0 A maze n Farmyard LLC 41-C-0168 2025-08-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000k6uui&d=%2Fa%2FSJ000005ezBZ%2Fp_ta1TAVQSK3sGUQbD1tedLn2beochLYWZ6N1l1tQ0I&asPdf=false  
2147458e73727790 A maze n Farmyard LLC 41-C-0168 2024-10-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000008QyiL&d=%2Fa%2FSJ000000YzNd%2FdiRL9A1sHlQlLAGFTbP2ogakYb6cOJRcgV6WJsj4zoA&asPdf=false  
e5599511095809f2 A maze n Farmyard LLC 41-C-0168 2023-09-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000A6kkf&d=%2Fa%2F3d000001tXg6%2FTqTQkbhDU8owgEdnfNnKZOi.4GGQgoa8rRLMQMTAeKE&asPdf=false  
80e6740ac7b1a749 A maze n Farmyard LLC 41-C-0168 2022-06-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxUrc&d=%2Fa%2F3d000000picY%2FTQdEIUKdPtnCVcVyyFozeSQdUNfhFx4wZfLPNlfpUqw&asPdf=false  
bc550742487f2214 A maze n Farmyard LLC 41-C-0168 2021-08-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PN1Ol&d=%2Fa%2F3d000000piYh%2FVwoNdveFNODMh6gwdnSZQZlKkgG8Xg5Ic5KQUAHdzhY&asPdf=false  
8b23312ed2857c30 A maze n Farmyard LLC 41-C-0168 2019-09-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZ7E&d=%2Fa%2F3d000000piYI%2F3JojQST6KptSCblsPZ0VfMPdyuixVJGBDmVQhKWNPgg&asPdf=false  
341fc8bc37e84599 A maze n Farmyard LLC 41-C-0168 2018-10-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgepQ&d=%2Fa%2F3d000000piYv%2FbgQ7yQRl9TGi_hUDfJjVbYFbZGpcVR7MnrGE3F5BqUw&asPdf=false  
8a15c51e1e5d917f A maze n Farmyard LLC 41-C-0168 2017-10-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZPm&d=%2Fa%2F3d000000piYD%2FjxxyAq4WKXeEzM8jEd61nOQJhrtsMgZ0lafC7KV_lyE&asPdf=false  
e110f7690fc0684b A maze n Farmyard LLC 41-C-0168 2016-07-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZZE&d=%2Fa%2F3d000000piXy%2FUrC_Xxsc96tXfRBnVDb4iQXGsNmd9v3FAMvEbTuNozc&asPdf=false  
64b6af1e9e74786a A maze n Farmyard LLC 41-C-0168 2015-10-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgY9f&d=%2Fa%2F3d000000piYb%2FeLIKqtIprHhm0OzR5E.RpkHlpeCMPrXpXFWcsuZmYJo&asPdf=false  
88ae085a0003196a A maze n Farmyard LLC 41-C-0168 2014-09-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgadL&d=%2Fa%2F3d000000piZ9%2FqPp03BuGd2VcT88y2Ik_YBsjTqe94_jc6K017xngqCw&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 548.263ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API