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 = "51-C-0120" 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
86ac2b1cdd3dedf3 Mutts Gone Nuts LLC 51-C-0120 2022-09-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awNOy&d=%2Fa%2F3d000000pZZM%2FmbapuBxIB9ku6foQTnxfuDE71lD6NBpHjY8W_7E.HAI&asPdf=false  
3a95368cb2fa9b2e Mutts Gone Nuts LLC 51-C-0120 2021-11-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8cOe&d=%2Fa%2F3d000000pZDR%2FQtooYhhreLfIFt4AzQ6zBYkyANa.mId2odf1siLb.YQ&asPdf=false  
fbc2a0101b6d3c8f Mutts Gone Nuts LLC 51-C-0120 2021-01-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ES6Nv&d=%2Fa%2F3d000000ppOl%2FuMgRfd0ULIYZE8dMm9AqvUzh1sZUvO9KjLCWZw__AcQ&asPdf=false  
6904ff02be970ed1 Mutts Gone Nuts LLC 51-C-0120 2019-09-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egauc&d=%2Fa%2F3d000000pb45%2Ff_exeJ7W1EOF8B3yY6Mb2WXTcuO8MvvaubgrkNU4Avg&asPdf=false  
01afa4cad4be50ce Mutts Gone Nuts LLC 51-C-0120 2019-03-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgikX&d=%2Fa%2F3d000000pmGN%2FGTH9z1U4AlhUV8nvJM.81oSIzWcerxEiZCSFVhUOiDo&asPdf=false  
b3ef7cc8a597267e Mutts Gone Nuts LLC 51-C-0120 2018-09-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbra&d=%2Fa%2F3d000000pUJI%2F6om2wREXl_WBxoL96Qtp8DSp.Vi6clmjQePlN1xVabA&asPdf=false  
cf6208ad8cd229b1 Mutts Gone Nuts LLC 51-C-0120 2018-03-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiXn&d=%2Fa%2F3d000000pmSP%2Fu4UM4wh2p07kx_6Vc39vIlkpLOa3fsYnv5yML4rifOc&asPdf=false  
e057ccf0d7b4d644 Mutts Gone Nuts LLC 51-C-0120 2017-10-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYmt&d=%2Fa%2F3d000000pdgu%2FbX_XBHqEVZk7y5ClHVO7eJTBRLR38EcXtMJPA9UIhDY&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 280.765ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API