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

5 rows where cert_number = "93-B-0256" 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
d8e3c63f3b0b0b6f Sweetie Pie Pets LLC 93-B-0256 2025-12-17   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000vMDFe&d=%2Fa%2FSJ000007QrHZ%2FpYImBRdc1paL_7QkFRHlnfDF0A4u7TmhxMghUE5ulsw&asPdf=false  
201a67ebaf58ee97 Sweetie Pie Pets LLC 93-B-0256 2025-03-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000RcqJB&d=%2Fa%2FSJ000002lzgP%2FtJ1cJBPodGR12_Luj8FEjM2hiND5C3ouKOuTepg19Q0&asPdf=false  
cb9129f4c4a09576 Sweetie Pie Pets LLC 93-B-0256 2025-03-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000RCV8X&d=%2Fa%2FSJ000002ibPJ%2FIgOHlbybg1_1Kf83Nyi6aC8j0_3mQvlhY4lR7XrKPWM&asPdf=false  
d34ae3839db2f4c6 Sweetie Pie Pets LLC 93-B-0256 2022-06-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxPlp&d=%2Fa%2F3d000000pfEh%2F3gC51_ZNPicLYGPMcDuSzi3yYPP.mOuvGx3SZPzqVxs&asPdf=false  
4ec4fa9d5bf36adc Sweetie Pie Pets LLC 93-B-0256 2022-03-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000G0AHd&d=%2Fa%2F3d000000phEd%2F6f_VV7o1E2Hj2hL9LTDRnvdhh82hEl0_nDd1v5OJqaE&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 4.085ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API