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

9 rows where cert_number = "57-C-0350" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, teachable_moment_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
a1aef84e3901f122 Project Chimps 57-C-0350 2025-09-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000ljuuG&d=%2Fa%2FSJ000005uxSL%2FXQj4lx657MYaKoyBfoyJ2Q9yE_8M.L6I0URJOHXJSNQ&asPdf=false  
1135e27492ed282a Project Chimps 57-C-0350 2023-04-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008BT6v&d=%2Fa%2F3d0000017zaA%2F6ZBJZFWxT8rmIz6M8n3_VEcZF7T9OK.x.S31PD0CCdw&asPdf=false  
826e6eae7d5c65d1 Project Chimps 57-C-0350 2020-12-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000FyQKZ&d=%2Fa%2F3d000000pRUm%2FMrBw1o7UfpTpmNn924Rh.ujW1V_tijONxAsrE78SEEw&asPdf=false  
506e20ee9d1a139e Project Chimps 57-C-0350 2020-01-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egl0H&d=%2Fa%2F3d000000pmaW%2FwazMOiX_4NSDoxPwjd.rZNz2Lza3rETllK5Abr3umds&asPdf=false  
593c6890ddb34303 Project Chimps 57-C-0350 2019-09-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjRa&d=%2Fa%2F3d000000peyS%2FtSr.FA.aSjhcpIYts1otkue.TDFME5H6h1mH0RzDNtk&asPdf=false  
e21e1d7afd480560 Project Chimps 57-C-0350 2019-04-25   0 1 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXeN&d=%2Fa%2F3d000000ppCk%2FCwylCUSmmKMh9fqD.N7JXS7AkyJjFS6.VOeiO3.q5Aw&asPdf=false  
b98ae689cf7df181 Project Chimps 57-C-0350 2017-07-26   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWnt&d=%2Fa%2F3d000000plEf%2F417NksxSJcA3nd6FIUSfOJTX.X4ZQbUmp_FLNi04DEk&asPdf=false  
8cc2bb7be4596016 Project Chimps 57-C-0350 2017-05-11   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgarR&d=%2Fa%2F3d000000plOr%2F4EKC1UeFOYwDEtP63flcfAQhmA6kojEZ.GVD3yBkpWM&asPdf=false  
4f1b3e6fd771a1dd Project Chimps 57-C-0350 2016-06-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ega1j&d=%2Fa%2F3d000000ponL%2FFw8g3LOLMwfOLksfmluMBZKlUid81SCxA_XbxlWi6ic&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 296.761ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API