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

10 rows where cert_number = "43-C-0316" 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
7e45233ba65a2c84 Livingston Exotics LLC 43-C-0316 2022-10-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awi0O&d=%2Fa%2F3d000000pVpK%2F3XjFro1WshfDiNkLALGoUrsPd3EDMru8wrRPDDWUlCM&asPdf=false  
0842896241f3d1b9 Livingston Exotics LLC 43-C-0316 2022-03-24   0 0 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000G0B2y&d=%2Fa%2F3d000000pVmj%2FtP8B8QSJxil1qhMLFcQW3LxfuHx6bR1hAusyx1F1b7E&asPdf=false  
673d0639ece63c09 Livingston Exotics LLC 43-C-0316 2021-01-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERyaH&d=%2Fa%2F3d000000pVmt%2Fb3Zib72h.XboW2ORx.nNbdltcyJdAB.X9GQPXH5YWF0&asPdf=false  
27de93863011329a Livingston Exotics LLC 43-C-0316 2019-11-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgalZ&d=%2Fa%2F3d000000pVnd%2FyAFtpmH.Zl3CEvNZjl2RRijuBq3Nu50jHTUzxdoNNCo&asPdf=false  
f90212739ee8847f Livingston Exotics LLC 43-C-0316 2018-09-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgabV&d=%2Fa%2F3d000000pVmo%2FZOM.QscjIbk5cskiSOVTD.qcfFQqhdmhiq1gDrkRmFI&asPdf=false  
47169ee799713206 Livingston Exotics LLC 43-C-0316 2018-08-29   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggVL&d=%2Fa%2F3d000000pVoB%2FuoEOckO5oa6IcR8x_S02p1mT1t.M90V.FTqOpXHxSV4&asPdf=false  
3b0829f873cdce2c Livingston Exotics LLC 43-C-0316 2017-07-05   0 0 0 3 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaY9&d=%2Fa%2F3d000000pVnb%2F53jZ5uGa.DzAnH.hH.DYC_z8xW7xezspkuWyidGI2l0&asPdf=false  
dd1e5b5e69d09e31 Livingston Exotics LLC 43-C-0316 2015-11-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZnm&d=%2Fa%2F3d000000pVnY%2Fn5Md79.1wFU.0ZuBZlbUMjTPSa43v09QFVN3v1SpO2I&asPdf=false  
43681372013a7bbb Livingston Exotics LLC 43-C-0316 2014-11-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcV8&d=%2Fa%2F3d000000pVn5%2FdxWI7a3cu6UMlE5ghRftkUaSxc3rKm3rUHQS2RUWZ8s&asPdf=false  
671a4d05350d4f9e Livingston Exotics LLC 43-C-0316 2014-02-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgboT&d=%2Fa%2F3d000000pVns%2F2UrmofCf6BzxB06pZmv4esFSzZ4fph0rxUTHK9UaxUk&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 452.769ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API