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 = "23-B-0247" 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
cd94ea44a41685b3 Stephen E Stride 23-B-0247 2025-08-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000jco5b&d=%2Fa%2FSJ000005atG1%2F8_IXu5XYHBiCL4jv2hIpyjc2YTPNfwMR8r8FMJGVy3s&asPdf=false  
15a81908a303703c Stephen E Stride 23-B-0247 2025-06-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000ceXtq&d=%2Fa%2FSJ000004aEzp%2FLq2QFsgJ4CcNJlrumHT3uqdbVE.NPIdfhArNXlKR_Q8&asPdf=false  
13b62fed4b581c89 Stephen E Stride 23-B-0247 2024-12-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000I4lsd&d=%2Fa%2FSJ000001Uxmr%2FnHcn_A_XJS8rvOkygqPJZsokz0mwcGPZg0NNwzKX3vw&asPdf=false  
2d44370bb63dec9e Stephen E Stride 23-B-0247 2024-12-05   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000GyAJf&d=%2Fa%2FSJ000001MlFp%2FBmROFhkWeaHX.nPqCOQm4oA4rrHzjAitRBVdauBT4mI&asPdf=false  
c90b349c412f5815 Stephen E Stride 23-B-0247 2024-04-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000Cycu2&d=%2Fa%2F3d000002kHWH%2F69vgPaZRtK.vy.q4ZQP67nKRFp.AOLtqiwjSUb1.SwA&asPdf=false  
69ea0afc82d96635 Stephen E Stride 23-B-0247 2023-07-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009JVvn&d=%2Fa%2F3d000001VkBl%2FPnJvZZbk8o4t9TmDiRxCNErB9ie0dwSjhE8202Eu1Yw&asPdf=false  
62471fc74c978b4c Stephen E Stride 23-B-0247 2023-01-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007dp3j&d=%2Fa%2F3d000000yGes%2Fm20EifzUdyREz5NHSlMrzRSs9BGJjOdE.6QsAlurxP4&asPdf=false  
a576926fff9393b3 Stephen E Stride 23-B-0247 2023-01-03   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gPNET&d=%2Fa%2F3d000000paSW%2FsYX3o1OIfq4geS3mC6HorHL_no3iFZ3Cs6hIVzKTT3I&asPdf=false  
63c9fa07ac75537d Stephen E Stride 23-B-0247 2022-10-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awfo6&d=%2Fa%2F3d000000pVlC%2Fx3xxUYvrJPLHmwdOCS64bEI.UzWDQe5649Brzm7lMao&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 408.484ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API